List organization surveys
Retrieve a paginated list of surveys for the organization. Supports search, filtering by status, category, target type and date ranges, sorting, and cursor pagination.
承認
パスパラメータ
クエリパラメータ
Number of items to return per page. Default is 50, maximum is 200.
1 <= x <= 20050
Cursor for pagination. Use the nextCursor from previous response to get next page.
"eyJwYWdlIjoyLCJsaW1pdCI6NTB9"
Field to sort by. Defaults to createdAt.
createdAt, category, status, targetNumber, scheduledLaunchAt, deadlineAt, publishedAt Sort order. Defaults to DESC for createdAt.
DESC, ASC Search term to filter surveys by title, description, or content.
"Device Survey"
Filter surveys by status. Accepts multiple options.
draft, published, launched, completed, revoked Filter surveys by category.
"device_ownership"
Filter surveys by target type.
employees, devices, services Filter surveys by scheduled launch date range. Format: YYYY-MM-DD:YYYY-MM-DD, separated by a colon.
"2024-01-01:2024-12-31"
Filter surveys by deadline date range. Format: YYYY-MM-DD:YYYY-MM-DD, separated by a colon.
"2024-01-01:2024-12-31"
Filter surveys by creation date range. Format: YYYY-MM-DD:YYYY-MM-DD, separated by a colon.
"2024-01-01:2024-12-31"

