Check if a team is assigned to a project

Returns 200 if the team is assigned to a project, 404 if the team is not assigned to the project.

Example responses

{
  "err": 0,
  "result": {
    "team_id": 272686,
    "project_id": 165090
  }
}
{
  "err": 1,
  "message": "Project is not in this Team."
}
Language
Click Try It! to start a request and see the response here!