Get Rule Set
ApiScope: manage.rules.read
API Scope Level: ServiceSubscriberScope
application/json
Request Body required
ruleSetId string
Responses
- 200
- 400
- 401
- 403
- 500
OK
application/x-protobuf
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
rules object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"rules": [
{
"id": "string",
"name": "string",
"rule": "string",
"order": 0,
"active": true
}
]
}
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
rules object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"rules": [
{
"id": "string",
"name": "string",
"rule": "string",
"order": 0,
"active": true
}
]
}
Bad Request
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Unauthorized
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Forbidden
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Internal Server Error
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
POST /v2/rulesEngine/ruleSets/rules/get
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/manage/v2/rulesEngine/ruleSets/rules/get' \
-H 'Content-Type: application/json' \
-H 'Accept: application/x-protobuf' \
--data-raw '{
"ruleSetId": "string"
}'
python / requests
curl -L -X POST '/manage/v2/rulesEngine/ruleSets/rules/get' \
-H 'Content-Type: application/json' \
-H 'Accept: application/x-protobuf' \
--data-raw '{
"ruleSetId": "string"
}'
go / native
curl -L -X POST '/manage/v2/rulesEngine/ruleSets/rules/get' \
-H 'Content-Type: application/json' \
-H 'Accept: application/x-protobuf' \
--data-raw '{
"ruleSetId": "string"
}'
nodejs / axios
curl -L -X POST '/manage/v2/rulesEngine/ruleSets/rules/get' \
-H 'Content-Type: application/json' \
-H 'Accept: application/x-protobuf' \
--data-raw '{
"ruleSetId": "string"
}'
ruby / Net::HTTP
curl -L -X POST '/manage/v2/rulesEngine/ruleSets/rules/get' \
-H 'Content-Type: application/json' \
-H 'Accept: application/x-protobuf' \
--data-raw '{
"ruleSetId": "string"
}'
csharp / RestSharp
curl -L -X POST '/manage/v2/rulesEngine/ruleSets/rules/get' \
-H 'Content-Type: application/json' \
-H 'Accept: application/x-protobuf' \
--data-raw '{
"ruleSetId": "string"
}'
php / cURL
curl -L -X POST '/manage/v2/rulesEngine/ruleSets/rules/get' \
-H 'Content-Type: application/json' \
-H 'Accept: application/x-protobuf' \
--data-raw '{
"ruleSetId": "string"
}'
java / OkHttp
curl -L -X POST '/manage/v2/rulesEngine/ruleSets/rules/get' \
-H 'Content-Type: application/json' \
-H 'Accept: application/x-protobuf' \
--data-raw '{
"ruleSetId": "string"
}'
powershell / RestMethod
curl -L -X POST '/manage/v2/rulesEngine/ruleSets/rules/get' \
-H 'Content-Type: application/json' \
-H 'Accept: application/x-protobuf' \
--data-raw '{
"ruleSetId": "string"
}'