Skip to content
Richard Thombs edited this page Mar 12, 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 design.

GET /api/calls/:id/answers

Retrieves the Call's answers. Will return 404 if the Call is not in Completed status.

Clone this wiki locally