Teams
Get workflows
GET
/
api
/
v1
/
{teamId}
/
workflows
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
teamId
string
requiredResponse
200 - application/json
id
string
createdAt
string
updatedAt
string
deleted
string | null
name
string
position
integer
color
string
category
enum<string>
Available options:
TRIAGE
, BACKLOG
, UNSTARTED
, STARTED
, COMPLETED
, CANCELED
team
object | null
teamId
string | null
Was this page helpful?