Create a class to define any data structure you need. The class can be created by the account owner only.
Create class
1. Set a name of the classs
name
parameter to set the name of the class.2. Use a `fields` parameter to set custom fields
fields
stores a set of unique keys each having an associated value parameter.3. Set fields of the custom class
4. Use a `permissions` parameter to set operations allowed and access levels
5. Set CRUD operations
create
, read
, and update
operations are set.6. Set access levels
open
, not_allowed
, and open_for_users_ids
access levels are set.7. Set IDs of users
8. As a result, the API returns a newly created class.
fields.{custom_field}=<field_type>
.201
403
422