Contact list folders REST Endpoints
Application/2.0/Contact list folders
Contact list folders organize your contact lists.
- Add content to a folder
- Method: patchPath:
/api/rest/2.0/assets/contact/list/folder/{id}/contents - Create a folder
- Method: postPath:
/api/rest/2.0/assets/contact/list/folder - Delete a folder
- Method: deletePath:
/api/rest/2.0/assets/contact/list/folder/{id} - Retrieve a folder
- Method: getPath:
/api/rest/2.0/assets/contact/list/folder/{id} - Retrieve a list of folder contents
- Method: getPath:
/api/rest/2.0/assets/contact/list/folder/{id}/contents - Retrieve a list of folder contents in the root folder
- Method: getPath:
/api/rest/2.0/assets/contact/list/folder/root/contents - Retrieve a list of folders
- Method: getPath:
/api/rest/2.0/assets/contact/list/folders - Retrieve the root folder
- Method: getPath:
/api/rest/2.0/assets/contact/list/folder/root - Update a folder
- Method: putPath:
/api/rest/2.0/assets/contact/list/folder/{id}