get https://api.alocity.com/v1/integration-management/group/
This endpoint is used to get a group by its Id.
Response Payload Object
Property | Type | Description |
---|---|---|
description | string | The description of that group. |
id | long | The Id of that group. |
name | string | The name of that group. |
Any fields returned in the response's payload that are not listed here are "empty" fields that should be ignored as they will always be the same value or will not be filled in.
Controlled Errors
Error Code | Error Message |
---|---|
error_group_not_found | No group was found. |
Any status codes returned that are not provided here are generic status codes that can be found here.