- Overview
-
Rest API Schemas
- Application schema
- Application message request
- Application message response
- Application reject request
- Application reject response
- Candidate schema
- Candidate get response
- Candidate search request
- Candidate search response
- Dossier schema
- Dossier get response
- Dossier search request
- Dossier search response
- Profile schema
- Profile get response
- Publication schema
- Publication publish request
- Publication publish response
- Publication get response
- Publication abort response
-
Integration API Schemas
- Application schema
- Application apply request
- Application apply response
- Application message request
- Application message response
- Application retract request
- Application retract response
- Application update request
- Application update response
- Publication schema
- Publication fetch response
- Publication fetched response
- Resource Schemas
- Error Schemas
Rest API Schemas
| Application | |
| A rest schema defines what the xeebo rest api server provides | |
| Application | Application data definition |
| Documentation (html) | Schemas (json) |
| application/message | Application message schema |
| Documentation (html) | Schemas (json) |
| application/reject | Application reject schema |
| Documentation (html) | Schemas (json) |
| Candidate | |
| A rest schema defines what the xeebo rest api server provides | |
| Candidates | Candidate data definition |
| Documentation (html) | Schemas (json) |
| /candidates/search | Candidate search schema |
| Documentation (html) | Schemas (json) |
| /candidates/<id>/get | Candidate get schema |
| Documentation (html) | Schemas (json) |
| Dossier | |
| A rest schema defines what the xeebo rest api server provides | |
| Dossiers | Dossier data definition |
| Documentation (html) | Schemas (json) |
| /dossiers/search | Dossier search schema |
| Documentation (html) | Schemas (json) |
| /dossiers/<id>/get | Dossier get schema |
| Documentation (html) | Schemas (json) |
| Profile | |
| A rest schema defines what the xeebo rest api server provides | |
| Profile | Profile data definition |
| Documentation (html) | Schemas (json) |
| /profiles/<id>/get | Profile get schema |
| Documentation (html) | Schemas (json) |
| Publication | |
| A rest schema defines what the xeebo rest api server provides | |
| Publication | Publication data definition |
| Documentation (html) | Schemas (json) |
| /publications/<jobName>/<pubName>/publish | Publications publish schema |
| Documentation (html) | Schemas (json) |
| /publications/<jobName>/<pubName>/get | Publication get schema |
| Documentation (html) | Schemas (json) |
| /publications/<jobName>/<pubName>/abort | Publication abort schema |
| Documentation (html) | Schemas (json) |