GET api/v1/appgroups/{AppGroupId}
Get app group
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
AppGroupId |
App group id |
universally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Retrieve a single app group
GetAppGroupV1ResponseName | Description | Type | Additional information |
---|---|---|---|
AppGroupId |
App group Id |
universally unique identifier |
Required Example value: 2a765d6e-68c1-4908-9c52-4d0fffb18245 |
Name |
Name |
string |
Example value: Inspectors Max length: 128 |
Description |
Description |
string |
Example value: Inspectors Max length: 128 |
BusinessGroupId |
Business group Id |
universally unique identifier |
Example value: 8f74638b-36bc-4f0b-815c-bc3a0b5651d1 |
CreateDate |
Create date |
date |
Example value: 12/31/2018 23:59:59 +02:00 |
LastUpdateDate |
Last update date |
date |
Example value: 12/31/2018 23:59:59 +02:00 |
Response Formats
application/json
Sample:
{ "AppGroupId": "2a765d6e-68c1-4908-9c52-4d0fffb18245", "Name": "Inspectors", "Description": "Inspectors", "BusinessGroupId": "8f74638b-36bc-4f0b-815c-bc3a0b5651d1", "CreateDate": "2018-12-31T21:59:59.999+00:00", "LastUpdateDate": "2018-12-31T21:59:59.999+00:00" }