TIS Training API Documentation
  • Welcome!
  • Quick Start
  • Managing Users
  • Single Sign On (SSO)
    • General Options
    • Role and Group Mappings
    • Connection Types
      • Microsoft Entra ID (Formerly Azure AD)
      • Google Workspace
      • OpenID Connect (OIDC)
      • SAML (Security Assertion Markup Language)
  • SCORM Packages
  • Webhooks
  • API Reference
    • Users
      • 🔵GET users
      • 🔵GET users/seats
      • 🟢POST users
      • 🟠PUT users
      • 🟢POST users/password
      • 🟡PATCH users/enable
      • 🟡PATCH users/disable
      • 🔴DELETE users
    • Results
      • 🔵GET results
      • 🔵GET results/group
    • Groups
      • 🔵GET groups
      • 🟢POST groups/users
      • 🔴DELETE groups/users
    • 🔵GET courses
    • 🔵GET filters
    • 🟢POST login
    • â›”Standard Error Format
  • Webhook Reference
    • Standard Structure
    • Course Complete
    • Multi-Course Complete
  • OpenAPI Specification
Powered by GitBook
On this page
  1. API Reference

Standard Error Format

If an error is returned by the API it will normally be in this format.

PreviousPOST loginNextWebhook Reference

Last updated 9 months ago

If an error is not in this format it is likely something has gone wrong on our end. We're setup to automatically catch 500 errors but if you think you can give us some more info feel free to email us at

Name
Type
Description

code

string

A code for the error. This should be used when trying to catch specific errors.

message

string

A human readable message that may help explain what went wrong.

details

dynamic

Further details about the error if applicable. This will change based on the type of error and sometimes may not be included.

{
    "code": "EXAMPLE_CODE",
    "message": "Example Message",
    "details": null
}
â›”
support@tistraining.com