I am totally new to API's, and currently doing research while trying to use the API explorer to poke around before I get any developers involved. Is this the correct API to be using?
I've just been sampling outputs using our form named "TestQM_Inbound" and myself as the evaluator "Brad Noon".
POST /api/v2/quality/conversations/ce87bbc7-e491-4d6b-87e9-7cd31ad7f1b8/evaluations HTTP/1.1
Host: api.usw2.pure.cloud
Authorization: Bearer **************************************************************************************
Content-Type: application/json
{"conversation":{"id":"ce87bbc7-e491-4d6b-87e9-7cd31ad7f1b8"},"evaluationForm":{"name":"TestQM_Inbound","questionGroups":[null,null]},"evaluator":{"name":"Brad Noon"}}
Reponse is:
{
"message": "Agent user is required to create an evaluation",
"code": "qm.evaluation.create.error.no.agent",
"status": 400,
"contextId": "f2f3eccb-39a1-4d0e-ac60-57684e5395f8",
"details": [],
"errors": []
}