Get all requests

Retrieves a list of requests within a space with extensive filtering capabilities including date ranges, assignees,
priorities, custom properties, and associations. This endpoint supports cursor-based pagination and flexible sorting
for building request management interfaces and reporting systems.

Key Features:

  • Supports multiple filtering criteria simultaneously for precise request queries
  • Provides cursor-based pagination for efficient large dataset retrieval
  • Offers flexible sorting options for optimal display ordering
  • Includes custom property filtering for advanced search capabilities
  • Returns complete request metadata including assignees, priorities, and associations
  • Supports filtering by program and content associations

Authorization Logic:

  1. User must have a valid JWT token with viewing or management scopes
  2. Token can be for either user or system operations for querying
  3. Requests are filtered based on user's access permissions

Usage Example:
Retrieve all high-priority requests assigned to specific users within a date range for dashboard display and workload management.

Language
Response
Click Try It! to start a request and see the response here!