GET api/TransferPlans/ScheduleImages?id={id}

Gets a previously generated image of a transfer plan schedule from the archive.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the schedule image.

integer

Required

Body Parameters

None.

Response Information

Resource Description

An image of the schedule in PNG format.

Stream
NameDescriptionTypeAdditional 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.