FlexV1InsightsQuestionnaires

To get all questionnaires with questions

To get all questionnaires with questions

get/v1/Insights/QualityManagement/Questionnaires

Query parameters

IncludeInactiveboolean

Flag indicating whether to include inactive questionnaires or not

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 6 of the 51 revisions of this API.313

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

      response-property-type-changed

    • the questionnaires/items/questions/items/ 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

    • api tag FlexV1InsightsQuestionnaires 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