API Reference

Create a new team

Example Create

POST /
{
   "id": 0,
   "label": "ApiCreated",
   "ref": "api0123456",
   "areas": [
    1
   ],
   "users": [
    26,29
   ]
}
Log in to see full request history
Path Params
string
required
Body Params
int32
string
required
length ≥ 1
string | null

Internal reference id (you can use it to

array of int32s | null

Users in team (list of id)

users
Response
200

OK

Language
Credentials
Click Try It! to start a request and see the response here!