Get AnswersAsk AIget https://api.zenloop.com/v1/surveys/{survey_id}/answersThis endpoint is used for fetching survey answers along with basic survey data and aggregated NPS scores.Path Paramssurvey_idstringrequiredUnique ID of a surveyQuery Paramsdate_shortcutstringDefaults to all_timeDate range for which we want to fetch answers. Allowed values: today, yesterday, last_week, last_month, last_7_days, last_30_days, all_time, customcomment_contentstringComment content filter for the answers.order_bystringResult sort. Allowed values: rating, inserted_atorder_typestringDefaults to descSort answer ascending or descending. Allowed values: asc, descwith_commentsbooleanFilters answer with comments only. Allowed values: true, falsetruefalseanswer_typestringFilters particular answers type only. Allowed values: detractors, passives, promoterspageint32Defaults to 1Number of the page of the results you would like to get.properties[color]stringFilter by properties. The key should be the name of the property, the value should be a list of comma-separated property public hash ids. E.g. properties[color]=RkJrQllReklDTmk0cmRtTUVMUGw2SWJKUStHTk1lZG5WMFppSUIzdmxvOD0=,czhlUW5yZXdNR0t5eW16T3A5OWx3RXJnV2FNaDNEc0J1K2FMdGFUSVRwMD0=with_identitybooleanValue true returns only answers with identity. Value false returns only answers without identity.truefalsedate_fromdateParameter required when date_shortcut is set to custom. Filters answers only received after specific datetime. Format: 2021-10-24T03:30:30Z or 2021-10-24date_todateParameter required when date_shortcut is set to custom. Filters answers only received before specific datetime. Format: 2021-10-24T03:30:30Z or 2021-10-24HeadersAuthorizationstringrequiredDefaults to Bearer <token>Responses 200200 400400 401401 404404 429429Updated 10 months ago