Questionnaire request

List a company's answer requests

Paginated, filterable, sortable list of answer requests scoped to the calling company. Without companyId it returns the requests the caller received — their questionnaire inbox. With companyId it returns the requests the caller sent to that one company, limited to questionnaires the caller owns. Archived questionnaires and deleted requests are excluded from both. A request is only listed when the caller holds an ABOUT profile for both the requesting company and the company the request is about.

get/api/questionnaires/requests

Query parameters

companyIdstring
pageinteger
countinteger
sortstring
filterstring

Response

Default Response

Changes

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

  • b815f1f4e5bf514See the full diff
    • 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 DELETED enum value to the data/items/status response property for the response status 200

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new REQUEST_CHANGES enum value to the data/items/status 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/dueDate to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/lastReminded 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/forCompanyId 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/onBehalfOfCompanyId became required for the status 200

      response-property-became-required

    • the response property data/items/questionnaireId 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/forCompanyId 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/onBehalfOfCompanyId 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/questionnaireId 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/status list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

  • 60f934498ae219See 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 expected to the response with the 404 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 optional property metadata to the response with the 404 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.