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": "e888ba35-e40c-4e7d-8633-b9917de3240e", "Name": "sample string 1", "Description": "sample string 2", "AttachmentCategory": { "AttachmentCategoryId": "b4a1caf8-352b-4c4d-816e-1cc85f6bdae3", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "c567a502-149d-460a-9a1f-bae47c4526af", "CreateDate": "2025-10-13T18:11:50.9208935-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-13T18:11:50.9208935-07:00", "LastModifiedUser": "sample string 5" }, "Asset": { "AssetId": "dfae4d19-3782-4dfe-a443-dd3730decfd5", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "e1d53318-5467-41f0-9af3-585b497a5c2f", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "4534e9ba-093f-44a4-8804-d73603226d46", "CreateDate": "2025-10-13T18:11:50.9208935-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-13T18:11:50.9208935-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "f73554f0-f458-44f2-98ba-d6ca5e982097", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-10-13T18:11:50.9208935-07:00", "MeasurementValueNeededDate": "2025-10-13T18:11:50.9208935-07:00", "SourceSystemId": "sample string 3", "CompanyId": "9f02105c-d751-42f6-bae7-ac38ed7db5ea", "CreateDate": "2025-10-13T18:11:50.9208935-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-13T18:11:50.9208935-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-10-13T18:11:50.9208935-07:00", "MeasurementValueNeededDate": "2025-10-13T18:11:50.9208935-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "8370dc5f-1048-4dc0-9ff8-735a0bfa0331", "CreateDate": "2025-10-13T18:11:50.9208935-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-10-13T18:11:50.9208935-07:00", "LastModifiedUser": "sample string 8" }, "FileType": "sample string 3", "FileSize": 1, "UploadDate": "2025-10-13T18:11:50.9208935-07:00", "Content": "QEA=", "SourceSystemId": "sample string 4", "CompanyId": "380e930a-4c40-4a2f-b552-35a54a9c5202", "CreateDate": "2025-10-13T18:11:50.9208935-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-13T18:11:50.9208935-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }