cURL
curl --request GET \ --url https://api.example.com/activities \ --header 'Authorization: Bearer <token>'
{ "results": [ { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "related_id": "<string>", "team_id": "<string>", "team_slug": "<string>", "user": "<string>", "method": "<string>", "entity_type": "<string>", "project_id": "<string>", "project_slug": "<string>" } ] }
get activities for a team
API key in Bearer token format
created_at
updated_at
desc
asc
Successful Response
Show child attributes