Custom objects REST Endpoints
            Application/1.0/Custom objects
        
        
    Custom objects are a complement to the standard Data Entities (i.e. Contacts, Companies). Essentially, custom objects are used for two main functions: linking directly to a Contact and performing actions based on information collected without duplication.
Learn more about custom objects.
- Create a custom object
- Method: postPath:/api/REST/1.0/assets/customObject
- Delete a custom object
- Method: deletePath:/api/REST/1.0/assets/customObject/{id}
- Retrieve a custom object
- Method: getPath:/api/REST/1.0/assets/customObject/{id}
- Retrieve a list of custom objects
- Method: getPath:/api/REST/1.0/assets/customObjects
- Update a custom object
- Method: putPath:/api/REST/1.0/assets/customObject/{id}