- Subcategories:
- Attribute Properties
Attributes REST Endpoints
Object Metadata/Child Object Metadata/Attributes
The attributes resource is used to view, create, update, and delete attributes. It represents attribute specific properties defined in the object definition.
- Create an attribute
- Method: postPath:
/crmRestApi/resources/11.13.18.05/objectMetadata/{ObjectCode}/child/childObjectMetadata/{ObjectCode2}/child/attributes - Delete an attribute
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/objectMetadata/{ObjectCode}/child/childObjectMetadata/{ObjectCode2}/child/attributes/{AttributeCode} - Get all attributes
- Method: getPath:
/crmRestApi/resources/11.13.18.05/objectMetadata/{ObjectCode}/child/childObjectMetadata/{ObjectCode2}/child/attributes - Get an attribute
- Method: getPath:
/crmRestApi/resources/11.13.18.05/objectMetadata/{ObjectCode}/child/childObjectMetadata/{ObjectCode2}/child/attributes/{AttributeCode} - Update an attribute
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/objectMetadata/{ObjectCode}/child/childObjectMetadata/{ObjectCode2}/child/attributes/{AttributeCode}