The following is an example of a Note Category:
{
"assignableTypes": [
"Event",
"Organization"
],
"noteCategoryId": 23,
"name": "Venue Directions"
}
Note Category
Each Note Category has the following properties:
Property | Type | Description |
---|---|---|
noteCategoryId | int | Read-only; Unique identifier for a Note Category in this context |
name | string | A name for this Note Category |
assignableTypes | array | Required; an array of zero or more strings representing the Type this Note Category can be applied to |