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": "630ec498-2aaf-44cf-beaa-812d217e1c62",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "a616ad72-cfbf-47ce-8770-9fe3f9382cd1",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3882c944-8ffc-45b9-82a6-0a18a96621d2",
"CreateDate": "2026-05-04T12:34:19.035926-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-04T12:34:19.035926-07:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "83951d50-529d-4b3b-a86e-d60a745f5030",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1969b296-b47d-421f-9134-c84cf39eb420",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "cb954bb9-19c6-4c71-8dd5-5b119535dc38",
"CreateDate": "2026-05-04T12:34:19.035926-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-04T12:34:19.035926-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "aa37f9b3-8e07-4485-84c3-3cebb6d67fb8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-04T12:34:19.035926-07:00",
"MeasurementValueNeededDate": "2026-05-04T12:34:19.035926-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "6a63f413-d98f-49be-897d-097f947b0dab",
"CreateDate": "2026-05-04T12:34:19.035926-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-04T12:34:19.035926-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-04T12:34:19.035926-07:00",
"MeasurementValueNeededDate": "2026-05-04T12:34:19.035926-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1efe39eb-48ac-48b5-9396-d5a9edf21f08",
"CreateDate": "2026-05-04T12:34:19.035926-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-04T12:34:19.035926-07:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-05-04T12:34:19.035926-07:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "86796541-a8de-4c0b-ac9a-c057e8e9a856",
"CreateDate": "2026-05-04T12:34:19.035926-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-04T12:34:19.035926-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}