Get a view by ID.
Fetch a single view (saved query) by ID.
GET
/api/solutions/{solutionId}/views/{viewId}Path parameters
solutionIdstringrequiredviewIdstringrequiredRequest
curl
curl -X GET https://platform.trickest.com/api/solutions/{solutionId}/views/{viewId} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200View details
idstringrequirednamestringrequireddescriptionstringdatasetstringsolutionstringselectstringorderstringqstringcreated_datestringmodified_datestring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring