customObjects REST Endpoints
Bulk/2.0/customObjects
The operations from the Bulk/2.0/customObjects category.
- Create a custom object sync action definition
- Method: postPath:
/api/bulk/2.0/customObjects/{parentId}/syncActions
- Create an export definition for a custom object
- Method: postPath:
/api/bulk/2.0/customObjects/{parentId}/exports
- Create an import definition for a custom object
- Method: postPath:
/api/bulk/2.0/customObjects/{parentId}/imports
- Delete a custom object export definition
- Method: deletePath:
/api/bulk/2.0/customObjects/{parentId}/exports/{id}
- Delete a custom object import definition
- Method: deletePath:
/api/bulk/2.0/customObjects/{parentId}/imports/{id}
- Delete a custom object sync action definition
- Method: deletePath:
/api/bulk/2.0/customObjects/{parentId}/syncActions/{id}
- Delete sync data for a custom object sync action definition
- Method: deletePath:
/api/bulk/2.0/customObjects/{parentId}/syncActions/{id}/data
- Delete synced data for a custom object import definition
- Method: deletePath:
/api/bulk/2.0/customObjects/{parentId}/imports/{id}/data
- Delete the synced data for a custom object export definition
- Method: deletePath:
/api/bulk/2.0/customObjects/{parentId}/exports/{id}/data
- Retrieve a custom object
- Method: getPath:
/api/bulk/2.0/customObjects/{parentId}
- Retrieve a custom object field definition
- Method: getPath:
/api/bulk/2.0/customObjects/{parentId}/fields/{id}
- Retrieve a custom object sync action definition for a custom object
- Method: getPath:
/api/bulk/2.0/customObjects/{parentId}/syncActions/{id}
- Retrieve a list of custom objects
- Method: getPath:
/api/bulk/2.0/customObjects
- Retrieve a list of export definitions for a custom object
- Method: getPath:
/api/bulk/2.0/customObjects/{parentId}/exports
- Retrieve a list of import definitions for a custom object
- Method: getPath:
/api/bulk/2.0/customObjects/{parentId}/imports
- Retrieve a list of sync action definitions for a custom object
- Method: getPath:
/api/bulk/2.0/customObjects/{parentId}/syncActions
- Retrieve a list of the fields for a custom object
- Method: getPath:
/api/bulk/2.0/customObjects/{parentId}/fields
- Retrieve an import definition for a custom object
- Method: getPath:
/api/bulk/2.0/customObjects/{parentId}/imports/{id}
- Retrieve the specified export definition for a custom object
- Method: getPath:
/api/bulk/2.0/customObjects/{parentId}/exports/{id}
- Retrieve the synced data for a custom object export definition
- Method: getPath:
/api/bulk/2.0/customObjects/{parentId}/exports/{id}/data
- Update a custom object sync action definition
- Method: putPath:
/api/bulk/2.0/customObjects/{parentId}/syncActions/{id}
- Update an export definition for a custom object
- Method: putPath:
/api/bulk/2.0/customObjects/{parentId}/exports/{id}
- Update an import definition for a custom object
- Method: putPath:
/api/bulk/2.0/customObjects/{parentId}/imports/{id}
- Upload custom object sync action data
- Method: postPath:
/api/bulk/2.0/customObjects/{parentId}/syncActions/{id}/data
- Upload data for a custom object import definition
- Method: postPath:
/api/bulk/2.0/customObjects/{parentId}/imports/{id}/data