FlexV1InsightsQuestionnairesQuestion

To get all the question for the given categories

To get all the question for the given categories

get/v1/Insights/QualityManagement/Questions

Query parameters

CategorySidstring[]

The list of category SIDs

PageSizeinteger

How many resources to return in each list page. The default is 50, and the maximum is 1000.

Pageinteger

The page index. This value is simply for client state.

PageTokenstring

The page token. This is provided by the API.

Headers

Authorizationstring

The Authorization HTTP request header

Response

OK

Changes

Changed in 7 of the 51 revisions of this API.514

    • the questions/items/answer_set response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the questions/items/category response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the questions/items/answer_set response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the questions/items/category response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • for the query request parameter PageSize, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • the usage response's property default value 0 was added for the status 200

      response-property-default-value-added

    • api tag FlexV1InsightsQuestionnairesQuestion added

      api-tag-added

  • v1350c4958f8a311See the full diff
    • deleted the header request parameter Token

      request-parameter-removed

    • added the new optional header request parameter Authorization

      new-optional-request-parameter

    • endpoint added

      endpoint-added