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": "c6fc08be-d3ea-4f7f-aa1d-400782a1f1ae", "Name": "sample string 1", "Description": "sample string 2", "AttachmentCategory": { "AttachmentCategoryId": "b00dd42c-8ba0-4f46-b05a-40967d790308", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "1a25e59a-207e-4ed1-aa2f-fd444e35c2e4", "CreateDate": "2025-06-26T22:08:47.4680487-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-26T22:08:47.4680487-07:00", "LastModifiedUser": "sample string 5" }, "Asset": { "AssetId": "22f2ffab-cb22-4466-9254-d5596f3e2a37", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "728e5bdd-74f3-404f-9af2-d4b58640e286", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "0cfeb2b8-d48f-4744-b8f0-562c121e0c8b", "CreateDate": "2025-06-26T22:08:47.4680487-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-26T22:08:47.4680487-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "64b56020-902f-40d1-9260-1b4cf88d0c45", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-26T22:08:47.4680487-07:00", "MeasurementValueNeededDate": "2025-06-26T22:08:47.4680487-07:00", "SourceSystemId": "sample string 3", "CompanyId": "869dd888-26a6-4e07-906d-e94b1d275d49", "CreateDate": "2025-06-26T22:08:47.4680487-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-26T22:08:47.4680487-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-26T22:08:47.4680487-07:00", "MeasurementValueNeededDate": "2025-06-26T22:08:47.4680487-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "72cb1b0a-314a-47c3-a2e9-19baed4b8666", "CreateDate": "2025-06-26T22:08:47.4680487-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-26T22:08:47.4680487-07:00", "LastModifiedUser": "sample string 8" }, "FileType": "sample string 3", "FileSize": 1, "UploadDate": "2025-06-26T22:08:47.4680487-07:00", "Content": "QEA=", "SourceSystemId": "sample string 4", "CompanyId": "0d7c842f-3be7-4e7a-abde-fe23e4989b18", "CreateDate": "2025-06-26T22:08:47.4680487-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-26T22:08:47.4680487-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }