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": "a8b8acd4-12f6-4eab-945c-02da3ab4afeb", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "4cd07a36-50bb-41a4-b876-fbd3d6e26005", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "919be1ae-d2bf-4fdb-ba1e-53e78b6acf4f", "CreateDate": "2025-04-04T14:07:50.2090023-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-04T14:07:50.2090023-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "6ceee8ac-0d3e-45bb-a922-e80d041a9f05", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-04T14:07:50.2090023-07:00", "MeasurementValueNeededDate": "2025-04-04T14:07:50.2090023-07:00", "SourceSystemId": "sample string 3", "CompanyId": "fdba938b-9034-4ebd-8550-e55746f27a2b", "CreateDate": "2025-04-04T14:07:50.2090023-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-04T14:07:50.2090023-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-04T14:07:50.2090023-07:00", "MeasurementValueNeededDate": "2025-04-04T14:07:50.2090023-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "f8797551-9405-4490-9969-6c6f1f804cfa", "CreateDate": "2025-04-04T14:07:50.2090023-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-04T14:07:50.2090023-07:00", "LastModifiedUser": "sample string 8" }, { "AssetId": "a8b8acd4-12f6-4eab-945c-02da3ab4afeb", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "4cd07a36-50bb-41a4-b876-fbd3d6e26005", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "919be1ae-d2bf-4fdb-ba1e-53e78b6acf4f", "CreateDate": "2025-04-04T14:07:50.2090023-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-04T14:07:50.2090023-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "6ceee8ac-0d3e-45bb-a922-e80d041a9f05", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-04T14:07:50.2090023-07:00", "MeasurementValueNeededDate": "2025-04-04T14:07:50.2090023-07:00", "SourceSystemId": "sample string 3", "CompanyId": "fdba938b-9034-4ebd-8550-e55746f27a2b", "CreateDate": "2025-04-04T14:07:50.2090023-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-04T14:07:50.2090023-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-04T14:07:50.2090023-07:00", "MeasurementValueNeededDate": "2025-04-04T14:07:50.2090023-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "f8797551-9405-4490-9969-6c6f1f804cfa", "CreateDate": "2025-04-04T14:07:50.2090023-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-04T14:07:50.2090023-07:00", "LastModifiedUser": "sample string 8" } ], "Total": 1, "Message": "sample string 1" }