Questionnaire request

List a questionnaire's answer requests

Paginated, filterable, sortable list of the answer requests on one questionnaire — one row per invited company, carrying that request's status and answer statistics alongside profile data for the supplier and answering companies. The questionnaire must belong to the calling company; Retraced admins may read any. facilityProcesses comes back as a comma-separated string of ids, not an array.

get/api/questionnaires/{id}/requests

Path parameters

idstring required

Query parameters

pageinteger
countinteger
sortstring
filterstring

Response

Default Response

Changes

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

  • b815f1f4e5bf516See 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/agents to the response with the 200 status

      response-optional-property-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/relationshipType to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/supplyChainTier 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

    • added the optional property data/items/vendors 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/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/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.