Questions

List of questions

Requires questions.read scope.

get/api/v2/questions

Query parameters

page[size]integer

Number of records per page (default: 25, max: 250)

page[after]string

Cursor for fetching the next page of results

page[before]string

Cursor for fetching the previous page of results

filter[updated_at_gt]string date-time

Filter records updated after this date

filter[updated_at_lt]string date-time

Filter records updated before this date

filter[created_at_gt]string date-time

Filter records created after this date

filter[created_at_lt]string date-time

Filter records created before this date

fields[questions]string[]

Comma separated list of fields for questions to include in response

includestring[]

Comma-separated list of relationships to include (e.g. categories)

Response

Successful responses

Changes