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": "f4b00dd1-289a-4b92-bdf1-2cc0688db39f", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "ad2f4773-ef92-4c34-a9e1-a7d8c1b0b704", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "04a8eafa-ef0a-4c40-80fe-9dea41caf0cc", "CreateDate": "2025-07-31T22:52:06.6399564-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T22:52:06.6399564-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "3453ea54-c7ae-4149-bee3-1019b12a0e2f", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-07-31T22:52:06.6399564-07:00", "MeasurementValueNeededDate": "2025-07-31T22:52:06.6399564-07:00", "SourceSystemId": "sample string 3", "CompanyId": "a8eb51a9-5807-4907-b28e-5c9069dcd333", "CreateDate": "2025-07-31T22:52:06.6399564-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-31T22:52:06.6399564-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-07-31T22:52:06.6399564-07:00", "MeasurementValueNeededDate": "2025-07-31T22:52:06.6399564-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "1f741a2b-8d26-46a8-a5ae-152acb2f89e4", "CreateDate": "2025-07-31T22:52:06.6399564-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-31T22:52:06.6399564-07:00", "LastModifiedUser": "sample string 8" }, { "AssetId": "f4b00dd1-289a-4b92-bdf1-2cc0688db39f", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "ad2f4773-ef92-4c34-a9e1-a7d8c1b0b704", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "04a8eafa-ef0a-4c40-80fe-9dea41caf0cc", "CreateDate": "2025-07-31T22:52:06.6399564-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T22:52:06.6399564-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "3453ea54-c7ae-4149-bee3-1019b12a0e2f", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-07-31T22:52:06.6399564-07:00", "MeasurementValueNeededDate": "2025-07-31T22:52:06.6399564-07:00", "SourceSystemId": "sample string 3", "CompanyId": "a8eb51a9-5807-4907-b28e-5c9069dcd333", "CreateDate": "2025-07-31T22:52:06.6399564-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-31T22:52:06.6399564-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-07-31T22:52:06.6399564-07:00", "MeasurementValueNeededDate": "2025-07-31T22:52:06.6399564-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "1f741a2b-8d26-46a8-a5ae-152acb2f89e4", "CreateDate": "2025-07-31T22:52:06.6399564-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-31T22:52:06.6399564-07:00", "LastModifiedUser": "sample string 8" } ], "Total": 1, "Message": "sample string 1" }