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": "b3781306-6b1a-4907-ba19-ebaef2153b48", "Name": "sample string 1", "Description": "sample string 2", "AttachmentCategory": { "AttachmentCategoryId": "7040fde6-b9e2-4583-9828-9bb0417d9733", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "194cec7c-f631-4888-9ca3-3fc53595c59b", "CreateDate": "2025-09-13T21:07:41.7593952-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-13T21:07:41.7593952-07:00", "LastModifiedUser": "sample string 5" }, "Asset": { "AssetId": "69b181b7-8629-4eb6-bde7-f151f6fae46c", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "55f1a3be-63b2-43da-a693-103436dcde77", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "b56ce7c1-54f8-4375-b9aa-02f3f70115a9", "CreateDate": "2025-09-13T21:07:41.7593952-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T21:07:41.7593952-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "a74ad447-e592-4fa4-9a4d-a3876e55bc6d", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-13T21:07:41.7593952-07:00", "MeasurementValueNeededDate": "2025-09-13T21:07:41.7593952-07:00", "SourceSystemId": "sample string 3", "CompanyId": "26af070e-e122-42b9-aa0c-45688c456b00", "CreateDate": "2025-09-13T21:07:41.7593952-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-13T21:07:41.7593952-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-09-13T21:07:41.7593952-07:00", "MeasurementValueNeededDate": "2025-09-13T21:07:41.7593952-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "94c8a5b6-2998-4d20-a26a-7baf40ce9474", "CreateDate": "2025-09-13T21:07:41.7593952-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-13T21:07:41.7593952-07:00", "LastModifiedUser": "sample string 8" }, "FileType": "sample string 3", "FileSize": 1, "UploadDate": "2025-09-13T21:07:41.7593952-07:00", "Content": "QEA=", "SourceSystemId": "sample string 4", "CompanyId": "ddfd037f-6efb-4ef8-a6ae-6217daf13758", "CreateDate": "2025-09-13T21:07:41.7593952-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T21:07:41.7593952-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }