GET Attachments?attachmentId={attachmentId}
Retrieves an attachment by its Id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
attachmentId |
Id of the attachment |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | Attachment |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "AttachmentId": "39a581f6-4732-475d-a4f0-a807e8ea56ee", "Name": "sample string 1", "Description": "sample string 2", "AttachmentCategory": { "AttachmentCategoryId": "17c25ddf-c985-4347-ac9f-140ef010981a", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "107fe09a-34b1-425f-adde-2b3e5c42ad82", "CreateDate": "2025-06-16T14:15:12.4456558-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-16T14:15:12.4456558-07:00", "LastModifiedUser": "sample string 5" }, "Asset": { "AssetId": "3ef6998b-f953-445b-be93-a4b25f7e69ab", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "4abee24d-0bff-4324-a6b5-0228adb8c32b", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "f0a7ac88-f25f-4d3f-bfc7-5daa54c19938", "CreateDate": "2025-06-16T14:15:12.4456558-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T14:15:12.4456558-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "f2ce97e6-fa7b-478d-a38f-7ec59afcc8cd", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-16T14:15:12.4456558-07:00", "MeasurementValueNeededDate": "2025-06-16T14:15:12.4456558-07:00", "SourceSystemId": "sample string 3", "CompanyId": "7ccf9aec-f96a-48da-8b5f-d9a465531434", "CreateDate": "2025-06-16T14:15:12.4456558-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-16T14:15:12.4456558-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-16T14:15:12.4456558-07:00", "MeasurementValueNeededDate": "2025-06-16T14:15:12.4456558-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "ca5c5a03-7d7e-42a3-a3a2-3adf3c08b1b8", "CreateDate": "2025-06-16T14:15:12.4456558-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-16T14:15:12.4456558-07:00", "LastModifiedUser": "sample string 8" }, "FileType": "sample string 3", "FileSize": 1, "UploadDate": "2025-06-16T14:15:12.4456558-07:00", "Content": "QEA=", "SourceSystemId": "sample string 4", "CompanyId": "fdfb92bb-18a8-4452-b3ad-1684db44e3a6", "CreateDate": "2025-06-16T14:15:12.4456558-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T14:15:12.4456558-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }