curl --request GET \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/outcome-definitions[
{
"created_at": "<string>",
"description": "<string>",
"display_name": "<string>",
"id": "<string>",
"is_unique_per_call": true,
"key": "<string>",
"organization_id": "<string>",
"value_type": "<string>"
}
]Returns all platform and custom outcome definitions for the organization
curl --request GET \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/outcome-definitions[
{
"created_at": "<string>",
"description": "<string>",
"display_name": "<string>",
"id": "<string>",
"is_unique_per_call": true,
"key": "<string>",
"organization_id": "<string>",
"value_type": "<string>"
}
]