Administration/Questionnaire Templates

List questionnaire templates for the Retraced admin

Paginated, filterable, sortable list of questionnaire templates. By default returns Retraced-published active templates plus the admin company's own; myTemplates narrows it to the caller company's templates regardless of their active flag.

get/api/admin/questionnaires/templates/

Query parameters

pageinteger
countinteger
sortstring
filterstring
boolean
OR
string

Response

Default Response

Changes

Changed in 3 of the 21 revisions of this API.1525

  • b815f1f4e5bf517See the full diff
    • added the new ACTIVE enum value to the data/items/status response property for the response status 200

      response-property-enum-value-added

    • added the new COMPLETED enum value to the data/items/status response property for the response status 200

      response-property-enum-value-added

    • added the new DRAFT enum value to the data/items/status response property for the response status 200

      response-property-enum-value-added

    • added the new NO enum value to the data/items/isRetraced response property for the response status 200

      response-property-enum-value-added

    • added the new YES enum value to the data/items/isRetraced response property for the response status 200

      response-property-enum-value-added

    • added the optional property data/items/createdAt to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/firstRequestDate to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/invitedCompanies to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/statistics to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/timesUsedAsTemplate to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/updatedAt to the response with the 200 status

      response-optional-property-added

    • the response property data/items/companyId became required for the status 200

      response-property-became-required

    • the response property data/items/isRetraced became required for the status 200

      response-property-became-required

    • the response property data/items/isTemplate became required for the status 200

      response-property-became-required

    • the response property data/items/name became required for the status 200

      response-property-became-required

    • the response property data/items/status became required for the status 200

      response-property-became-required

    • response property data/items/companyId list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property data/items/isRetraced list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property data/items/isTemplate list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property data/items/name list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property data/items/questionCount/anyOf[subschema #1]/ list-of-types was narrowed by removing types string from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property data/items/status list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

  • 60f934498ae217See the full diff
    • removed the required property meta from the response with the 200 status

      response-required-property-removed

    • added the optional property expected to the response with the 400 status

      response-optional-property-added

    • added the optional property expected to the response with the 401 status

      response-optional-property-added

    • added the optional property expected to the response with the 403 status

      response-optional-property-added

    • added the optional property metadata to the response with the 400 status

      response-optional-property-added

    • added the optional property metadata to the response with the 401 status

      response-optional-property-added

    • added the optional property metadata to the response with the 403 status

      response-optional-property-added

    • added the required property metadata to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added

Of the 21 revisions, 1 has no diff computed.