Skip to main content
GET
/
v1
/
interviews
/
getList
cURL
curl --request GET \
  --url https://dev.entropi.app/v1/interviews/getList \
  --header 'Authorization: Bearer <token>'
{
  "result": [
    {
      "interviewID": "<string>",
      "productID": "<string>",
      "interviewName": "<string>",
      "guidelines": "<string>",
      "userID": "<string>",
      "interviewer": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

productID
string
required

Retrieve interviews associated with this productID

Response

Interview List

result
object[]

Array of JSON objects with interview details matching query