Purpose

This API endpoint provides the available test templates of an assessment partner to the softgarden ATS. This endpoint is called to retrieve all available tests and display them in the softgarden ATS. The endpoint should only return tests which are available for the specific customer identified by the bearer token.
The URL can be configured by softgarden but needs to be provided in the configuration process.

HTTP-Method

GET

Path

3rd party provider path

Authentification

Bearer Token

Example curl call

Expected response:

Propertylist

PropertyTypeDescription
testIdstring3rd party identifier for the test template
testNamestringTest name (will be displayed in the softgarden ATS)

Back to the overview

Comments

Comments are closed.