Get the workflow link for a solution.
GET
/api/solutions/{solutionId}/workflow-linkPath parameters
solutionIdnumberrequiredPath parameter: solutionId
Request
curl
curl -X GET https://platform.trickest.com/api/solutions/{solutionId}/workflow-link \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Workflow link for the solution
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring