List changed source files
Lists added, removed, and modified file identities between two version refs, defaulting from published to head. Results use cursor pagination; pin continuation requests to the resolved version numbers.
Authorizations
Cactal API key. Create one in the dashboard or via POST /apiKeys. The plaintext key is shown once at creation.
Query Parameters
1Base side of the diff: a version number, head, or published. Defaults to published.
^(head|published|[1-9][0-9]*)$Target side of the diff: a version number, head, or published. Defaults to head.
^(head|published|[1-9][0-9]*)$Opaque cursor from the previous page. Continue with the returned resolved versions to keep the comparison pinned.
Maximum candidate files to compare. Defaults to 20 and cannot exceed 20.
1 <= x <= 20Response
A page of changed file identities.
Opaque cursor for the next page. Pass it as the cursor parameter on the next request. null when this is the last page.
Id of the website.
Resolved base version. Pass it as from when continuing.
Resolved target version. Pass it as to when continuing.