Skip to main content

Get Default Rule Sets


ApiScope: manage.rules.read
API Scope Level: ServiceSubscriberScope
Request Body required
    projectId string
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    ruleSets object[]
  • Array [
  • id string
    name string
  • ]
POST /v2/rulesEngine/ruleSets/default

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
Body required
{
"projectId": "string"
}
Accept
curl / cURL
curl -L -X POST '/manage/v2/rulesEngine/ruleSets/default' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"projectId": "string"
}'