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": "66e66b9f-c50d-4918-96a7-841c7f17643e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "b3bb10c7-c2ed-41f0-8be1-53326d0c51f7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "b9bcb86c-dd94-4a60-94fe-6987240b6cc4",
"CreateDate": "2026-02-08T18:42:48.4955012-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-08T18:42:48.4955012-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ef3531b6-d86f-4645-ab6b-c6ad7dfd1fe4",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-08T18:42:48.4955012-08:00",
"MeasurementValueNeededDate": "2026-02-08T18:42:48.4955012-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "93f0913c-ef09-4c0f-84db-704840d5ec3d",
"CreateDate": "2026-02-08T18:42:48.4955012-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-08T18:42:48.4955012-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-08T18:42:48.5111255-08:00",
"MeasurementValueNeededDate": "2026-02-08T18:42:48.5111255-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d9ad270d-de3e-4065-b04f-f8703e9300c5",
"CreateDate": "2026-02-08T18:42:48.5111255-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-08T18:42:48.5111255-08:00",
"LastModifiedUser": "sample string 8"
},
{
"AssetId": "66e66b9f-c50d-4918-96a7-841c7f17643e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "b3bb10c7-c2ed-41f0-8be1-53326d0c51f7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "b9bcb86c-dd94-4a60-94fe-6987240b6cc4",
"CreateDate": "2026-02-08T18:42:48.4955012-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-08T18:42:48.4955012-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ef3531b6-d86f-4645-ab6b-c6ad7dfd1fe4",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-08T18:42:48.4955012-08:00",
"MeasurementValueNeededDate": "2026-02-08T18:42:48.4955012-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "93f0913c-ef09-4c0f-84db-704840d5ec3d",
"CreateDate": "2026-02-08T18:42:48.4955012-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-08T18:42:48.4955012-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-08T18:42:48.5111255-08:00",
"MeasurementValueNeededDate": "2026-02-08T18:42:48.5111255-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d9ad270d-de3e-4065-b04f-f8703e9300c5",
"CreateDate": "2026-02-08T18:42:48.5111255-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-08T18:42:48.5111255-08:00",
"LastModifiedUser": "sample string 8"
}
],
"Total": 1,
"Message": "sample string 1"
}