List Smart IA Tests

GET /smart-ia/tests

Returns a list of Smart IA tests

Responses

  • 200 application/json

    A list of Smart IA Tests.

    Hide response attribute Show response attribute object
    • data array[object] Required
      Hide data attributes Show data attributes object
      • testId string(uuid) Required

        Smart IA Test UUID

      • name string Required

        The name of the Smart IA test.

      • subject string Required

        The subject of the Smart IA test.

  • Invalid authentication credentials

  • Not authorised to access this resource

GET /smart-ia/tests
curl \
 -X GET https://connect.century.tech/api/v1/smart-ia/tests
Response examples (200)
{
  "data": [
    {
      "name": "English Smart Initial Assessment",
      "testId": "c5a77fda-7174-446f-a4f5-0f47ccbf15ce",
      "subject": "English"
    }
  ]
}