Sign in

Get project what's new

documented

Fetch the latest activity feed for a project. ([developers.activecollab.com](https://developers.activecollab.com/api-documentation/v1/projects/whats-new.html?utm_source=openai))

GET /projects/{project_id}/whats-newProjectsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://activecollab.com/api/v1/projects/{{$project_id}}/whats-new" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
Get project what's new · activecollab · OpenIntegrations