Purpose

This API endpoint provides the functionality that an assessment partner can inform softgarden about an update, e.g. in the case of test completion. Softgarden will then call the assessment partner’s API to receive the newest test results for an invitationId.
The required public basic authentication will be communicated in the configuration process.

HTTP-Method

POST

Path

will be transmitted in the invite request as property callback

Authentification

Basic Authorization (with public oAuth client as described here)

Request-Body

Propertylist

PropertyTypeDescription
invitationIdstring3rd party invitation id

Example curl call

Response codes:

CodeMeaning
204Request was handled successfully
400The invitation id was not provided in the body
401Wrong credentials for invitation id
500Server error occured

Back to the overview

Comments

Comments are closed.