agent_ids: Filter projects associated with one or more agent IDs (comma-separated).user_ids: Filter projects created by or linked to specific user IDs (comma-separated).start_date and end_date: Filter projects created within the specified date range (inclusive).curl --location -g --request GET 'https:///v2/api/project/filter?agent_ids&user_ids&start_date&end_date' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '[
{
"id": 254,
"project_name": "newproj",
"created_by": "[email protected]",
"team": 233
}
]