GET api/v{version}/TransferPlans/ScheduleImages?id={id}
Gets a previously generated image of a transfer plan schedule from the archive.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The ID of the schedule image. |
integer |
Required |
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
An image of the schedule in PNG format.
Stream| Name | Description | Type | Additional information |
|---|---|---|---|
| CanRead | boolean |
None. |
|
| CanSeek | boolean |
None. |
|
| CanTimeout | boolean |
None. |
|
| CanWrite | boolean |
None. |
|
| Length | integer |
None. |
|
| Position | integer |
None. |
|
| ReadTimeout | integer |
None. |
|
| WriteTimeout | integer |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.