orgs
Get all custom properties for an organization
Gets all custom properties defined for an organization. Organization members can read these properties.
get/orgs/{org}/properties/schema
Path parameters
orgstring required
The organization name. The name is not case sensitive.
Response
Response
Example response
[
{
"source_type": "organization",
"value_type": "single_select",
"values_editable_by": "org_actors"
}
]