GET /accounts/{account_id}/cloudforce-one/rules/approvals

Returns rule approvals with optional status, revision, reviewer-scope, and mutation-type filtering.

Servers

Path parameters

Name Type Required Description
account_id String Yes

Cloudflare account ID.

Query parameters

Name Type Required Description
limit Number No

Default value: 50

reviewer_scope String No

Limits approvals to the specified reviewer scope.

Valid values:

  • "email"
  • "unresolved"
  • "default"
status No

Selects approval statuses. Repeat the parameter to OR-match statuses (for example, status=pending&status=rejected). Use status=all alone to disable status filtering.

Default value: "pending"

latest_only String No

When true, returns the newest revision in each approval chain.

Valid values:

  • "false"
  • "true"

Default value: "false"

change_type String No

Limits approvals to the specified mutation type.

Valid values:

  • "create"
  • "delete"
  • "update"
rule_id String No

Filter approvals by rule ID.

offset Number No

Default value: 0

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.