Skip to content

Add activities changes JSON changefeed endpoint - #433

Open
PopovDmitryA wants to merge 1 commit into
vol1ura:masterfrom
PopovDmitryA:activities-changes
Open

Add activities changes JSON changefeed endpoint#433
PopovDmitryA wants to merge 1 commit into
vol1ura:masterfrom
PopovDmitryA:activities-changes

Conversation

@PopovDmitryA

Copy link
Copy Markdown
Contributor

Adds GET /activities/changes.json — a paginated changefeed of published protocols, ordered by updated_at. Supports ?updated_since= (only activities changed/added after the given time; invalid value returns 422) and ?page=N (100 per page). Each item carries id, date, updated_at, url and event.code_name. Response includes pagination meta (page, total_pages, total_count, per_page). Lets external sync fetch only what changed instead of scraping or re-crawling everything.

@vol1ura
vol1ura force-pushed the master branch 5 times, most recently from 47b9265 to 0f18e53 Compare August 1, 2026 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant