List Evaluation Templates
List all report templates:
GET /api/v2/evaluation_forms.json
Note
This API endpoint returns a compact list of attributes only (ID and name). To retrieve all the form attributes, check View an Evaluation Form.
Example of response:
{
"forms": [
{
"form_id": "cd61b307-5e74-4c4b-b50a-f47100d51959",
"title": "Inbound Score Card"
},
{
"form_id": "7e86e1ad-a71d-4d42-856d-0b3f3b02689d",
"title": "Outbound call score card"
},
{
"form_id": "c34aefc4-0140-4f8e-941f-cc731feb15bf",
"title": "Sample form (manual)"
}
],
"total": 3,
"next_url": null
}
See also Paging through collections
Search reports:
-
Search by name:
GET /api/v2/evaluation_forms.json?search_term=MyForm
-
Search by tenant id
GET /api/v2/evaluation_forms.json?tenant_id=2bfcefd4-f41d-11e4-983d-e03f497dbdff
-
Search by multiple parameters (
tenant_id
andsearch_term
)GET /api/v2/evaluation_forms.json?tenant_id=2bfcefd4-f41d-11e4-983d-e03f497dbdff&search_term=Contoso