Content Library Documents REST Endpoints
Content Library Documents
Documents in the Responsys Interact Suite Content Library.
- Create a Content Library Document
- Method: postPath:
/rest/api/v1.3/clDocs - Create a copy of a Content Library Document.
- Method: putPath:
/rest/api/v1.3/clDocs/{docPath} - Delete a Content Library Document
- Method: deletePath:
/rest/api/v1.3/clDocs/{docPath} - Retrieve contents of a Content Library Document
- Method: getPath:
/rest/api/v1.3/clDocs/{docPath} - Update Contents of a Content Library Document
- Method: postPath:
/rest/api/v1.3/clDocs/{docPath}