Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CodeMeaningAction
400Bad request. Usually means that your request was not sufficient for the API to handle your request.Debug code, contact Bokbasen for assistance if needed.
401Unauthorized. Something is wrong with your authentication header, most of the time either your TGT has expired or your are missing the bearer token (Bokbasen) before the TGT in the header.Recreate TGT. If that does not help: Debug code, contact Bokbasen for assistance if needed.
404Not found. Something is wrong with your URL and you requested a resource that does not exist.Debug code, contact Bokbasen for assistance if needed.
405Method not allowed. Check your request method, if you e.g. try to retrieve a resource using POST, this is the error you will get.Debug code, contact Bokbasen for assistance if needed.
500Internal server error. An unknown error occurred.Contact Bokbasen following the reporting errors guidelines

 

Reporting errors guidelines

...