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": "26e76245-84cd-43fb-8c85-457a2f45764a", "Name": "sample string 1", "Description": "sample string 2", "AttachmentCategory": { "AttachmentCategoryId": "e9cc139c-ee54-4f87-b649-c8a3bd36ca8a", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "4b0255f2-1196-4c97-be8e-b98bb18b17ca", "CreateDate": "2025-02-05T06:12:27.5073246-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-02-05T06:12:27.5073246-08:00", "LastModifiedUser": "sample string 5" }, "Asset": { "AssetId": "7c484530-193b-4f7d-9b80-ecdc1d0ff775", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "c62a8f82-37da-48c8-82d3-ae6672be5a38", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "753de92f-28df-4244-9d29-6775bb74757f", "CreateDate": "2025-02-05T06:12:27.5073246-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-02-05T06:12:27.5073246-08:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "0710dd27-60c3-4e58-b4d1-9884b181d341", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-02-05T06:12:27.5073246-08:00", "MeasurementValueNeededDate": "2025-02-05T06:12:27.5073246-08:00", "SourceSystemId": "sample string 3", "CompanyId": "a7fd7c4a-a398-423e-b24a-7c1ddbe4547d", "CreateDate": "2025-02-05T06:12:27.5073246-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-02-05T06:12:27.5073246-08:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-02-05T06:12:27.5073246-08:00", "MeasurementValueNeededDate": "2025-02-05T06:12:27.5073246-08:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "db72b4ac-abd2-42b4-bbf1-3de2bd9222c1", "CreateDate": "2025-02-05T06:12:27.5073246-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-02-05T06:12:27.5073246-08:00", "LastModifiedUser": "sample string 8" }, "FileType": "sample string 3", "FileSize": 1, "UploadDate": "2025-02-05T06:12:27.5073246-08:00", "Content": "QEA=", "SourceSystemId": "sample string 4", "CompanyId": "13595d59-7e83-43fa-8001-5b22d4737336", "CreateDate": "2025-02-05T06:12:27.5073246-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-02-05T06:12:27.5073246-08:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }