API endpoints for managing access schemas. An access schema defines the subset of attributes to which a client has read or write access..
Endpoint | Methods |
---|---|
View Your Access Schemas/entityType.getAccessSchemaView the access schema for an entity type. An access schema defines the subset of attributes to which a client has read or write access. |
|
Create an Access Schema/entityType.setAccessSchemaUpdate an access schema for an entity type. An access schema defines the subset of attributes to which a client has read or write access. |
|
Delete an Access Schema/entityType.deleteAccessSchemaRemove an access schema. An access schema defines the subset of attributes to which a client has read or write access. |
|