cURL
curl --request GET \ --url https://dev.entropi.app/v1/interviews/getList \ --header 'Authorization: Bearer <token>'
{ "result": [ { "interviewID": "<string>", "productID": "<string>", "userID": "<string>", "interviewName": "<string>", "guidelines": "<string>", "interviewer": "<string>" } ] }
Returns a list of all interviews under a given product
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Retrieve interviews associated with this productID
Interview List
The response is of type object.
object