customObjects REST Endpoints

Bulk/2.0/customObjects
The operations from the Bulk/2.0/customObjects category.
Create a custom object sync action definition
Method: post
Path: /api/bulk/2.0/customObjects/{parentId}/syncActions
Create an export definition for a custom object
Method: post
Path: /api/bulk/2.0/customObjects/{parentId}/exports
Create an import definition for a custom object
Method: post
Path: /api/bulk/2.0/customObjects/{parentId}/imports
Delete a custom object export definition
Method: delete
Path: /api/bulk/2.0/customObjects/{parentId}/exports/{id}
Delete a custom object import definition
Method: delete
Path: /api/bulk/2.0/customObjects/{parentId}/imports/{id}
Delete a custom object sync action definition
Method: delete
Path: /api/bulk/2.0/customObjects/{parentId}/syncActions/{id}
Delete sync data for a custom object sync action definition
Method: delete
Path: /api/bulk/2.0/customObjects/{parentId}/syncActions/{id}/data
Delete synced data for a custom object import definition
Method: delete
Path: /api/bulk/2.0/customObjects/{parentId}/imports/{id}/data
Delete the synced data for a custom object export definition
Method: delete
Path: /api/bulk/2.0/customObjects/{parentId}/exports/{id}/data
Retrieve a custom object
Method: get
Path: /api/bulk/2.0/customObjects/{parentId}
Retrieve a custom object field definition
Method: get
Path: /api/bulk/2.0/customObjects/{parentId}/fields/{id}
Retrieve a custom object sync action definition for a custom object
Method: get
Path: /api/bulk/2.0/customObjects/{parentId}/syncActions/{id}
Retrieve a list of custom objects
Method: get
Path: /api/bulk/2.0/customObjects
Retrieve a list of export definitions for a custom object
Method: get
Path: /api/bulk/2.0/customObjects/{parentId}/exports
Retrieve a list of import definitions for a custom object
Method: get
Path: /api/bulk/2.0/customObjects/{parentId}/imports
Retrieve a list of sync action definitions for a custom object
Method: get
Path: /api/bulk/2.0/customObjects/{parentId}/syncActions
Retrieve a list of the fields for a custom object
Method: get
Path: /api/bulk/2.0/customObjects/{parentId}/fields
Retrieve an import definition for a custom object
Method: get
Path: /api/bulk/2.0/customObjects/{parentId}/imports/{id}
Retrieve the specified export definition for a custom object
Method: get
Path: /api/bulk/2.0/customObjects/{parentId}/exports/{id}
Retrieve the synced data for a custom object export definition
Method: get
Path: /api/bulk/2.0/customObjects/{parentId}/exports/{id}/data
Update a custom object sync action definition
Method: put
Path: /api/bulk/2.0/customObjects/{parentId}/syncActions/{id}
Update an export definition for a custom object
Method: put
Path: /api/bulk/2.0/customObjects/{parentId}/exports/{id}
Update an import definition for a custom object
Method: put
Path: /api/bulk/2.0/customObjects/{parentId}/imports/{id}
Upload custom object sync action data
Method: post
Path: /api/bulk/2.0/customObjects/{parentId}/syncActions/{id}/data
Upload data for a custom object import definition
Method: post
Path: /api/bulk/2.0/customObjects/{parentId}/imports/{id}/data