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": "57578e8c-34e9-4efe-80ac-6946655248a2",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "245b0d8c-e9a7-4009-9cfc-c8f90e8e8877",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3ceeef67-64ba-4077-9f1b-20cb01f532fd",
"CreateDate": "2025-11-30T08:21:22.1598298-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-30T08:21:22.1598298-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "220e445d-d08a-496d-a628-36f46cf92ea3",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "6378e18c-1899-4371-b478-649af7cb45fc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "48292dad-73b9-4cc3-ab88-2b90a6a9f124",
"CreateDate": "2025-11-30T08:21:22.1598298-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-30T08:21:22.1598298-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c5b6c2ca-8447-4065-b639-fcc6ea7142ad",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-30T08:21:22.1598298-08:00",
"MeasurementValueNeededDate": "2025-11-30T08:21:22.1598298-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8c2434b0-5ea5-42da-9ba1-fd6327611d75",
"CreateDate": "2025-11-30T08:21:22.1598298-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-30T08:21:22.1598298-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-30T08:21:22.1598298-08:00",
"MeasurementValueNeededDate": "2025-11-30T08:21:22.1598298-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "76bf6349-1097-443e-b52c-a29f5de654e0",
"CreateDate": "2025-11-30T08:21:22.1598298-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-30T08:21:22.1598298-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2025-11-30T08:21:22.1598298-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "c019bc82-abae-446d-93a7-43fe21c39105",
"CreateDate": "2025-11-30T08:21:22.1598298-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-30T08:21:22.1598298-08:00",
"LastModifiedUser": "sample string 7"
},
{
"AttachmentId": "57578e8c-34e9-4efe-80ac-6946655248a2",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "245b0d8c-e9a7-4009-9cfc-c8f90e8e8877",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3ceeef67-64ba-4077-9f1b-20cb01f532fd",
"CreateDate": "2025-11-30T08:21:22.1598298-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-30T08:21:22.1598298-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "220e445d-d08a-496d-a628-36f46cf92ea3",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "6378e18c-1899-4371-b478-649af7cb45fc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "48292dad-73b9-4cc3-ab88-2b90a6a9f124",
"CreateDate": "2025-11-30T08:21:22.1598298-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-30T08:21:22.1598298-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c5b6c2ca-8447-4065-b639-fcc6ea7142ad",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-30T08:21:22.1598298-08:00",
"MeasurementValueNeededDate": "2025-11-30T08:21:22.1598298-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8c2434b0-5ea5-42da-9ba1-fd6327611d75",
"CreateDate": "2025-11-30T08:21:22.1598298-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-30T08:21:22.1598298-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-30T08:21:22.1598298-08:00",
"MeasurementValueNeededDate": "2025-11-30T08:21:22.1598298-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "76bf6349-1097-443e-b52c-a29f5de654e0",
"CreateDate": "2025-11-30T08:21:22.1598298-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-30T08:21:22.1598298-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2025-11-30T08:21:22.1598298-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "c019bc82-abae-446d-93a7-43fe21c39105",
"CreateDate": "2025-11-30T08:21:22.1598298-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-30T08:21:22.1598298-08:00",
"LastModifiedUser": "sample string 7"
}
],
"Total": 1,
"Message": "sample string 1"
}