Project
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIDstring · uuidRequired
Responses
200
List of workflows within the project
application/json
400
Invalid 'projectID'
401
Invalid JWT token
404
Project not found
get
/headless/project/{projectID}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIDstring · uuidRequired
workFlowIDstring · uuidRequired
Responses
200
Workflow model within the project
application/json
400
Invalid 'projectID' or 'workFlowID'
401
Invalid JWT token
404
Workflow or Project not found
get
/headless/project/{projectID}/workflow/{workFlowID}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIDstring · uuidRequired
workFlowIDstring · uuidRequired
Responses
200
OK
400
Invalid 'projectID' or 'workFlowID'
401
Invalid JWT token
404
Workflow or Project not found
post
/headless/project/{projectID}/workflow/{workFlowID}/executeNo content
Last updated
