Custom Objects¶
Custom Objects Controller
Operations¶
| Method | Path | Operation |
|---|---|---|
| GET | /rest/v1/customobjects.json |
List Custom Objects |
| GET | /rest/v1/customobjects/schema.json |
List Custom Object Types |
| POST | /rest/v1/customobjects/schema.json |
Sync Custom Object Type |
| GET | /rest/v1/customobjects/schema/fieldDataTypes.json |
Get Custom Object Type Field Data Types |
| GET | /rest/v1/customobjects/schema/linkableObjects.json |
Get Custom Object Linkable Objects |
| POST | /rest/v1/customobjects/schema/{apiName}/addField.json |
Add Custom Object Type Fields |
| POST | /rest/v1/customobjects/schema/{apiName}/approve.json |
Approve Custom Object Type |
| POST | /rest/v1/customobjects/schema/{apiName}/delete.json |
Delete Custom Object Type |
| POST | /rest/v1/customobjects/schema/{apiName}/deleteField.json |
Delete Custom Object Type Fields |
| GET | /rest/v1/customobjects/schema/{apiName}/dependentAssets.json |
Get Custom Object Dependent Assets |
| GET | /rest/v1/customobjects/schema/{apiName}/describe.json |
Describe Custom Object Type |
| POST | /rest/v1/customobjects/schema/{apiName}/discardDraft.json |
Discard Custom Object Type Draft |
| POST | /rest/v1/customobjects/schema/{apiName}/{fieldApiName}/updateField.json |
Update Custom Object Type Field |
| GET | /rest/v1/customobjects/{customObjectName}.json |
Get Custom Objects |
| POST | /rest/v1/customobjects/{customObjectName}.json |
Sync Custom Objects |
| POST | /rest/v1/customobjects/{customObjectName}/delete.json |
Delete Custom Objects |
| GET | /rest/v1/customobjects/{customObjectName}/describe.json |
Describe Custom Objects |