Asynchronous jobs for obtaining images.
Report Images
Loading...
This API is deprecated as of 2021.2.6 and will be removed in a future release.
post
Internal-Use OnlyCreates an asynchronous job for obtaining SVG images for the report. To specify report elements to render, use POST /jobs.Get report images via request parameters
post
Internal-Use OnlyCreates an asynchronous job for obtaining SVG images for the report. All the functionality of the create job with parameters operation is supported, plus the ability to specify a list of report elements to render, each with its own size. (new w/ version 4, body member "style" similar to "style" request parameter elsewhere.)Get report images using request body
post
Internal-Use OnlyThis operation is identical to POST /jobs (createJobWithParams), except instead of supplying the reportUri parameter, you supply the BIRD report (in JSON or XML) in the request body.Get report images via report in request body
get
Internal-Use OnlyReturns the asynchronous job.Get specified job
get
Internal-Use OnlyGet the state of the specified job.Get the state of the job
head
Internal-Use OnlyExistence check state of the specified job.Existence check state of the job
get
Internal-Use OnlyThis operation hides the job architecture and directly generates and returns the image. It blocks synchronously until the image is ready or timeout occurs (default 10 seconds). If a timeout occurs, a redirect is returned to the browser, redirecting back to this operation for browser liveness purposes.Return the report image
Asynchronous jobs conforming to the Thumbnail Provider contract.
post
Internal-Use OnlyCreates an asynchronous job, but honors the media types and contract for a "thumbnail provider". Note with version 4 of the API, report images is now honoring the "thumbnails request" for high contrast; completing an end-to-end use case of high contrast from SAS Drive to the delivered report image thumbnail being in high contrast.Get thumbnail images
get
Internal-Use OnlyReturns the asynchronous job in the media type for "thumbnail provider".Get thumbnail provider job
Get prepared images.
get
Internal-Use OnlyThis operation is used by POST /jobs to return the GET links.Get image
head
Internal-Use OnlyExistence check for an imageExistence check image
get
Internal-Use OnlyThis operation is used to retrieve the PNG image; It is determined by the "image" link relation from the job successfully creating a PNG image. This operation uses an explicit format modifier ('.png'). Doing so is to support the primary use case of embedding the link in a web page or other such context where the client cannot pass an 'Accept:' header to specify the image type.Get image
head
Internal-Use OnlyExistence check image - This operation is used to retrieve the PNG image; It is determined by the "image" link relation from the job successfully creating a PNG image. This operation uses an explicit format modifier ('.png'). Doing so is to support the primary use case of embedding the link in a web page or other such context where the client cannot pass an 'Accept:' header to specify the image type.Existence check image
This API's root.
Operations restricted to an administrative user.