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": "69950ff6-f063-4ca9-bdb5-7aab0fcb0cf1", "Name": "sample string 1", "Description": "sample string 2", "AttachmentCategory": { "AttachmentCategoryId": "b638c308-b9fe-493a-b3a1-fbd8bc1c0c7f", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "6f622d85-abae-4e75-885a-0094387ee414", "CreateDate": "2025-06-30T20:38:39.673029-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-30T20:38:39.673029-07:00", "LastModifiedUser": "sample string 5" }, "Asset": { "AssetId": "741a3d2b-9ebd-494b-9c6c-3ed12f7f77cf", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "7c7398b5-676c-4eb6-b873-1400b93a3f86", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "459e2425-7fd9-458c-8d5a-993a1691be68", "CreateDate": "2025-06-30T20:38:39.673029-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-30T20:38:39.673029-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "549b84a4-03db-469c-84f4-d7ca82563d0f", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-30T20:38:39.673029-07:00", "MeasurementValueNeededDate": "2025-06-30T20:38:39.673029-07:00", "SourceSystemId": "sample string 3", "CompanyId": "99591b14-b7ce-45cb-9be0-7a0859335b4b", "CreateDate": "2025-06-30T20:38:39.673029-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-30T20:38:39.673029-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-30T20:38:39.673029-07:00", "MeasurementValueNeededDate": "2025-06-30T20:38:39.673029-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "4b0cde8b-30cd-415d-b0f9-be50b5beee08", "CreateDate": "2025-06-30T20:38:39.673029-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-30T20:38:39.673029-07:00", "LastModifiedUser": "sample string 8" }, "FileType": "sample string 3", "FileSize": 1, "UploadDate": "2025-06-30T20:38:39.673029-07:00", "Content": "QEA=", "SourceSystemId": "sample string 4", "CompanyId": "469b1875-8559-4e28-9117-df97e8535aff", "CreateDate": "2025-06-30T20:38:39.673029-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-30T20:38:39.673029-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }