10.7 Document thumbnail

GET http://{{rip_ip}}:5438/preflight/{{session_id}}/thumbnail/{{pagenumber}}

Retrieves thumbnail of a specific page of the document.

Response

Content type is image/png and contains the PNG of the page thumbnail. Or content type application/json when with the error content.

Success
  • 200 OK : Document Page PNG thumbnail
Error
  • 400 Bad Request : {"Message":"PageNumber is not found"}
  • 404 Not Found : {"Message":"Session not found"}