GET /tasks/{task_id}/custom-fields/{custom_field_id}/choicesAsk AIget https://api.cmp.optimizely.com/v3/tasks/{task_id}/custom-fields/{custom_field_id}/choicesGet the list of the choices of a custom field in a task.Path Paramstask_idstringrequiredUnique identifier of the taskcustom_field_idstringrequiredUnique identifier of the custom fieldQuery Paramsoffsetinteger≥ 0Defaults to 0Starting index of results (zero indexed)page_sizeinteger1 to 100Defaults to 10Number of results to return per pageResponses 200List of fetched custom field choices 400Client error 401Authorization error 403Permission error 404Not found errorUpdated 7 months ago