For the complete documentation index, see llms.txt. This page is also available as Markdown.

List published versions by id

List all published versions of a rule for the given entity ID. Results are paginated.

Use the API reference below to try the endpoint.

List published versions

get

List all published versions of a rule for the given entity ID.

Authorizations
Nected-API-KeystringRequired

Dev API key (Nected-API-Key header)

Path parameters
entity-idstringRequired

The rule's entity ID

Query parameters
pageNointegerOptional

Page number

Default: 1
pageSizeintegerOptional

Items per page

Default: 10
Header parameters
Nected-BranchstringOptional

Branch name (optional)

Responses
200

OK

application/json

Standard API response wrapper

codestringOptional
dataanyOptional

Response payload: rule object, array of rules (list), version rows, or execution result — shape varies by endpoint

messagestringOptional
pageNointegerOptional
pageSizeintegerOptional
totalCountintegerOptional
totalPagesintegerOptional
get
/dev/v1/rule/{entity-id}/version

Last updated