Get User Projects For Team
GET
/project/user-team
Project APIs
team_id
to get projects for a specific team.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/project/user-team'
Response Response Example
{
"success": true,
"message": "User-project association found successfully.",
"data": [
{
"id": 101,
"project": {
"id": 117,
"created_by": "user@example.com",
"created_on": "2024-09-23T23:11:36.059838Z",
"modified_by": "",
"modified_on": "2024-09-23T23:11:36.059856Z",
"project_name": "test project",
"team_visibility": false,
"is_deleted": false,
"team": {
"id": 2,
"created_by": "user@example.com",
"created_on": "2024-01-23T16:48:34.697045Z",
"modified_by": "user@example.com",
"modified_on": "2024-04-04T22:06:30.896942Z",
"team_name": "Indexing Testing",
"is_deleted": false,
"org": 1
}
}
}
]
}
Request
Path Params
user_id
integer
required
Example:
15
Query Params
team_id
integer
optional
Example:
2