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": "fb4bf55f-a2aa-4ffe-ad4d-e19f15341278",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "60625229-04de-49cb-b9ca-0cce834d2ae0",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9239c021-9878-472c-a340-06854891560b",
"CreateDate": "2025-12-10T02:16:19.7137958-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-10T02:16:19.7137958-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "755bae04-8177-4822-bbc7-5bc372e4d7bf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "b3204122-20f1-4b4c-a72d-46a83b90400f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a7bd8356-4883-4a53-ba7d-3dd37d4e42ee",
"CreateDate": "2025-12-10T02:16:19.7137958-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T02:16:19.7137958-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "8a58c3b7-79f4-499a-9427-501126ee4207",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-10T02:16:19.7137958-08:00",
"MeasurementValueNeededDate": "2025-12-10T02:16:19.7137958-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7fced3e0-53c0-46a0-9c27-2f5acb64a882",
"CreateDate": "2025-12-10T02:16:19.7137958-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T02:16:19.7137958-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-10T02:16:19.7137958-08:00",
"MeasurementValueNeededDate": "2025-12-10T02:16:19.7137958-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "c5be4058-3b81-472a-890d-e0c6e78d8441",
"CreateDate": "2025-12-10T02:16:19.7137958-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-10T02:16:19.7137958-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2025-12-10T02:16:19.7137958-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "1fe04f18-5948-4fca-8ab3-78fd8ca0b336",
"CreateDate": "2025-12-10T02:16:19.7137958-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T02:16:19.7137958-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}