Get one request

Retrieves a single request with complete details including content, assignee information, priority, status,
custom properties, associations, and metadata. This endpoint is useful for direct request access, deep linking,
and detailed request display in user interfaces.

Key Features:

  • Retrieves complete request details with all metadata and relationships
  • Includes assignee, assigner, and creator information
  • Returns custom property values and request form associations
  • Validates user access permissions before returning request data
  • Supports direct request linking and reference resolution

Authorization Logic:

  1. User must have a valid JWT token with viewing or management scopes
  2. Valid token is required for retrieval
  3. User must have access to the request and its parent space
  4. Request visibility is filtered based on user's access permissions

Usage Example:

Retrieve specific request details for display in request management interfaces or notification systems.

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".

string
required

The unique identifier of the request to retrieve. The request must exist within the specified space and be
accessible to the authenticated user.

Responses

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