Get a solution by ID.
Fetch a single solution (reporting database) by ID.
GET
/api/solutions/{solutionId}Path parameters
solutionIdnumberrequiredPath parameter: solutionId
Request
curl
curl -X GET https://platform.trickest.com/api/solutions/{solutionId} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Solution details
idstringrequirednamestringrequireddescriptionstringiconstringcolorstringspacestringworkflow_idstringis_publicbooleanauthorstringtagsstring[]created_datestringmodified_datestring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring