GET Attachments/ByUploadDate?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 upload date of the attachments to retrieve |
date |
None. |
| endDate |
Ending upload 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": "dc59ce30-bd59-4992-84b3-95759b1b7032",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "55aa2b46-241b-4342-b936-be468188852d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "fe153cbd-9ab4-4df4-8854-3a6bed78d84a",
"CreateDate": "2026-03-01T18:53:59.6592679-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-01T18:53:59.6592679-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "4962e92f-05fd-4cbf-bcec-e507c50f7a1b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "04506297-e291-4504-b7aa-cc88a1cb0165",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e1b09522-d490-4c72-bd73-da2bdc2227a6",
"CreateDate": "2026-03-01T18:53:59.6592679-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-01T18:53:59.6592679-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "af8011f8-ef63-4fdc-b3dd-98152ee51a44",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-01T18:53:59.6592679-08:00",
"MeasurementValueNeededDate": "2026-03-01T18:53:59.6592679-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "90f2d1ca-e2c8-49a6-bb3f-89b33a1959f4",
"CreateDate": "2026-03-01T18:53:59.6592679-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-01T18:53:59.6592679-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-01T18:53:59.6592679-08:00",
"MeasurementValueNeededDate": "2026-03-01T18:53:59.6592679-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "c81c859a-e60c-46bd-acf2-b19b37b36301",
"CreateDate": "2026-03-01T18:53:59.6592679-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-01T18:53:59.6592679-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-03-01T18:53:59.6592679-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "78ff3cfc-2449-49e8-8652-00ab557c82c6",
"CreateDate": "2026-03-01T18:53:59.6592679-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-01T18:53:59.6592679-08:00",
"LastModifiedUser": "sample string 7"
},
{
"AttachmentId": "dc59ce30-bd59-4992-84b3-95759b1b7032",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "55aa2b46-241b-4342-b936-be468188852d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "fe153cbd-9ab4-4df4-8854-3a6bed78d84a",
"CreateDate": "2026-03-01T18:53:59.6592679-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-01T18:53:59.6592679-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "4962e92f-05fd-4cbf-bcec-e507c50f7a1b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "04506297-e291-4504-b7aa-cc88a1cb0165",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e1b09522-d490-4c72-bd73-da2bdc2227a6",
"CreateDate": "2026-03-01T18:53:59.6592679-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-01T18:53:59.6592679-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "af8011f8-ef63-4fdc-b3dd-98152ee51a44",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-01T18:53:59.6592679-08:00",
"MeasurementValueNeededDate": "2026-03-01T18:53:59.6592679-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "90f2d1ca-e2c8-49a6-bb3f-89b33a1959f4",
"CreateDate": "2026-03-01T18:53:59.6592679-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-01T18:53:59.6592679-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-01T18:53:59.6592679-08:00",
"MeasurementValueNeededDate": "2026-03-01T18:53:59.6592679-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "c81c859a-e60c-46bd-acf2-b19b37b36301",
"CreateDate": "2026-03-01T18:53:59.6592679-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-01T18:53:59.6592679-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-03-01T18:53:59.6592679-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "78ff3cfc-2449-49e8-8652-00ab557c82c6",
"CreateDate": "2026-03-01T18:53:59.6592679-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-01T18:53:59.6592679-08:00",
"LastModifiedUser": "sample string 7"
}
],
"Total": 1,
"Message": "sample string 1"
}