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": "7bd5be20-937c-4f18-8b20-e451e53bab0d",
      "Name": "sample string 1",
      "Description": "sample string 2",
      "DisplayOrder": 1,
      "AssetType": {
        "AssetTypeId": "fca041ec-97f0-4559-ae0d-04a14d52ed35",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayColor": "sample string 3",
        "SourceSystemId": "sample string 4",
        "CompanyId": "29ccf5a3-534a-458f-8934-cf76ae32302d",
        "CreateDate": "2025-10-30T23:50:55.6915122-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2025-10-30T23:50:55.6915122-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "AssetGroup": {
        "AssetGroupId": "efef03f3-d0c3-4bef-bca2-b8b08aa2f9c1",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "ParentGroup": null,
        "DisplayOrder": 1,
        "FormValueNeededDate": "2025-10-30T23:50:55.6915122-07:00",
        "MeasurementValueNeededDate": "2025-10-30T23:50:55.6915122-07:00",
        "SourceSystemId": "sample string 3",
        "CompanyId": "7fb0fa8f-580e-4545-93fa-2d2e3df56055",
        "CreateDate": "2025-10-30T23:50:55.6915122-07:00",
        "CreateUser": "sample string 5",
        "LastModifiedDate": "2025-10-30T23:50:55.6915122-07:00",
        "LastModifiedUser": "sample string 6"
      },
      "ParentAsset": null,
      "Location": "sample string 3",
      "Barcode": {
        "Format": 0,
        "Code": "sample string 1"
      },
      "FormValueNeededDate": "2025-10-30T23:50:55.6915122-07:00",
      "MeasurementValueNeededDate": "2025-10-30T23:50:55.6915122-07:00",
      "HasChildren": true,
      "SourceSystemId": "sample string 5",
      "CompanyId": "e370f584-a156-41f8-8b35-dc62e88f67c0",
      "CreateDate": "2025-10-30T23:50:55.6915122-07:00",
      "CreateUser": "sample string 7",
      "LastModifiedDate": "2025-10-30T23:50:55.6915122-07:00",
      "LastModifiedUser": "sample string 8"
    },
    {
      "AssetId": "7bd5be20-937c-4f18-8b20-e451e53bab0d",
      "Name": "sample string 1",
      "Description": "sample string 2",
      "DisplayOrder": 1,
      "AssetType": {
        "AssetTypeId": "fca041ec-97f0-4559-ae0d-04a14d52ed35",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayColor": "sample string 3",
        "SourceSystemId": "sample string 4",
        "CompanyId": "29ccf5a3-534a-458f-8934-cf76ae32302d",
        "CreateDate": "2025-10-30T23:50:55.6915122-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2025-10-30T23:50:55.6915122-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "AssetGroup": {
        "AssetGroupId": "efef03f3-d0c3-4bef-bca2-b8b08aa2f9c1",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "ParentGroup": null,
        "DisplayOrder": 1,
        "FormValueNeededDate": "2025-10-30T23:50:55.6915122-07:00",
        "MeasurementValueNeededDate": "2025-10-30T23:50:55.6915122-07:00",
        "SourceSystemId": "sample string 3",
        "CompanyId": "7fb0fa8f-580e-4545-93fa-2d2e3df56055",
        "CreateDate": "2025-10-30T23:50:55.6915122-07:00",
        "CreateUser": "sample string 5",
        "LastModifiedDate": "2025-10-30T23:50:55.6915122-07:00",
        "LastModifiedUser": "sample string 6"
      },
      "ParentAsset": null,
      "Location": "sample string 3",
      "Barcode": {
        "Format": 0,
        "Code": "sample string 1"
      },
      "FormValueNeededDate": "2025-10-30T23:50:55.6915122-07:00",
      "MeasurementValueNeededDate": "2025-10-30T23:50:55.6915122-07:00",
      "HasChildren": true,
      "SourceSystemId": "sample string 5",
      "CompanyId": "e370f584-a156-41f8-8b35-dc62e88f67c0",
      "CreateDate": "2025-10-30T23:50:55.6915122-07:00",
      "CreateUser": "sample string 7",
      "LastModifiedDate": "2025-10-30T23:50:55.6915122-07:00",
      "LastModifiedUser": "sample string 8"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}