API ReferenceTask
Check task is blocked
Check task is blocked
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Path Parameters
id*string
Task identifier
Response Body
curl -X GET "https://example.com/project/tasks/string/is-blocked"{ "isBlocked": true}