https://api.casi.services/v1/authenticate | Validates user credentials and generates an authentication token to authorise future API requests |
https://api.casi.services/v1/authorisation | Gets details of the current authenticated user and their assigned personas that permit access to scheme data |
https://api.casi.services/v1/logout | Invalidates the supplied authentication token preventing its use in any further requests |
https://api.casi.services/v1/schemes | Obtains a list of schemes to which the current user has been granted access |
https://api.casi.services/v1/schemes/{scheme} | Gets the details of a specific scheme and the assigned personas for the authenticated user |
https://api.casi.services/v1/schemes/{scheme}/reports/datasets/{publication} | Returns the content of a data set published from the CASI Data Designer |
https://api.casi.services/v1/schemes/{scheme}/reports/datasets/certifiers/{publication} | Returns the content of a data set published from the CASI Data Designer |
https://api.casi.services/v1/schemes/{scheme}/reports/trends/{trend} | |
https://api.casi.services/v1/schemes/{scheme}/validation/byobjecttype | Returns a list of validation warnings for a specific scheme that are of the chosen ObjectType.
|
https://api.casi.services/v1/schemes/{scheme}/validation/bywarning | Returns a list of validation warnings for a specific scheme.
The user can also specify a certifier GUID and/or filter class name to narrow the results. |
https://api.casi.services/v1/schemes/{scheme}/validation/bywarning/{warningid} | Returns a list of errors for a specific warning. |
https://api.casi.services/v1/schemes/{scheme}/data/issuenumber | Use this service to issue a new membership number when you are registering an applicant member into the scheme. |
https://api.casi.services/v1/schemes/{scheme}/responses/{response} | Gets the details of a specific response for an Assessment within the scheme |