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": "b3ccd52f-e54e-44eb-9b08-63037ea9278c", "Name": "sample string 1", "Description": "sample string 2", "AttachmentCategory": { "AttachmentCategoryId": "6f83bd11-862d-4825-bd32-47b9ff6638d7", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "588269be-e6cc-415a-8999-9f625996266b", "CreateDate": "2025-10-10T14:59:28.8798179-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-10T14:59:28.8798179-07:00", "LastModifiedUser": "sample string 5" }, "Asset": { "AssetId": "822b7db0-7b94-4827-b7b2-5f125dd0d527", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "d15b37e8-97d9-4e5e-9362-420dfb84d32e", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "bc8e701b-46b2-4d2e-8363-8cef6469905c", "CreateDate": "2025-10-10T14:59:28.8798179-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-10T14:59:28.8798179-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "28f84869-b72d-45af-a812-80cc48c347f4", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-10-10T14:59:28.8798179-07:00", "MeasurementValueNeededDate": "2025-10-10T14:59:28.8798179-07:00", "SourceSystemId": "sample string 3", "CompanyId": "866c87ec-54be-43ab-8b05-8fb444da56c5", "CreateDate": "2025-10-10T14:59:28.8798179-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-10T14:59:28.8798179-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-10-10T14:59:28.8798179-07:00", "MeasurementValueNeededDate": "2025-10-10T14:59:28.8798179-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "95410475-b516-4041-a627-a435aa4935e7", "CreateDate": "2025-10-10T14:59:28.8798179-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-10-10T14:59:28.8798179-07:00", "LastModifiedUser": "sample string 8" }, "FileType": "sample string 3", "FileSize": 1, "UploadDate": "2025-10-10T14:59:28.8798179-07:00", "Content": "QEA=", "SourceSystemId": "sample string 4", "CompanyId": "514335b3-0b8e-4920-be0b-56398f8b5aff", "CreateDate": "2025-10-10T14:59:28.8798179-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-10T14:59:28.8798179-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }