User Tasks API
The User Tasks API is a Java Spring Boot application that acts as a proxy between your IdP and LittleHorse.
Configuration
For configuration instructions, please refer to the Configuration Guide.
Direct API Interaction
The User Tasks API exposes RESTful endpoints. To understand the available endpoints and how to interact with them:
- Start the User Tasks API service
- Access the OpenAPI/Swagger documentation at
/swagger-ui.html
(typicallyhttp://localhost:8080/swagger-ui.html
if running locally) - The API specification will show all available endpoints, required parameters, and response formats
User Tasks API Client
You can use the User Tasks API Client to interact with the User Tasks API. This typescript library provides type-safe access to the User Tasks API through functions that call endpoints under the hood.