Get requests assigned to the authenticated user

Retrieves all requests where the authenticated user is the assignee, providing a personalized view of work items
assigned to the current user. This endpoint supports filtering, sorting, and pagination to help users manage their
workload effectively. Only tokens with appropriate scopes are supported as this endpoint returns user-specific data.

Key Features:

  • Automatically filters requests assigned to the authenticated user
  • Supports title-based search to find specific assigned requests
  • Provides cursor-based pagination for efficient navigation
  • Offers flexible sorting options for workload prioritization
  • Optionally includes request form custom properties for detailed views
  • Returns complete request metadata for each assigned request

Authorization Logic:

  1. User must have a valid JWT token with viewing or management scopes
  2. Token must be valid for this operation
  3. Only requests assigned to the authenticated user are returned

Usage Example:

Display a user's assigned requests in a personal dashboard or task list, showing all pending work items with upcoming deadlines sorted by priority or due date.

Path Params
string
required
length between 7 and 22

The unique identifier of the space containing the target entity. This determines the scope of entity queries and ensures proper access control. The space must be accessible to the authenticated user with appropriate permissions. It can be the unique identifier (GUID) of the space or the word "default" to indicate the default programs space. Common values include "default" and "rkr83lapKkyCJuLLWqLqzB".

Query Params
sort
array of strings

Optional array of sort criteria in format 'field:direction'. Supported fields: createdAt, updatedAt, plannedStartDate, plannedEndDate.

Supported directions: asc, desc. Default sorting is typically by creation date.

sort
string

Optional keyword to search within request titles. Enables finding specific assigned requests by partial title
matching.

string

Optional cursor for pagination. Use the cursor from the previous response to retrieve the next page of assigned
requests.

int32

Optional limit for number of requests to return per page. Defaults to 50 if not specified.

boolean
Defaults to false

Optional boolean to include request form custom properties in the response. Defaults to false for better
performance. Set to true when detailed form data is needed for display.

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json