Skip to main content
GET
List changed source files

Authorizations

Authorization
string
header
required

Cactal API key. Create one in the dashboard or via POST /apiKeys. The plaintext key is shown once at creation.

Query Parameters

websiteId
string
required
Minimum string length: 1
from
string

Base side of the diff: a version number, head, or published. Defaults to published.

Pattern: ^(head|published|[1-9][0-9]*)$
to
string

Target side of the diff: a version number, head, or published. Defaults to head.

Pattern: ^(head|published|[1-9][0-9]*)$
cursor
string

Opaque cursor from the previous page. Continue with the returned resolved versions to keep the comparison pinned.

limit
integer
default:20

Maximum candidate files to compare. Defaults to 20 and cannot exceed 20.

Required range: 1 <= x <= 20

Response

A page of changed file identities.

items
object[]
required
nextCursor
string | null
required

Opaque cursor for the next page. Pass it as the cursor parameter on the next request. null when this is the last page.

websiteId
string
required

Id of the website.

fromVersion
integer
required

Resolved base version. Pass it as from when continuing.

toVersion
integer
required

Resolved target version. Pass it as to when continuing.