Contact list REST Endpoints
Application/1.0/Contact list
Customized lists of contacts.
- Create a contact list
- Method: postPath:
/api/REST/1.0/assets/contact/list - Delete a contact list
- Method: deletePath:
/api/REST/1.0/assets/contact/list/{id} - Retrieve a contact list
- Method: getPath:
/api/REST/1.0/assets/contact/list/{id} - Retrieve a list of contact lists
- Method: getPath:
/api/REST/1.0/assets/contact/lists - Update a contact list
- Method: putPath:
/api/REST/1.0/assets/contact/list/{id}