Request body
The REST API accepts requests that are sent (POSTed) to predefined endpoints. Each request is formatted in JSON and consists of four distinct sections, each containing specific information.
• Values
Example of a request body
{
"filter" : {},
"values" : {},
"answers" : {},
"arguments" : {}
}