Page tree
Skip to end of metadata
Go to start of metadata

Description

Provides a list of all group attributes.

Request path

GET [REST URL]/group/getAttributes

Query Parameters

Parameter

Type

Description

groupId

Long

ID of the group for which we request the parameters

Example response

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


  • No labels