Submit an already finished Assessment
The target group for this API are 3rd party partners of softgarden that are integrating into the marketplace. This API is not suitable for building your own application form or job portal. Please use the FrontendAPIV3 for this purpose. |
To submit an already finished assessment for an application a JSON string can be send to this endpoint:
1 |
POST https://jobdb.softgarden.de/jobdb/public/apply/external/assessment |
The JSON data has to be structured like this:
1 2 3 4 5 6 |
{ "jobId": 4711, "applicationPublicId": "8cdcba84-4ff6-4c23-a9ce-3ca1131b0561", "provider": "TALENTCUBE", "invitationId": "47124713" } |
Explanation of the data structure
jobId (mandatory) | The job ID |
applicationPublicId (mandatory) | The application ID |
provider (mandatory) | The assessment provider. One of the following values: CAMMIO, CODILITY, E3SKILLWARE, TALENTCUBE |
invitationId (mandatory) | The assessment invitation ID |
Response
In case of success a blank response is returned (HTTP 204).
In case an error occurred the HTTP status is 401 (unauthorized), 500 (Internal Server Error) or 400 (Bad Request). A HTTP status 400 indicates missing or invalid data. In this case the error message provides further information.