GET /accounts/{account_id}/cloudforce-one/rules/approvals
Returns rule approvals with optional status, revision, reviewer-scope, and mutation-type filtering.
Servers
- https://api.cloudflare.com/client/v4
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:
|
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:
Default value: "false" |
change_type |
String | No |
Limits approvals to the specified mutation type. Valid values:
|
rule_id |
String | No |
Filter approvals by rule ID. |
offset |
Number | No |
Default value: 0 |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.