v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBModel
Get rule model
Get the rule model identified in the path.
get/v1/models/{modelId}
Path parameters
modelIdstring required
Model ID
Response
OK
Example response
{
"rules": [
{
"cardId": 6743052,
"rulePriority": 1,
"scope": {
"controlType": "TCT_AUTO_PAY",
"cardHolderBillAmount": {
"maxAmount": 20.5,
"minAmount": 10.5
},
"timeRange": {
"startTime": "2025-05-13T23:30:52.123Z",
"endTime": "2025-05-13T23:30:52.123Z"
}
},
"definedBy": "CARDHOLDER",
"ruleId": "v-301-b0c3dfae-0dd7-40b6-9272-5fa466804a8a"
}
],
"name": "Model name"
}