getGroup

Click to copy

Get the organization group information from the workflow system.

Get the organization group information from the workflow system. It returns a list of roles that are assigned to the organization group.

Query parameters

NameTypeRequired

token

string

Path parameters

NameTypeRequired

groupId

string

orgId

string

itemId

string

Examples

Request

Use dark colors for code blocksCopy
1
2
3
4
# You can also use wget
curl -X GET /{orgId}/{itemId}/community/groups/{groupId} \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Response

200 Response

Use dark colors for code blocksCopy
1
2
3
4
5
{
  "roles": [
    "string"
  ]
}
StatusMeaningDescriptionSchema

200

OK

success

GroupRoleMembership

404

Not Found

error

WorkflowExceptionDTO

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.