API Reference

Retrieve cases from the database.

Parameters:

  • limit (str): Pagination limit. Defaults to 10.
  • auth_result (str): Security token with required scope. Defaults to None.
  • db (Session): Database session.

Returns:

  • List[Case]: List of cases retrieved from the database.

Note:

  • This method requires the 'umpa:read' scope in the security token.
Language
Credentials
Bearer
Click Try It! to start a request and see the response here!