Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

REST services


RequestTypeDescription

getAnswers

need a better name

GET

Gets survey answers to survey custom questions for the single project during the specified date range.

Parameters

  • projectKey – required parameter
  • startDate –
  • endDate –

Example - link to the example request & response below

getAvgReportGET

Gets results of the Average Rating Report for an active survey in a specified project within the specified date range.

Parameters

  • projectKey – required parameter
  • startDate –
  • endDate –
getByIssueGET

Gets survey rating and user comment for a specified ticket.

One of the following parameters must be specified:

  • IssueKey
  • IssueId
getDateReportGET

Retrieves data from the "Date Report on User Usage" report for the specified project within the specified date range.

Parameters

  • projectKey – required parameter
  • startDate –
  • endDate –

...