cURL
curl --request POST \ --url https://api.example.com/api/activity/projects.list \ --header 'Content-Type: application/json' \ --data ' { "filters": [ { "key": "project.ids", "value": [ "872815618512410358" ] } ], "orders": [ { "key": "project.name", "direction": "asc" } ] } '
[ { "id": "872815618512410358", "resource_id": "872815618512410358", "name": "<string>", "description": "<string>", "status": "draft", "date_range": "2019-11-11/2019-12-12", "task_ids": [ "872815618512410358" ], "hourly_budget": "PT1H30M20S", "hourly_budget_mode": "none", "created_at": "2025-10-30T10:40:22.01367Z" } ]
List all projects.
Show child attributes
"872815618512410358"
draft
active
locked
archived
"draft"
"2019-11-11/2019-12-12"
ISO 8601 duration
"PT1H30M20S"
none
project
task
"none"
"2025-10-30T10:40:22.01367Z"