List views for a solution.
List all views (saved queries) for a solution.
GET
/api/solutions/{solutionId}/viewsPath parameters
solutionIdstringrequiredRequest
curl
curl -X GET https://platform.trickest.com/api/solutions/{solutionId}/views \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200List of views
resultsobject[]requiredcountintegernextstringpreviousstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring