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": "9563ea29-391d-4d49-8fc3-745adbdac99f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "15a70bda-6578-4afe-aa46-33164bb5dd33",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f2e9fa1c-0c98-48c4-8c2e-411a5b24d9b6",
"CreateDate": "2026-01-19T09:49:19.4323161-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-19T09:49:19.4323161-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "a14c1891-e094-4f2e-8455-d2a3005bc005",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-19T09:49:19.4323161-08:00",
"MeasurementValueNeededDate": "2026-01-19T09:49:19.4323161-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8992bed2-494f-4c41-8197-1f1ed2b73311",
"CreateDate": "2026-01-19T09:49:19.4323161-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-19T09:49:19.4323161-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-19T09:49:19.4323161-08:00",
"MeasurementValueNeededDate": "2026-01-19T09:49:19.4323161-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b6fd0b95-0a46-4736-b02d-0efec9afc418",
"CreateDate": "2026-01-19T09:49:19.4323161-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-19T09:49:19.4323161-08:00",
"LastModifiedUser": "sample string 8"
},
{
"AssetId": "9563ea29-391d-4d49-8fc3-745adbdac99f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "15a70bda-6578-4afe-aa46-33164bb5dd33",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f2e9fa1c-0c98-48c4-8c2e-411a5b24d9b6",
"CreateDate": "2026-01-19T09:49:19.4323161-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-19T09:49:19.4323161-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "a14c1891-e094-4f2e-8455-d2a3005bc005",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-19T09:49:19.4323161-08:00",
"MeasurementValueNeededDate": "2026-01-19T09:49:19.4323161-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8992bed2-494f-4c41-8197-1f1ed2b73311",
"CreateDate": "2026-01-19T09:49:19.4323161-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-19T09:49:19.4323161-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-19T09:49:19.4323161-08:00",
"MeasurementValueNeededDate": "2026-01-19T09:49:19.4323161-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b6fd0b95-0a46-4736-b02d-0efec9afc418",
"CreateDate": "2026-01-19T09:49:19.4323161-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-19T09:49:19.4323161-08:00",
"LastModifiedUser": "sample string 8"
}
],
"Total": 1,
"Message": "sample string 1"
}