GET
/
answers
/
{questionId}
Get Question Response
curl --request GET \
  --url https://getunblocked.com/api/v1/answers/{questionId} \
  --header 'Authorization: Bearer <token>'
{
  "state": "processing",
  "answer": "<string>",
  "references": [
    {
      "htmlUrl": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The API key to authenticate requests. Obtainable from the web dashboard.

Path Parameters

questionId
string
required

The ID of a resource that can be retrieved from the service.

Example:

"12345678-abcd-123456789-123456789abc"

Response

200
application/json

OK

The response is of type object.