Sign in

Get form response options

documented

Retrieve the response options for a form.

GET /forms/{formId}/response-optionsWORKFLOWS AND COMMUNICATION PLANSno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{XMATTERS_DOMAIN}}/api/xm/1/forms/{{$form_id}}/response-options?embed=translations&offset={{$offset}}&limit={{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get form response options · xMatters · OpenIntegrations