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": "7f34b796-f3f8-43bc-ac8f-c36e256ee68a", "Name": "sample string 1", "Description": "sample string 2", "AttachmentCategory": { "AttachmentCategoryId": "217354f5-8ced-45d2-82c0-9c83e3ff3bcc", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "b6f4d1c7-b5a9-4750-8e2e-201de3f77162", "CreateDate": "2025-05-08T21:38:24.4641172-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T21:38:24.4641172-07:00", "LastModifiedUser": "sample string 5" }, "Asset": { "AssetId": "662388f2-754d-42b2-bfa0-91a5b93d0695", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "73392416-a89e-4345-a588-b1ed7160133c", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "bf77836a-401f-4c44-8da7-61924c279d6b", "CreateDate": "2025-05-08T21:38:24.4641172-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-08T21:38:24.4641172-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "5d64a49a-3e73-4e3c-af55-24b13f1b6971", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-05-08T21:38:24.4641172-07:00", "MeasurementValueNeededDate": "2025-05-08T21:38:24.4641172-07:00", "SourceSystemId": "sample string 3", "CompanyId": "e09a0bfe-037a-4926-b283-f2744c65a309", "CreateDate": "2025-05-08T21:38:24.4641172-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-05-08T21:38:24.4641172-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-05-08T21:38:24.4641172-07:00", "MeasurementValueNeededDate": "2025-05-08T21:38:24.4641172-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "fb93b6df-5789-4d51-8917-82177752b773", "CreateDate": "2025-05-08T21:38:24.4641172-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-05-08T21:38:24.4641172-07:00", "LastModifiedUser": "sample string 8" }, "FileType": "sample string 3", "FileSize": 1, "UploadDate": "2025-05-08T21:38:24.4641172-07:00", "Content": "QEA=", "SourceSystemId": "sample string 4", "CompanyId": "c5a5e10e-ba24-4e7c-8068-9cf1cb27497a", "CreateDate": "2025-05-08T21:38:24.4641172-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-08T21:38:24.4641172-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }