curl --request GET \
--url https://api.example.com/v1/reports/{id}/simplified{
"id": "<string>",
"name": "<string>",
"type": "validation",
"entityId": "<string>",
"rules": [
{
"messageIfTrue": "<string>",
"or": [
{
"parameter": "<string>",
"operator": "<string>",
"compareToValue": "<string>"
}
],
"and": [
{
"parameter": "<string>",
"operator": "<string>",
"compareToValue": "<string>"
}
]
}
]
}Get simplified report
curl --request GET \
--url https://api.example.com/v1/reports/{id}/simplified{
"id": "<string>",
"name": "<string>",
"type": "validation",
"entityId": "<string>",
"rules": [
{
"messageIfTrue": "<string>",
"or": [
{
"parameter": "<string>",
"operator": "<string>",
"compareToValue": "<string>"
}
],
"and": [
{
"parameter": "<string>",
"operator": "<string>",
"compareToValue": "<string>"
}
]
}
]
}Was this page helpful?