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": "2b51662f-c030-4029-98b1-97cbd356f046", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "d9910620-b6d8-4b3e-8ed5-56a17436a8f7", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "cc036d6e-122b-4c80-b0d7-9d5b39b8cf56", "CreateDate": "2025-06-02T08:46:19.3243848-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T08:46:19.3243848-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "781dbbfd-ffa5-448c-ad61-32140f8c7397", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-02T08:46:19.3243848-07:00", "MeasurementValueNeededDate": "2025-06-02T08:46:19.3243848-07:00", "SourceSystemId": "sample string 3", "CompanyId": "97f4e0f3-556b-4c2c-bef1-01e8179df8b0", "CreateDate": "2025-06-02T08:46:19.3243848-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-02T08:46:19.3243848-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-02T08:46:19.3243848-07:00", "MeasurementValueNeededDate": "2025-06-02T08:46:19.3243848-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "8b33833a-8b7e-4611-98fa-a8947ec6cc1c", "CreateDate": "2025-06-02T08:46:19.3243848-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-02T08:46:19.3243848-07:00", "LastModifiedUser": "sample string 8" }, { "AssetId": "2b51662f-c030-4029-98b1-97cbd356f046", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "d9910620-b6d8-4b3e-8ed5-56a17436a8f7", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "cc036d6e-122b-4c80-b0d7-9d5b39b8cf56", "CreateDate": "2025-06-02T08:46:19.3243848-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T08:46:19.3243848-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "781dbbfd-ffa5-448c-ad61-32140f8c7397", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-02T08:46:19.3243848-07:00", "MeasurementValueNeededDate": "2025-06-02T08:46:19.3243848-07:00", "SourceSystemId": "sample string 3", "CompanyId": "97f4e0f3-556b-4c2c-bef1-01e8179df8b0", "CreateDate": "2025-06-02T08:46:19.3243848-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-02T08:46:19.3243848-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-02T08:46:19.3243848-07:00", "MeasurementValueNeededDate": "2025-06-02T08:46:19.3243848-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "8b33833a-8b7e-4611-98fa-a8947ec6cc1c", "CreateDate": "2025-06-02T08:46:19.3243848-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-02T08:46:19.3243848-07:00", "LastModifiedUser": "sample string 8" } ], "Total": 1, "Message": "sample string 1" }