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": "b550e125-3d7d-4981-a25f-4d3f5f3a2c04", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-01-30T17:08:35.5919345-08:00", "MeasurementValueNeededDate": "2025-01-30T17:08:35.5919345-08:00", "SourceSystemId": "sample string 3", "CompanyId": "2e504a4b-8ee0-4824-8fdc-87a0f2c29a5e", "CreateDate": "2025-01-30T17:08:35.5919345-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-01-30T17:08:35.5919345-08:00", "LastModifiedUser": "sample string 6" }, "Total": 1, "Message": "sample string 1" }