Get Rule Details
Last updated
Was this helpful?
Last updated
Was this helpful?
This call returns the details on a specific rule. The URL includes the object ID for the rule being called and again is sent as a POST call.
The body of the message contains the project name and workset name that the specific rule is in.
{
"context": {
"user": "user_ID",
"password": "xxxx",
"project": {
"name": "imp_payments_demo",
"version": "1.0"
},
"workSet": {
"name": "api_2_workset",
"version": "1.1"
}
}
}
The results message will include the rule details.