Get submission details

GET
/submissions/{submissionId}
Authorization<token>

API key as Bearer token: Authorization: Bearer

In: header

Path Parameters

submissionId*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://terac.com/api/external/v2/submissions/string"
{
  "id": "string",
  "opportunity_id": "string",
  "status": "in_progress",
  "participant_id": "string",
  "created_at": "string",
  "updated_at": "string",
  "screening_answers": [
    {
      "key": "string",
      "question": "string",
      "answer": [
        "string"
      ]
    }
  ],
  "tasks": [
    {
      "sequence": 0,
      "task_type": "string",
      "status": "string"
    }
  ]
}
{
  "code": "BAD_REQUEST",
  "message": "Invalid input data",
  "issues": []
}
{
  "code": "UNAUTHORIZED",
  "message": "Authorization not provided",
  "issues": []
}
{
  "code": "FORBIDDEN",
  "message": "Insufficient access",
  "issues": []
}
{
  "code": "NOT_FOUND",
  "message": "Not found",
  "issues": []
}
{
  "code": "INTERNAL_SERVER_ERROR",
  "message": "Internal server error",
  "issues": []
}