Partner-facing endpoints for listing sites and retrieving site configuration within a domain.
QUBS Integrations API (v1)
Partner-facing API providing read-only access to selected QUBS configuration and scheduling data for integration purposes.
Authentication is via a bearer JWT in the Authorization header. Authorization is domain-scoped; all requests include a {domain} path parameter.
Errors are returned as RFC7807 Problem Details (application/problem+json).
Download OpenAPI description
Languages
Servers
Mock server
https://partners.qubs.io/_mock/openapi/
Relative to the current host
https://partners.qubs.io/
- Mock serverhttps://partners.qubs.io/_mock/openapi/integrations/v1/{domain}/sites/{siteName}/staff-skills
- Relative to the current hosthttps://partners.qubs.io/integrations/v1/{domain}/sites/{siteName}/staff-skills
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://partners.qubs.io/_mock/openapi/integrations/v1/acme/sites/Example Site/staff-skills' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "examKeys": [ "Example examKeys" ], "examDisplay": { "property1": "Example examDisplay", "property2": "Example examDisplay" }, "headerComments": { "property1": { … }, "property2": { … } }, "employees": [ { … } ], "examSites": { "property1": [ … ], "property2": [ … ] }, "skToExamCodeId": { "property1": "123", "property2": "123" }, "examCodeSiteKeys": { "property1": { … }, "property2": { … } } }