- 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
Integration API Schemas
Integration schemas | |
An integration schema defines what YOUR server must implement | |
Application | Application data definition |
Documentation (html) | Schemas (json) |
<your-server>/apply | Application apply schema |
Documentation (html) | Schemas (json) |
<your-server>/update | Application update schema |
Documentation (html) | Schemas (json) |
<your-server>/message | Application message schema |
Documentation (html) | Schemas (json) |
<your-server>/retract | Application retract schema |
Documentation (html) | Schemas (json) |
Publication | Publication data definition |
Documentation (html) | Schemas (json) |
<your-server>/fetch | Publication fetch response schema |
Documentation (html) | Schemas (json) |
<your-server>/fetched | Publication fetched response schema |
Documentation (html) | Schemas (json) |