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": "883a2ff7-6392-4c68-b85c-18ff14e0d29a", "Name": "sample string 1", "Description": "sample string 2", "AttachmentCategory": { "AttachmentCategoryId": "1d9547b2-9baa-422f-98e2-dfe9547982b3", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "d56444f9-99a7-4ecb-8c99-0de58025cd9d", "CreateDate": "2025-05-09T01:54:01.5447445-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-09T01:54:01.5447445-07:00", "LastModifiedUser": "sample string 5" }, "Asset": { "AssetId": "59c9ceb4-1b9f-4902-8ed4-62463b2364bf", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "fdade7b2-95d5-4d69-bbdb-6ff2f3e7cc20", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "504dd6c3-d242-498a-97c8-c9d80c4e4afb", "CreateDate": "2025-05-09T01:54:01.5447445-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-09T01:54:01.5447445-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "d198d41c-e9f0-416d-9d51-6d196a3bd862", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-05-09T01:54:01.5447445-07:00", "MeasurementValueNeededDate": "2025-05-09T01:54:01.5447445-07:00", "SourceSystemId": "sample string 3", "CompanyId": "61dfacc9-f85e-4368-802c-36d152336223", "CreateDate": "2025-05-09T01:54:01.5447445-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-05-09T01:54:01.5447445-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-05-09T01:54:01.5447445-07:00", "MeasurementValueNeededDate": "2025-05-09T01:54:01.5447445-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "efa53868-c85a-483b-babf-645cc357f3a9", "CreateDate": "2025-05-09T01:54:01.5447445-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-05-09T01:54:01.5447445-07:00", "LastModifiedUser": "sample string 8" }, "FileType": "sample string 3", "FileSize": 1, "UploadDate": "2025-05-09T01:54:01.5447445-07:00", "Content": "QEA=", "SourceSystemId": "sample string 4", "CompanyId": "f29bf42f-73f9-4da3-8e38-b972a7c4b70b", "CreateDate": "2025-05-09T01:54:01.5447445-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-09T01:54:01.5447445-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }