10.8 Execute preflight

GET http://{{rip_ip}}:5438/preflight/{{session_id}}/exec/{{profile_id}}/fix

Executes a preflight profile on the document stored in the session and returns the results of the preflight.

The ‘fix’ part of the url will cause the fixes to be applied when possible. Without it only the errors are returned.

Response

Success
  • 200 OK : Results of the execution
Error
  • 404 Not Found : {"Message":"Session not found"}