Video Reporting API - Known Errors

Missing mandatory parameter

  • Status code - 400

  • Response:

    { "message": "'<param>' is required!" }
  • Solution - edit the payload to include the parameter indicated in the error message

Invalid value in payload

For example, invalid type (not json or csv)

  • Status code - 400

  • Response :

    { "message": "Invalid value for '<param>'!" }
  • Solution - edit the payload to fix the value used in the parameter indicated in the error message

Empty dataset

  • Status code - 204

  • Response - empty

  • Solution - edit the payload to change you filters or date range; if that does not work, contact your Browsi CSM.

Unknown errors

  • Status code - 400

  • Response:

    { "message": "Error: please contact support for assistance" }
  • Solution - contact your Browsi CSM