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": "a172467a-07b9-4b04-abda-6dcf40b5bcae",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "41f3a997-6ee6-4f01-8719-b6ae8452928f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b6b63b6-d59c-4b1e-8cd1-5ecf1c897fce",
"CreateDate": "2026-03-03T08:11:40.5293715-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T08:11:40.5293715-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "02dd1706-5e57-406b-b4e5-0dc40cb84a8d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-03T08:11:40.5293715-08:00",
"MeasurementValueNeededDate": "2026-03-03T08:11:40.5293715-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d2118445-70df-477b-9d1b-f1aa71d065af",
"CreateDate": "2026-03-03T08:11:40.5293715-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-03T08:11:40.5293715-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-03T08:11:40.5293715-08:00",
"MeasurementValueNeededDate": "2026-03-03T08:11:40.5293715-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2ad623d0-62e9-44a3-bab3-73d35ed07860",
"CreateDate": "2026-03-03T08:11:40.5293715-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-03T08:11:40.5293715-08:00",
"LastModifiedUser": "sample string 8"
},
{
"AssetId": "a172467a-07b9-4b04-abda-6dcf40b5bcae",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "41f3a997-6ee6-4f01-8719-b6ae8452928f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b6b63b6-d59c-4b1e-8cd1-5ecf1c897fce",
"CreateDate": "2026-03-03T08:11:40.5293715-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T08:11:40.5293715-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "02dd1706-5e57-406b-b4e5-0dc40cb84a8d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-03T08:11:40.5293715-08:00",
"MeasurementValueNeededDate": "2026-03-03T08:11:40.5293715-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d2118445-70df-477b-9d1b-f1aa71d065af",
"CreateDate": "2026-03-03T08:11:40.5293715-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-03T08:11:40.5293715-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-03T08:11:40.5293715-08:00",
"MeasurementValueNeededDate": "2026-03-03T08:11:40.5293715-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2ad623d0-62e9-44a3-bab3-73d35ed07860",
"CreateDate": "2026-03-03T08:11:40.5293715-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-03T08:11:40.5293715-08:00",
"LastModifiedUser": "sample string 8"
}
],
"Total": 1,
"Message": "sample string 1"
}