GET Get Prop Challenge Breaches¶
Endpoint¶
GET /prop/challenges/{id}/breaches
Query Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
limit |
int | No | Default 100, max 1000 |
offset |
int | No | Default 0 |
Description¶
Returns rule breaches for a customer-owned prop challenge. Rows are ordered from newest to oldest.
Response Example¶
{
"rows": [
{
"id": 15,
"challenge_id": 1,
"account_login": 2000100,
"rule_code": "MAX_TOTAL_LOSS",
"message": "Maximum total loss exceeded",
"payload_json": "{}",
"created_time": 1778163600
}
]
}