Contact list REST Endpoints

Application/1.0/Contact list
Customized lists of contacts.
Create a contact list
Method: post
Path: /api/REST/1.0/assets/contact/list
Delete a contact list
Method: delete
Path: /api/REST/1.0/assets/contact/list/{id}
Retrieve a contact list
Method: get
Path: /api/REST/1.0/assets/contact/list/{id}
Retrieve a list of contact lists
Method: get
Path: /api/REST/1.0/assets/contact/lists
Update a contact list
Method: put
Path: /api/REST/1.0/assets/contact/list/{id}