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."
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required
int32
required
Headers
string
required

Use an Account Access Token with 'read' scope

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json