Skip to main content
GET
/
org
/
{org_id}
/
outcome-definitions
List outcome definitions
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>"
  }
]

Path Parameters

org_id
string
required

Organization ID

Response

OK

created_at
string
description
string
display_name
string
id
string
is_unique_per_call
boolean
key
string
organization_id
string
value_type
string