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": "d36b3df0-e77d-4d5b-aa13-2825462e737f", "Name": "sample string 1", "Description": "sample string 2", "AttachmentCategory": { "AttachmentCategoryId": "d231694f-9985-4760-bc7c-8f62a23f51a5", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "2629d65d-e48a-4c22-b693-d6d9e69bc0d7", "CreateDate": "2025-04-03T15:26:44.2881859-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-03T15:26:44.2881859-07:00", "LastModifiedUser": "sample string 5" }, "Asset": { "AssetId": "21ba5469-115e-497c-80bb-30f38ad72402", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "35ef281c-2aad-4327-9e0c-47974cff4c89", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "a6bc31da-ff4b-4006-ad82-e6a44fd7110f", "CreateDate": "2025-04-03T15:26:44.2881859-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:26:44.2881859-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "6d018ce6-f5c2-474b-85d1-e7641403a796", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-03T15:26:44.2881859-07:00", "MeasurementValueNeededDate": "2025-04-03T15:26:44.2881859-07:00", "SourceSystemId": "sample string 3", "CompanyId": "5b2080ae-e763-4a6d-bdc8-03d9ea4d4bb1", "CreateDate": "2025-04-03T15:26:44.2881859-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-03T15:26:44.2881859-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-03T15:26:44.2881859-07:00", "MeasurementValueNeededDate": "2025-04-03T15:26:44.2881859-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "170ee0e4-f4d4-4df5-81ee-c925d0e17b7e", "CreateDate": "2025-04-03T15:26:44.2881859-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-03T15:26:44.2881859-07:00", "LastModifiedUser": "sample string 8" }, "FileType": "sample string 3", "FileSize": 1, "UploadDate": "2025-04-03T15:26:44.2881859-07:00", "Content": "QEA=", "SourceSystemId": "sample string 4", "CompanyId": "a3951557-9e71-4dee-bd56-a6ed3014e4ec", "CreateDate": "2025-04-03T15:26:44.2881859-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:26:44.2881859-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }