ListAccountAlerts

Request
path Parameters
id
required
string
Request Body schema: application/json
object (FieldSort)
pageSize
number <double>
page
number <double>
tier
string (AlertTier)
Enum: "preliminary" "acute" "enforcement"
code
string
status
string (AlertStatus)
Enum: "created" "emailSent" "acknowledged" "closed"
string or Array of strings
string or Array of strings
string or Array of strings
string or Array of strings
Responses
200

Ok

post/billing/account/{id}/alerts/query
Request samples
application/json
{
  • "sort": {
    },
  • "pageSize": 0,
  • "page": 0,
  • "tier": "preliminary",
  • "code": "string",
  • "status": "created",
  • "orgId": "string",
  • "accountId": "string",
  • "subscriptionId": "string",
  • "_id": "string"
}
Response samples
application/json
[
  • {
    }
]