/group/getAttributes

Prev Next
Get
/group/getAttributes

Provides a list of all group attributes.

Query parameters
groupId
integer (int64) Required

ID of the group for which we request the parameters.

Responses
200

Example response:

[{
"name": "Test",
"value": "12345" }, {
"name": "TestRest",
"value": "12345"
}]

Array of object
object
400

Required parameters are missing or incorrect.

404

Error response: {
"errorActor": "CLIENT",
"errorCode": "INVALID_REQUEST",
"message": "Not Found"
}