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