GET Assets/ByLastModifiedDate?assetTypeId={assetTypeId}&beginDate={beginDate}&endDate={endDate}
Retrieves assets for the given parameters. All parameters are optional.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
assetTypeId |
Id of the asset type |
globally unique identifier |
None. |
beginDate |
Beginning last modified date of the assets to retrieve |
date |
None. |
endDate |
Ending last modified date of the assets to retrieve |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
On success, a list of assets.
Name | Description | Type | Additional information |
---|---|---|---|
Data | Collection of Asset |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "AssetId": "04640008-845e-46a8-bb31-2c772b6c7a9f", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "b75fc033-b526-40ed-b5b0-e578b55e2363", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "6eeb42cf-d559-4924-8a19-be526684f80d", "CreateDate": "2025-09-18T00:56:01.789599-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-18T00:56:01.789599-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "b496af20-9118-44d4-b46c-17f963b6b755", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-18T00:56:01.789599-07:00", "MeasurementValueNeededDate": "2025-09-18T00:56:01.789599-07:00", "SourceSystemId": "sample string 3", "CompanyId": "5e402f55-11d1-4bca-a0a7-66c71110dcfc", "CreateDate": "2025-09-18T00:56:01.789599-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-18T00:56:01.789599-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-09-18T00:56:01.789599-07:00", "MeasurementValueNeededDate": "2025-09-18T00:56:01.789599-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "4d2cc8c7-2485-4ad8-b46f-0bcc9565adae", "CreateDate": "2025-09-18T00:56:01.789599-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-18T00:56:01.789599-07:00", "LastModifiedUser": "sample string 8" }, { "AssetId": "04640008-845e-46a8-bb31-2c772b6c7a9f", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "b75fc033-b526-40ed-b5b0-e578b55e2363", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "6eeb42cf-d559-4924-8a19-be526684f80d", "CreateDate": "2025-09-18T00:56:01.789599-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-18T00:56:01.789599-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "b496af20-9118-44d4-b46c-17f963b6b755", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-18T00:56:01.789599-07:00", "MeasurementValueNeededDate": "2025-09-18T00:56:01.789599-07:00", "SourceSystemId": "sample string 3", "CompanyId": "5e402f55-11d1-4bca-a0a7-66c71110dcfc", "CreateDate": "2025-09-18T00:56:01.789599-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-18T00:56:01.789599-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-09-18T00:56:01.789599-07:00", "MeasurementValueNeededDate": "2025-09-18T00:56:01.789599-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "4d2cc8c7-2485-4ad8-b46f-0bcc9565adae", "CreateDate": "2025-09-18T00:56:01.789599-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-18T00:56:01.789599-07:00", "LastModifiedUser": "sample string 8" } ], "Total": 1, "Message": "sample string 1" }