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": "377c7166-bb06-4235-a337-5e0b24f4aa0c",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "c90aff8f-3d62-4df5-af14-d4abff4c6567",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "41f661d3-c914-42f2-be7a-873c0e83b7de",
"CreateDate": "2025-12-31T17:59:19.9808237-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-31T17:59:19.9808237-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "205bd01e-e93a-46d2-b88f-36a4f00b743b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "c0754fc4-0d7d-43a2-9c70-97b35fdb08ab",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f78a7832-9f40-4052-b7c8-322173fc7a29",
"CreateDate": "2025-12-31T17:59:19.9808237-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T17:59:19.9808237-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "5cd6be9e-0264-48f0-b33c-30c9800603f9",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-31T17:59:19.9808237-08:00",
"MeasurementValueNeededDate": "2025-12-31T17:59:19.9808237-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "05365ed7-255c-4c0e-b5a8-efc1d4dd2f7b",
"CreateDate": "2025-12-31T17:59:19.9808237-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-31T17:59:19.9808237-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-31T17:59:19.9808237-08:00",
"MeasurementValueNeededDate": "2025-12-31T17:59:19.9808237-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d7c2e489-711d-498b-ac73-c82a6a1755e4",
"CreateDate": "2025-12-31T17:59:19.9808237-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-31T17:59:19.9808237-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2025-12-31T17:59:19.9808237-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "83fc6f00-8f6d-43e9-a003-a034c3b4e4b8",
"CreateDate": "2025-12-31T17:59:19.9808237-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T17:59:19.9808237-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}