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": "358f7de2-8c8f-4c19-bbec-b063e2186af1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "a229094f-ef25-40e9-ad2e-38d0ef516adf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ed3c3e4f-c049-4004-a2e4-bb486dcecbcd",
"CreateDate": "2025-12-10T05:03:44.9149036-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:03:44.9149036-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "adcee88f-8c4d-43dd-a924-e5db1efd36ad",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-10T05:03:44.9149036-08:00",
"MeasurementValueNeededDate": "2025-12-10T05:03:44.9149036-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "a211ccc1-3c4f-419c-afee-82751ebf1303",
"CreateDate": "2025-12-10T05:03:44.9149036-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T05:03:44.9149036-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-10T05:03:44.9149036-08:00",
"MeasurementValueNeededDate": "2025-12-10T05:03:44.9149036-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a0b63715-0fa9-4e6d-9a39-abf2218215d9",
"CreateDate": "2025-12-10T05:03:44.9149036-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-10T05:03:44.9149036-08:00",
"LastModifiedUser": "sample string 8"
},
{
"AssetId": "358f7de2-8c8f-4c19-bbec-b063e2186af1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "a229094f-ef25-40e9-ad2e-38d0ef516adf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ed3c3e4f-c049-4004-a2e4-bb486dcecbcd",
"CreateDate": "2025-12-10T05:03:44.9149036-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:03:44.9149036-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "adcee88f-8c4d-43dd-a924-e5db1efd36ad",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-10T05:03:44.9149036-08:00",
"MeasurementValueNeededDate": "2025-12-10T05:03:44.9149036-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "a211ccc1-3c4f-419c-afee-82751ebf1303",
"CreateDate": "2025-12-10T05:03:44.9149036-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T05:03:44.9149036-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-10T05:03:44.9149036-08:00",
"MeasurementValueNeededDate": "2025-12-10T05:03:44.9149036-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a0b63715-0fa9-4e6d-9a39-abf2218215d9",
"CreateDate": "2025-12-10T05:03:44.9149036-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-10T05:03:44.9149036-08:00",
"LastModifiedUser": "sample string 8"
}
],
"Total": 1,
"Message": "sample string 1"
}