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": "04681dc9-63b0-46b7-897c-52fe14a5bd61", "Name": "sample string 1", "Description": "sample string 2", "AttachmentCategory": { "AttachmentCategoryId": "ad57f50a-c239-4a02-afd2-b1e75f7ec0c3", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "b1cb59ea-30ce-42fb-a64f-b4ff7d38b133", "CreateDate": "2024-12-26T03:42:32.8193803-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-26T03:42:32.8193803-08:00", "LastModifiedUser": "sample string 5" }, "Asset": { "AssetId": "cb54fa76-3fc0-4207-845b-c83930bd04ec", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "24d9a91c-04cb-49ea-8b5e-e37c9732be74", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "f69e9151-58bd-4378-bdda-3330da73ae9b", "CreateDate": "2024-12-26T03:42:32.8193803-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-12-26T03:42:32.8193803-08:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "c7dffbe1-9220-477c-b1b3-3ffc48695672", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2024-12-26T03:42:32.8193803-08:00", "MeasurementValueNeededDate": "2024-12-26T03:42:32.8193803-08:00", "SourceSystemId": "sample string 3", "CompanyId": "218e246a-d450-4969-a20c-149aee99400a", "CreateDate": "2024-12-26T03:42:32.8193803-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-12-26T03:42:32.8193803-08:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2024-12-26T03:42:32.8193803-08:00", "MeasurementValueNeededDate": "2024-12-26T03:42:32.8193803-08:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "7576500b-1ccc-4362-a93a-cacd443e33d0", "CreateDate": "2024-12-26T03:42:32.8193803-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2024-12-26T03:42:32.8193803-08:00", "LastModifiedUser": "sample string 8" }, "FileType": "sample string 3", "FileSize": 1, "UploadDate": "2024-12-26T03:42:32.8193803-08:00", "Content": "QEA=", "SourceSystemId": "sample string 4", "CompanyId": "b463cc44-6f93-4356-8d90-e628766988f3", "CreateDate": "2024-12-26T03:42:32.8193803-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-12-26T03:42:32.8193803-08:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }