- Subcategories:
- Object Configuration Details
Object Configurations REST Endpoints
User Context Object Types/Object Configurations
The object configurations resource is used to view and update an object configuration.
- Create an object configuration
- Method: postPath:
/crmRestApi/resources/11.13.18.05/userContextObjectTypes/{ObjectTypeCode}/child/objectConfigs - Get all object configurations
- Method: getPath:
/crmRestApi/resources/11.13.18.05/userContextObjectTypes/{ObjectTypeCode}/child/objectConfigs - Get an object configuration
- Method: getPath:
/crmRestApi/resources/11.13.18.05/userContextObjectTypes/{ObjectTypeCode}/child/objectConfigs/{DataSourceCode} - Update an object configuration
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/userContextObjectTypes/{ObjectTypeCode}/child/objectConfigs/{DataSourceCode}