Get: Get Use Cases Details
This API retrieves use case details from the AION platform. It is flexible and can return all use cases, only the latest versions, or a specific use case version based on the query parameters provided.
Endpoint:
/aion_core/usecase/get_usecases_details
Input:
- Query Parameters:
- usecaseId (string, optional) – Unique identifier of a specific usecase
- usecaseVersion (integer, optional) – Version number of the usecase (used along with usecaseId)
-
latest_usecases (integer, optional) – Pass value 1 to fetch only the latest versions of all use cases
- Usage Scenarios:
- To fetch all use cases: Do not pass any parameters
- To fetch latest usecases only: Pass latest_usecases = 1
- To fetch a particular usecase and version: Pass both usecaseId and usecaseVersion
Output:
- JSON response containing one or more use case records with all relevant metadata such as ID, version, name, status, and configuration details.