GET AssetGroups?assetGroupId={assetGroupId}
Retrieves an asset group by its Id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
assetGroupId |
Id of the group |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the group.
Name | Description | Type | Additional information |
---|---|---|---|
Data | AssetGroup |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "AssetGroupId": "1c7ee92b-0dba-4eca-8dfb-19cb9503e5e7", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2024-10-10T03:33:00.4844257-07:00", "MeasurementValueNeededDate": "2024-10-10T03:33:00.4844257-07:00", "SourceSystemId": "sample string 3", "CompanyId": "d7428bd3-5590-404b-a773-396169e8b77f", "CreateDate": "2024-10-10T03:33:00.4844257-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-10-10T03:33:00.4844257-07:00", "LastModifiedUser": "sample string 6" }, "Total": 1, "Message": "sample string 1" }