8.4 Download ICC profile

POST http://{{rip_ip}}:5438/queues/{{queue_id}}/profile

Returns the ICC profile referred to by the Queue Info ICC paths.

Request

JSON object containing the path provided in Queue Info. The local RIP will locate the path and when it is indeed referenced by the queue it will be returned.

Response

Binary data stream containing the ICC profile.

Error

  • 400 Bad Request : {"Message":"Path missing"}
  • 404 Not Found : {"Message":"Queue not found"}
  • 404 Not Found : {"Message":"File not found"}

Request Body

{"Path"=>"/Users/Shared/PrintFactory/Profiles/ISOcoated_v2_eci.icc"}