Skip to main content
GET
Diff rule-configuration revisions
Compares rule-set and rule state between from_version and to_version. Omit to_version or pass current to compare the tracked source revision with the current live configuration.

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header.

Path Parameters

programId
string<uuid>
required

Program ID

Query Parameters

from_version
integer
required

Source tracked configuration version

to_version
string
default:current

Target tracked version or current

Response

OK

caveats
object[]

Explicit limitations on historical coverage.

diff
object

Exact resource-level differences between the two configurations.

from_rule_configuration_version
integer

Tracked source revision.

to_current
boolean

Whether the target is the current live configuration instead of a stored historical revision.

to_rule_configuration_version
integer

Tracked target revision, or the current live revision when to_current is true.