GET fe/attachments/{jobId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| jobId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PlatformAttachment| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| digest | string |
None. |
|
| uploaded | integer |
None. |
|
| attachmentLinks | Object |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"digest": "sample string 2",
"uploaded": 3,
"attachmentLinks": {}
},
{
"id": 1,
"digest": "sample string 2",
"uploaded": 3,
"attachmentLinks": {}
}
]