GET Attachments/ByLastModifiedDate?assetId={assetId}&beginDate={beginDate}&endDate={endDate}&includeContent={includeContent}
Retrieves attachments for the given parameters. All parameters are optional.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetId |
Id of the asset |
globally unique identifier |
None. |
| beginDate |
Beginning last modified date of the attachments to retrieve |
date |
None. |
| endDate |
Ending last modified date of the attachments to retrieve |
date |
None. |
| includeContent |
Include the file contents of the attachments |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
On success, a list of attachments.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of Attachment |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"AttachmentId": "4ec27271-5441-4757-b964-2e463ec46b82",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "98cf4071-46da-422f-99d3-5a4ed749981e",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "0d9e6ebf-9ae7-4133-9def-c111ccd9b1c6",
"CreateDate": "2026-01-19T09:49:05.869857-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-19T09:49:05.869857-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "cd0eb51a-ebaf-40c7-8fef-b0df270638cf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "49eecfb3-a492-4859-b3c8-3d4bdaaaa5c2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3d54ac61-f4a1-4a2f-9c36-53e024b93008",
"CreateDate": "2026-01-19T09:49:05.869857-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-19T09:49:05.869857-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "66ccc0bd-317f-4663-9726-c014df5e3562",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-19T09:49:05.869857-08:00",
"MeasurementValueNeededDate": "2026-01-19T09:49:05.869857-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1e5b2268-f173-474e-bb37-c62b1bbefc6f",
"CreateDate": "2026-01-19T09:49:05.869857-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-19T09:49:05.869857-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-19T09:49:05.869857-08:00",
"MeasurementValueNeededDate": "2026-01-19T09:49:05.869857-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "541a8afa-f988-4320-af2a-d72b6dc47e23",
"CreateDate": "2026-01-19T09:49:05.869857-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-19T09:49:05.869857-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-01-19T09:49:05.869857-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "41d676a9-f2fc-4884-86db-bebda25d2338",
"CreateDate": "2026-01-19T09:49:05.869857-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-19T09:49:05.869857-08:00",
"LastModifiedUser": "sample string 7"
},
{
"AttachmentId": "4ec27271-5441-4757-b964-2e463ec46b82",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "98cf4071-46da-422f-99d3-5a4ed749981e",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "0d9e6ebf-9ae7-4133-9def-c111ccd9b1c6",
"CreateDate": "2026-01-19T09:49:05.869857-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-19T09:49:05.869857-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "cd0eb51a-ebaf-40c7-8fef-b0df270638cf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "49eecfb3-a492-4859-b3c8-3d4bdaaaa5c2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3d54ac61-f4a1-4a2f-9c36-53e024b93008",
"CreateDate": "2026-01-19T09:49:05.869857-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-19T09:49:05.869857-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "66ccc0bd-317f-4663-9726-c014df5e3562",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-19T09:49:05.869857-08:00",
"MeasurementValueNeededDate": "2026-01-19T09:49:05.869857-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1e5b2268-f173-474e-bb37-c62b1bbefc6f",
"CreateDate": "2026-01-19T09:49:05.869857-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-19T09:49:05.869857-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-19T09:49:05.869857-08:00",
"MeasurementValueNeededDate": "2026-01-19T09:49:05.869857-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "541a8afa-f988-4320-af2a-d72b6dc47e23",
"CreateDate": "2026-01-19T09:49:05.869857-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-19T09:49:05.869857-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-01-19T09:49:05.869857-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "41d676a9-f2fc-4884-86db-bebda25d2338",
"CreateDate": "2026-01-19T09:49:05.869857-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-19T09:49:05.869857-08:00",
"LastModifiedUser": "sample string 7"
}
],
"Total": 1,
"Message": "sample string 1"
}