-
Notifications
You must be signed in to change notification settings - Fork 3
Calls API
Richard Thombs edited this page Apr 4, 2014
·
33 revisions
The Calls API provides access to TeamHaven's Call Management functionality.
GET /api/calls/:id[?schema=true]
Retrieves the Call with the specified Call ID. If schema=true, then the Call's Attribute Schema is included in the response.
GET /api/calls/:id/questionnaire
Retrieves the Call's questionnaire. This questionnaire will be customised for the call - any items known not to be present will not appear.
GET /api/calls/:id/questionnaire/manifest
Retrieves the Call's questionnaire in manifest format. This format does not contain any layout information and instead just presents a list of all the Questions and Items.
This API will be replaced by GET /api/calls/:id/questionnaire using a custom media type in the next version of the API.
GET /api/calls/:id/answers
Retrieves the Call's Answers. Will return 204 - No Content if the Call is not in Completed status.