Developers

Check task is blocked

GET
/project/tasks/{id}/is-blocked

Check task is blocked

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}