/api/v1/categories
GET
/api/v1/categories
getCategories()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/javascript
/api/v1/content/versions
GET
/api/v1/content/versions/
findVersions()
Request
Param | Type |
---|---|
inodes | string |
identifier | string |
groupByLang | string |
limit | int |
Response
- application/json;charset=UTF-8
GET
/api/v1/content/versions/{inode}
findByInode()
Request
Param | Type |
---|---|
inodes | string |
identifier | string |
groupByLang | string |
limit | int |
Response
- application/json;charset=UTF-8
/api/v1/languages
POST
/api/v1/languages/i18n
getMessages()
Request
Param | Type |
---|---|
inodes | string |
identifier | string |
groupByLang | string |
limit | int |
Response
- application/json
- application/javascript
/api/v1/templates
PUT
/api/v1/templates/{templateInode}/_unlock
unlock()
Request
Param | Type |
---|---|
inodes | string |
identifier | string |
groupByLang | string |
limit | int |
Response
- application/json
- application/javascript
PUT
/api/v1/templates/{templateInode}/_archive
archive()
Request
Param | Type |
---|---|
inodes | string |
identifier | string |
groupByLang | string |
limit | int |
Response
- application/json
- application/javascript
GET
/api/v1/templates/{templateInode}
getByInode()
Request
Param | Type |
---|---|
inodes | string |
identifier | string |
groupByLang | string |
limit | int |
Response
- application/json
- application/javascript
DELETE
/api/v1/templates/{templateInode}
delete()
Request
Param | Type |
---|---|
inodes | string |
identifier | string |
groupByLang | string |
limit | int |
Response
- application/json
- application/javascript
GET
/api/v1/templates/{templateId}/live
getLiveById()
Request
Param | Type |
---|---|
inodes | string |
identifier | string |
groupByLang | string |
limit | int |
Response
- application/json
- application/javascript
GET
/api/v1/templates/{templateId}/working
getWorkingById()
Request
Param | Type |
---|---|
inodes | string |
identifier | string |
groupByLang | string |
limit | int |
Response
- application/json
- application/javascript
PUT
/api/v1/templates/_publish
PUBLISH()
Request
Param | Type |
---|---|
inodes | string |
identifier | string |
groupByLang | string |
limit | int |
Response
- application/json
- application/javascript
PUT
/api/v1/templates/_unpublish
unpublish()
Request
Param | Type |
---|---|
inodes | string |
identifier | string |
groupByLang | string |
limit | int |
Response
- application/json
- application/javascript
PUT
/api/v1/templates/{templateInode}/_unarchive
unarchive()
Request
Param | Type |
---|---|
inodes | string |
identifier | string |
groupByLang | string |
limit | int |
Response
- application/json
- application/javascript
PUT
/api/v1/templates/{templateInode}/_copy
copy()
Request
Param | Type |
---|---|
inodes | string |
identifier | string |
groupByLang | string |
limit | int |
Response
- application/json
- application/javascript
/api/v1/workflow
PUT
/api/v1/workflow/actions/default/fire/{systemAction}
fireActionDefault()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
PUT
/api/v1/workflow/actions/default/fire/{systemAction}
fireActionDefaultMultipart()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
PUT
/api/v1/workflow/actions/{actionId}/fire
fireActionMultipart()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
PUT
/api/v1/workflow/actions/{actionId}/fire
fireAction()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
PUT
/api/v1/workflow/reorder/steps/{stepId}/actions/{actionId}
reorderAction()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
POST
/api/v1/workflow/schemes/import
importScheme()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
GET
/api/v1/workflow/schemes/{schemeId}/export
exportScheme()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
POST
/api/v1/workflow/schemes/{schemeId}/copy
copyScheme()
Request
Param | Type |
---|---|
name | string |
Response
- application/json
- application/javascript
GET
/api/v1/workflow/defaultactions/contenttype/{contentTypeId}
findAvailableDefaultActionsByContentType()
Request
Param | Type |
---|---|
name | string |
Response
- application/json
- application/javascript
GET
/api/v1/workflow/defaultactions/schemes
findAvailableDefaultActionsBySchemes()
Request
Param | Type |
---|---|
ids | string |
Response
- application/json
- application/javascript
GET
/api/v1/workflow/initialactions/contenttype/{contentTypeId}
findInitialAvailableActionsByContentType()
Request
Param | Type |
---|---|
ids | string |
Response
- application/json
- application/javascript
POST
/api/v1/workflow/schemes
saveScheme()
Request
Param | Type |
---|---|
ids | string |
Response
- application/json
- application/javascript
GET
/api/v1/workflow/schemes
findSchemes()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
PUT
/api/v1/workflow/schemes/{schemeId}
updateScheme()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
DELETE
/api/v1/workflow/schemes/{schemeId}
deleteScheme()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/workflow/actions/{actionId}/actionlets
findActionletsByAction()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
POST
/api/v1/workflow/actions/{actionId}/actionlets
saveActionletToAction()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/workflow/actions/{actionId}
findAction()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
PUT
/api/v1/workflow/actions/{actionId}
updateAction()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
DELETE
/api/v1/workflow/actions/{actionId}
deleteAction()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/workflow/schemes/schemescontenttypes/{contentTypeId}
findAllSchemesAndSchemesByContentType()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/workflow/schemes/{schemeId}/steps
findStepsByScheme()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/workflow/contentlet/{inode}/actions
findAvailableActions()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/workflow/actionlets
findActionlets()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
POST
/api/v1/workflow/contentlet/actions/bulk
getBulkActions()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/workflow/contentlet/actions/bulk/fire
fireBulkActions()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/workflow/actions/{actionId}/condition
evaluateActionCondition()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/workflow/steps/{stepId}/actions/{actionId}
findActionByStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/workflow/steps/{stepId}/actions/{actionId}
deleteAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/workflow/steps/{stepId}/actions
findActionsByStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
POST
/api/v1/workflow/steps/{stepId}/actions
saveActionToStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/workflow/schemes/{schemeId}/actions
findActionsByScheme()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
POST
/api/v1/workflow/schemes/actions/{systemAction}
findActionsBySchemesAndSystemAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/workflow/schemes/{schemeId}/system/actions
findSystemActionsByScheme()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/workflow/system/actions/{workflowActionId}
getSystemActionsReferredByWorkflowAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/workflow/system/actions
saveSystemAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/workflow/system/actions/{identifier}
deletesSystemAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
POST
/api/v1/workflow/actions
saveAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/workflow/steps/{stepId}
deleteStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/workflow/steps/{stepId}
updateStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/workflow/steps/{stepId}
findStepById()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/workflow/actionlets/{actionletId}
deleteActionlet()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/workflow/reorder/step/{stepId}/order/{order}
reorderStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
POST
/api/v1/workflow/steps
addStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/workflow/actions/fire
fireActionByNameMultipart()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
PUT
/api/v1/workflow/actions/fire
fireActionByName()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
GET
/api/v1/workflow/contenttypes/{contentTypeVarOrId}/system/actions
findSystemActionsByContentType()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
/api/v1/pushpublish/filters
PUT
/api/v1/pushpublish/filters/actions/default/fire/{systemAction}
fireActionDefault()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
PUT
/api/v1/pushpublish/filters/actions/default/fire/{systemAction}
fireActionDefaultMultipart()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
PUT
/api/v1/pushpublish/filters/actions/{actionId}/fire
fireActionMultipart()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
PUT
/api/v1/pushpublish/filters/actions/{actionId}/fire
fireAction()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
PUT
/api/v1/pushpublish/filters/reorder/steps/{stepId}/actions/{actionId}
reorderAction()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
POST
/api/v1/pushpublish/filters/schemes/import
importScheme()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
GET
/api/v1/pushpublish/filters/schemes/{schemeId}/export
exportScheme()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
POST
/api/v1/pushpublish/filters/schemes/{schemeId}/copy
copyScheme()
Request
Param | Type |
---|---|
name | string |
Response
- application/json
- application/javascript
GET
/api/v1/pushpublish/filters/defaultactions/contenttype/{contentTypeId}
findAvailableDefaultActionsByContentType()
Request
Param | Type |
---|---|
name | string |
Response
- application/json
- application/javascript
GET
/api/v1/pushpublish/filters/defaultactions/schemes
findAvailableDefaultActionsBySchemes()
Request
Param | Type |
---|---|
ids | string |
Response
- application/json
- application/javascript
GET
/api/v1/pushpublish/filters/initialactions/contenttype/{contentTypeId}
findInitialAvailableActionsByContentType()
Request
Param | Type |
---|---|
ids | string |
Response
- application/json
- application/javascript
POST
/api/v1/pushpublish/filters/schemes
saveScheme()
Request
Param | Type |
---|---|
ids | string |
Response
- application/json
- application/javascript
GET
/api/v1/pushpublish/filters/schemes
findSchemes()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
PUT
/api/v1/pushpublish/filters/schemes/{schemeId}
updateScheme()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
DELETE
/api/v1/pushpublish/filters/schemes/{schemeId}
deleteScheme()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/pushpublish/filters/actions/{actionId}/actionlets
findActionletsByAction()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
POST
/api/v1/pushpublish/filters/actions/{actionId}/actionlets
saveActionletToAction()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/pushpublish/filters/actions/{actionId}
findAction()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
PUT
/api/v1/pushpublish/filters/actions/{actionId}
updateAction()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
DELETE
/api/v1/pushpublish/filters/actions/{actionId}
deleteAction()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/pushpublish/filters/schemes/schemescontenttypes/{contentTypeId}
findAllSchemesAndSchemesByContentType()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/pushpublish/filters/schemes/{schemeId}/steps
findStepsByScheme()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/pushpublish/filters/contentlet/{inode}/actions
findAvailableActions()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/pushpublish/filters/actionlets
findActionlets()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
POST
/api/v1/pushpublish/filters/contentlet/actions/bulk
getBulkActions()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/pushpublish/filters/contentlet/actions/bulk/fire
fireBulkActions()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/pushpublish/filters/actions/{actionId}/condition
evaluateActionCondition()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/pushpublish/filters/steps/{stepId}/actions/{actionId}
findActionByStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/pushpublish/filters/steps/{stepId}/actions/{actionId}
deleteAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/pushpublish/filters/steps/{stepId}/actions
findActionsByStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
POST
/api/v1/pushpublish/filters/steps/{stepId}/actions
saveActionToStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/pushpublish/filters/schemes/{schemeId}/actions
findActionsByScheme()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
POST
/api/v1/pushpublish/filters/schemes/actions/{systemAction}
findActionsBySchemesAndSystemAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/pushpublish/filters/schemes/{schemeId}/system/actions
findSystemActionsByScheme()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/pushpublish/filters/system/actions/{workflowActionId}
getSystemActionsReferredByWorkflowAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/pushpublish/filters/system/actions
saveSystemAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/pushpublish/filters/system/actions/{identifier}
deletesSystemAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
POST
/api/v1/pushpublish/filters/actions
saveAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/pushpublish/filters/steps/{stepId}
deleteStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/pushpublish/filters/steps/{stepId}
updateStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/pushpublish/filters/steps/{stepId}
findStepById()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/pushpublish/filters/actionlets/{actionletId}
deleteActionlet()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/pushpublish/filters/reorder/step/{stepId}/order/{order}
reorderStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
POST
/api/v1/pushpublish/filters/steps
addStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/pushpublish/filters/actions/fire
fireActionByNameMultipart()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
PUT
/api/v1/pushpublish/filters/actions/fire
fireActionByName()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
GET
/api/v1/pushpublish/filters/contenttypes/{contentTypeVarOrId}/system/actions
findSystemActionsByContentType()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
/api/v1/fieldTypes
PUT
/api/v1/fieldTypes/actions/default/fire/{systemAction}
fireActionDefault()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
PUT
/api/v1/fieldTypes/actions/default/fire/{systemAction}
fireActionDefaultMultipart()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
PUT
/api/v1/fieldTypes/actions/{actionId}/fire
fireActionMultipart()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
PUT
/api/v1/fieldTypes/actions/{actionId}/fire
fireAction()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
PUT
/api/v1/fieldTypes/reorder/steps/{stepId}/actions/{actionId}
reorderAction()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
POST
/api/v1/fieldTypes/schemes/import
importScheme()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
GET
/api/v1/fieldTypes/schemes/{schemeId}/export
exportScheme()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
POST
/api/v1/fieldTypes/schemes/{schemeId}/copy
copyScheme()
Request
Param | Type |
---|---|
name | string |
Response
- application/json
- application/javascript
GET
/api/v1/fieldTypes/defaultactions/contenttype/{contentTypeId}
findAvailableDefaultActionsByContentType()
Request
Param | Type |
---|---|
name | string |
Response
- application/json
- application/javascript
GET
/api/v1/fieldTypes/defaultactions/schemes
findAvailableDefaultActionsBySchemes()
Request
Param | Type |
---|---|
ids | string |
Response
- application/json
- application/javascript
GET
/api/v1/fieldTypes/initialactions/contenttype/{contentTypeId}
findInitialAvailableActionsByContentType()
Request
Param | Type |
---|---|
ids | string |
Response
- application/json
- application/javascript
POST
/api/v1/fieldTypes/schemes
saveScheme()
Request
Param | Type |
---|---|
ids | string |
Response
- application/json
- application/javascript
GET
/api/v1/fieldTypes/schemes
findSchemes()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
PUT
/api/v1/fieldTypes/schemes/{schemeId}
updateScheme()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
DELETE
/api/v1/fieldTypes/schemes/{schemeId}
deleteScheme()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/fieldTypes/actions/{actionId}/actionlets
findActionletsByAction()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
POST
/api/v1/fieldTypes/actions/{actionId}/actionlets
saveActionletToAction()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/fieldTypes/actions/{actionId}
findAction()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
PUT
/api/v1/fieldTypes/actions/{actionId}
updateAction()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
DELETE
/api/v1/fieldTypes/actions/{actionId}
deleteAction()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/fieldTypes/schemes/schemescontenttypes/{contentTypeId}
findAllSchemesAndSchemesByContentType()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/fieldTypes/schemes/{schemeId}/steps
findStepsByScheme()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/fieldTypes/contentlet/{inode}/actions
findAvailableActions()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/fieldTypes/actionlets
findActionlets()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
POST
/api/v1/fieldTypes/contentlet/actions/bulk
getBulkActions()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/fieldTypes/contentlet/actions/bulk/fire
fireBulkActions()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/fieldTypes/actions/{actionId}/condition
evaluateActionCondition()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/fieldTypes/steps/{stepId}/actions/{actionId}
findActionByStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/fieldTypes/steps/{stepId}/actions/{actionId}
deleteAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/fieldTypes/steps/{stepId}/actions
findActionsByStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
POST
/api/v1/fieldTypes/steps/{stepId}/actions
saveActionToStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/fieldTypes/schemes/{schemeId}/actions
findActionsByScheme()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
POST
/api/v1/fieldTypes/schemes/actions/{systemAction}
findActionsBySchemesAndSystemAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/fieldTypes/schemes/{schemeId}/system/actions
findSystemActionsByScheme()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/fieldTypes/system/actions/{workflowActionId}
getSystemActionsReferredByWorkflowAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/fieldTypes/system/actions
saveSystemAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/fieldTypes/system/actions/{identifier}
deletesSystemAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
POST
/api/v1/fieldTypes/actions
saveAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/fieldTypes/steps/{stepId}
deleteStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/fieldTypes/steps/{stepId}
updateStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/fieldTypes/steps/{stepId}
findStepById()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/fieldTypes/actionlets/{actionletId}
deleteActionlet()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/fieldTypes/reorder/step/{stepId}/order/{order}
reorderStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
POST
/api/v1/fieldTypes/steps
addStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/fieldTypes/actions/fire
fireActionByNameMultipart()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
PUT
/api/v1/fieldTypes/actions/fire
fireActionByName()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
GET
/api/v1/fieldTypes/contenttypes/{contentTypeVarOrId}/system/actions
findSystemActionsByContentType()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
/api/v1/loginform
PUT
/api/v1/loginform/actions/default/fire/{systemAction}
fireActionDefault()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
PUT
/api/v1/loginform/actions/default/fire/{systemAction}
fireActionDefaultMultipart()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
PUT
/api/v1/loginform/actions/{actionId}/fire
fireActionMultipart()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
PUT
/api/v1/loginform/actions/{actionId}/fire
fireAction()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
PUT
/api/v1/loginform/reorder/steps/{stepId}/actions/{actionId}
reorderAction()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
POST
/api/v1/loginform/schemes/import
importScheme()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
GET
/api/v1/loginform/schemes/{schemeId}/export
exportScheme()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
POST
/api/v1/loginform/schemes/{schemeId}/copy
copyScheme()
Request
Param | Type |
---|---|
name | string |
Response
- application/json
- application/javascript
GET
/api/v1/loginform/defaultactions/contenttype/{contentTypeId}
findAvailableDefaultActionsByContentType()
Request
Param | Type |
---|---|
name | string |
Response
- application/json
- application/javascript
GET
/api/v1/loginform/defaultactions/schemes
findAvailableDefaultActionsBySchemes()
Request
Param | Type |
---|---|
ids | string |
Response
- application/json
- application/javascript
GET
/api/v1/loginform/initialactions/contenttype/{contentTypeId}
findInitialAvailableActionsByContentType()
Request
Param | Type |
---|---|
ids | string |
Response
- application/json
- application/javascript
POST
/api/v1/loginform/schemes
saveScheme()
Request
Param | Type |
---|---|
ids | string |
Response
- application/json
- application/javascript
GET
/api/v1/loginform/schemes
findSchemes()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
PUT
/api/v1/loginform/schemes/{schemeId}
updateScheme()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
DELETE
/api/v1/loginform/schemes/{schemeId}
deleteScheme()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/loginform/actions/{actionId}/actionlets
findActionletsByAction()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
POST
/api/v1/loginform/actions/{actionId}/actionlets
saveActionletToAction()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/loginform/actions/{actionId}
findAction()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
PUT
/api/v1/loginform/actions/{actionId}
updateAction()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
DELETE
/api/v1/loginform/actions/{actionId}
deleteAction()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/loginform/schemes/schemescontenttypes/{contentTypeId}
findAllSchemesAndSchemesByContentType()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/loginform/schemes/{schemeId}/steps
findStepsByScheme()
Request
Param | Type |
---|---|
contentTypeId | string |
showArchive | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/loginform/contentlet/{inode}/actions
findAvailableActions()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/loginform/actionlets
findActionlets()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
POST
/api/v1/loginform/contentlet/actions/bulk
getBulkActions()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/loginform/contentlet/actions/bulk/fire
fireBulkActions()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/loginform/actions/{actionId}/condition
evaluateActionCondition()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/loginform/steps/{stepId}/actions/{actionId}
findActionByStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/loginform/steps/{stepId}/actions/{actionId}
deleteAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/loginform/steps/{stepId}/actions
findActionsByStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
POST
/api/v1/loginform/steps/{stepId}/actions
saveActionToStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/loginform/schemes/{schemeId}/actions
findActionsByScheme()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
POST
/api/v1/loginform/schemes/actions/{systemAction}
findActionsBySchemesAndSystemAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/loginform/schemes/{schemeId}/system/actions
findSystemActionsByScheme()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/loginform/system/actions/{workflowActionId}
getSystemActionsReferredByWorkflowAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/loginform/system/actions
saveSystemAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/loginform/system/actions/{identifier}
deletesSystemAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
POST
/api/v1/loginform/actions
saveAction()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/loginform/steps/{stepId}
deleteStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/loginform/steps/{stepId}
updateStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
GET
/api/v1/loginform/steps/{stepId}
findStepById()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/loginform/actionlets/{actionletId}
deleteActionlet()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/loginform/reorder/step/{stepId}/order/{order}
reorderStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
POST
/api/v1/loginform/steps
addStep()
Request
Param | Type |
---|---|
renderMode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/loginform/actions/fire
fireActionByNameMultipart()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
PUT
/api/v1/loginform/actions/fire
fireActionByName()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
GET
/api/v1/loginform/contenttypes/{contentTypeVarOrId}/system/actions
findSystemActionsByContentType()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
- application/javascript
/api/v1/contentrelationships
GET
/api/v1/contentrelationships/{params: .*}
getContent()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- */*
/api/bundlePublisher
POST
/api/bundlePublisher/publish
publish()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
/api/v2/contenttype/{typeIdOrVarName}/fields
GET
/api/v2/contenttype/{typeIdOrVarName}/fields/id/{fieldId}
getContentTypeFieldById()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
- application/javascript
PUT
/api/v2/contenttype/{typeIdOrVarName}/fields/id/{fieldId}
updateContentTypeFieldById()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
- application/javascript
DELETE
/api/v2/contenttype/{typeIdOrVarName}/fields/id/{fieldId}
deleteContentTypeFieldById()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
- application/javascript
GET
/api/v2/contenttype/{typeIdOrVarName}/fields/var/{fieldVar}
getContentTypeFieldByVar()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
- application/javascript
PUT
/api/v2/contenttype/{typeIdOrVarName}/fields/var/{fieldVar}
updateContentTypeFieldByVar()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
- application/javascript
DELETE
/api/v2/contenttype/{typeIdOrVarName}/fields/var/{fieldVar}
deleteContentTypeFieldByVar()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
- application/javascript
/api/personas
GET
/api/personas/sites/{id}
list()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
- application/javascript
GET
/api/personas/layout/{params:.*}
getLayout()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- text/html
/api/v1/sites/{siteId}/ruleengine
POST
/api/v1/sites/{siteId}/ruleengine/rules
add()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/sites/{siteId}/ruleengine/rules
list()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
- application/javascript
DELETE
/api/v1/sites/{siteId}/ruleengine/rules/{ruleId}
remove()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- */*
PUT
/api/v1/sites/{siteId}/ruleengine/rules/{ruleId}
update()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/sites/{siteId}/ruleengine/rules/{ruleId}
self()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
- application/javascript
POST
/api/v1/sites/{siteId}/ruleengine/rules/{ruleId}/conditionGroups
add()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
GET
/api/v1/sites/{siteId}/ruleengine/rules/{ruleId}/conditionGroups
list()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
DELETE
/api/v1/sites/{siteId}/ruleengine/rules/{ruleId}/conditionGroups/{conditionGroupId}
remove()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- */*
PUT
/api/v1/sites/{siteId}/ruleengine/rules/{ruleId}/conditionGroups/{groupId}
update()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
GET
/api/v1/sites/{siteId}/ruleengine/rules/{ruleId}/conditionGroups/{groupId}
self()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
POST
/api/v1/sites/{siteId}/ruleengine/conditions
add()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
DELETE
/api/v1/sites/{siteId}/ruleengine/conditions/{conditionId}
remove()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- */*
PUT
/api/v1/sites/{siteId}/ruleengine/conditions/{conditionId}
update()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
GET
/api/v1/sites/{siteId}/ruleengine/conditions/{conditionId}
self()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
POST
/api/v1/sites/{siteId}/ruleengine/conditions/{conditionId}/conditionValues
add()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
GET
/api/v1/sites/{siteId}/ruleengine/conditions/{conditionId}/conditionValues
list()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
DELETE
/api/v1/sites/{siteId}/ruleengine/conditions/{conditionId}/conditionValues/{valueId}
remove()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- */*
PUT
/api/v1/sites/{siteId}/ruleengine/conditions/{conditionId}/conditionValues/{valueId}
update()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
GET
/api/v1/sites/{siteId}/ruleengine/conditions/{conditionId}/conditionValues/{valueId}
self()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
POST
/api/v1/sites/{siteId}/ruleengine/actions/
add()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
DELETE
/api/v1/sites/{siteId}/ruleengine/actions/{actionId}
remove()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
PUT
/api/v1/sites/{siteId}/ruleengine/actions/{actionId}
update()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
GET
/api/v1/sites/{siteId}/ruleengine/actions/{actionId}
self()
Request
Param | Type |
---|---|
type | string |
callback | string |
FORCE_PUSH | boolean |
Response
- application/json
- application/javascript
/api/v1/nav
GET
/api/v1/nav/{uri: .*}
loadJson()
Request
Param | Type |
---|---|
depth | string |
languageId | string |
Response
- application/json
- application/javascript
/api/v1/containers
GET
/api/v1/containers/{containerId}/content/{contentletId}
containerContent()
Request
Param | Type |
---|---|
depth | string |
languageId | string |
Response
- application/json
- application/javascript
GET
/api/v1/containers/content/{contentletId}
containerContentByQueryParam()
Request
Param | Type |
---|---|
containerId | string |
Response
- application/json
- application/javascript
GET
/api/v1/containers/form/{formId}
containerFormByQueryParam()
Request
Param | Type |
---|---|
containerId | string |
Response
- application/json
- application/javascript
GET
/api/v1/containers/{containerId}/form/{formId}
containerForm()
Request
Param | Type |
---|---|
containerId | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/containersdelete/{containerId}/content/{contentletId}/uid/{uid}
removeContentletFromContainer()
Request
Param | Type |
---|---|
order | long |
Response
- application/json
- application/javascript
/api/v1/notification
GET
/api/v1/notification/getNotifications/{params:.*}
getNotifications()
Request
Param | Type |
---|---|
order | long |
Response
- application/json
GET
/api/v1/notification/getNewNotificationsCount
getNewNotificationsCount()
Request
Param | Type |
---|---|
order | long |
Response
- application/json
PUT
/api/v1/notification/markAsRead
markAsRead()
Request
Param | Type |
---|---|
order | long |
Response
- application/json
DELETE
/api/v1/notification/id/{id}
delete()
Request
Param | Type |
---|---|
order | long |
Response
- application/json
PUT
/api/v1/notification/delete
delete()
Request
Param | Type |
---|---|
order | long |
Response
- application/json
/api/v1/relationships
GET
/api/v1/relationshipscardinalities
getCardinality()
Request
Param | Type |
---|---|
order | long |
Response
- application/json
- application/javascript
/api/portlet
GET
/api/portlet/{params:.*}
layoutGet()
Request
Param | Type |
---|---|
order | long |
Response
- text/html
POST
/api/portlet/{params:.*}
layoutPost()
Request
Param | Type |
---|---|
order | long |
Response
- text/html
GET
/api/portlet/layout/{params:.*}
getLayout()
Request
Param | Type |
---|---|
order | long |
Response
- text/html
/api/es
GET
/api/esraw
searchRawGet()
Request
Param | Type |
---|---|
order | long |
Response
- application/json
POST
/api/esraw
searchRaw()
Request
Param | Type |
---|---|
order | long |
Response
- application/json
POST
/api/essearch
searchPost()
Request
Param | Type |
---|---|
depth | string |
live | boolean |
allCategoriesInfo | boolean |
Response
- application/json
GET
/api/essearch
search()
Request
Param | Type |
---|---|
depth | string |
live | boolean |
allCategoriesInfo | boolean |
Response
- application/json
GET
/api/es/layout/{params:.*}
getLayout()
Request
Param | Type |
---|---|
depth | string |
live | boolean |
allCategoriesInfo | boolean |
Response
- text/html
/api/v1/contenttype
PUT
/api/v1/contenttype/id/{idOrVar}
updateType()
Request
Param | Type |
---|---|
depth | string |
live | boolean |
allCategoriesInfo | boolean |
Response
- application/json
- application/javascript
DELETE
/api/v1/contenttype/id/{idOrVar}
deleteType()
Request
Param | Type |
---|---|
depth | string |
live | boolean |
allCategoriesInfo | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/contenttype/id/{idOrVar}
getType()
Request
Param | Type |
---|---|
languageId | long |
live | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/contenttype/basetypes
getRecentBaseTypes()
Request
Param | Type |
---|---|
languageId | long |
live | boolean |
Response
- application/json
- application/javascript
/api/ws/v1/system
GET
/api/ws/v1/system/syncevents
getSyncEvents()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
GET
/api/ws/v1/system/events
getEvents()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
/api/v1/appconfiguration
GET
/api/v1/appconfiguration/syncevents
getSyncEvents()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
GET
/api/v1/appconfiguration/events
getEvents()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
/api/integrity
GET
/api/integrity/checkIntegrityProcessStatus/{params:.*}
checkIntegrityProcessStatus()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
GET
/api/integrity/getIntegrityResult/{params:.*}
getIntegrityResult()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
GET
/api/integrity/discardconflicts/{params:.*}
discardConflicts()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
POST
/api/integrity/_fixconflictsfromremote
fixConflictsFromRemote()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- text/plain
GET
/api/integrity/fixconflicts/{params:.*}
fixConflicts()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
POST
/api/integrity/_generateintegritydata
generateIntegrityData()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- text/plain
POST
/api/integrity/{requestId}/status
getIntegrityData()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/zip
GET
/api/integrity/checkintegrity/{params:.*}
checkIntegrity()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
/api/v1/system/ruleengine
GET
/api/v1/system/ruleengine/conditionlets
list()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
GET
/api/v1/system/ruleengine/actionlets
list()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
/api/v1/logger
GET
/api/v1/logger/{loggerName}
getLogger()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
/api/v1/contenttype/{typeId}/fields
GET
/api/v1/contenttype/{typeId}/fields/id/{fieldId}
getContentTypeFieldById()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
PUT
/api/v1/contenttype/{typeId}/fields/id/{fieldId}
updateContentTypeFieldById()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
DELETE
/api/v1/contenttype/{typeId}/fields/id/{fieldId}
deleteContentTypeFieldById()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
GET
/api/v1/contenttype/{typeId}/fields/var/{fieldVar}
getContentTypeFieldByVar()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
PUT
/api/v1/contenttype/{typeId}/fields/var/{fieldVar}
updateContentTypeFieldByVar()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
DELETE
/api/v1/contenttype/{typeId}/fields/var/{fieldVar}
deleteContentTypeFieldByVar()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
GET
/api/v1/contenttype/{typeId}/fields/id/{fieldId}/variables
getFieldVariablesByFieldId()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
POST
/api/v1/contenttype/{typeId}/fields/id/{fieldId}/variables
createFieldVariableByFieldId()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
GET
/api/v1/contenttype/{typeId}/fields/var/{fieldVar}/variables
getFieldVariablesByFieldVar()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
POST
/api/v1/contenttype/{typeId}/fields/var/{fieldVar}/variables
createFieldVariableByFieldVar()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
GET
/api/v1/contenttype/{typeId}/fields/id/{fieldId}/variables/id/{fieldVarId}
getFieldVariableByFieldId()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
PUT
/api/v1/contenttype/{typeId}/fields/id/{fieldId}/variables/id/{fieldVarId}
updateFieldVariableByFieldId()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
DELETE
/api/v1/contenttype/{typeId}/fields/id/{fieldId}/variables/id/{fieldVarId}
deleteFieldVariableByFieldId()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
GET
/api/v1/contenttype/{typeId}/fields/var/{fieldVar}/variables/id/{fieldVarId}
getFieldVariableByFieldVar()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
PUT
/api/v1/contenttype/{typeId}/fields/var/{fieldVar}/variables/id/{fieldVarId}
updateFieldVariableByFieldVar()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
DELETE
/api/v1/contenttype/{typeId}/fields/var/{fieldVar}/variables/id/{fieldVarId}
deleteFieldVariableByFieldVar()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
/api/v1/dotsaml
POST
/api/v1/dotsaml/login/{idpConfigId}
processLogin()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
GET
/api/v1/dotsaml/login/{idpConfigId}
doLogin()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
POST
/api/v1/dotsaml/logout/{idpConfigId}
logoutPost()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- text/html
- application/xhtml+xml
GET
/api/v1/dotsaml/logout/{idpConfigId}
logoutGet()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- text/html
- application/xhtml+xml
GET
/api/v1/dotsaml/metadata/{idpConfigId}
metadata()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- text/html
- application/xhtml+xml
/api/auditPublishing
GET
/api/auditPublishing/get/{bundleId:.*}
get()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- text/xml
/api/v1/site
GET
/api/v1/site/currentSite
currentSite()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
PUT
/api/v1/site/switch
switchSite()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
PUT
/api/v1/site/switch/{id}
switchSite()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
/api/v1/upgradetask
GET
/api/v1/upgradetask/currentSite
currentSite()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
PUT
/api/v1/upgradetask/switch
switchSite()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
PUT
/api/v1/upgradetask/switch/{id}
switchSite()
Request
Param | Type |
---|---|
lastcallback | long |
Response
- application/json
- application/javascript
/api/v1/apps
GET
/api/v1/apps/
listAvailableApps()
Request
Param | Type |
---|---|
filter | string |
Response
- application/json
- application/javascript
POST
/api/v1/apps/
createApp()
Request
Param | Type |
---|---|
filter | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/apps/
deleteIndividualAppSecret()
Request
Param | Type |
---|---|
filter | string |
Response
- application/json
- application/javascript
GET
/api/v1/apps/{key}
getAppByKey()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
orderby | string |
direction | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/apps/{key}
deleteApp()
Request
Param | Type |
---|---|
removeDescriptor | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/apps/{key}/{siteId}
getAppDetail()
Request
Param | Type |
---|---|
removeDescriptor | boolean |
Response
- application/json
- application/javascript
POST
/api/v1/apps/{key}/{siteId}
createAppSecrets()
Request
Param | Type |
---|---|
removeDescriptor | boolean |
Response
- application/json
- application/javascript
PUT
/api/v1/apps/{key}/{siteId}
updateAppIndividualSecret()
Request
Param | Type |
---|---|
removeDescriptor | boolean |
Response
- application/json
- application/javascript
DELETE
/api/v1/apps/{key}/{siteId}
deleteAllAppSecrets()
Request
Param | Type |
---|---|
removeDescriptor | boolean |
Response
- application/json
- application/javascript
POST
/api/v1/apps/export
exportSecrets()
Request
Param | Type |
---|---|
removeDescriptor | boolean |
Response
- application/octet-stream
- application/json
POST
/api/v1/apps/import
importSecrets()
Request
Param | Type |
---|---|
removeDescriptor | boolean |
Response
- application/json
/api/v1/browsertree
GET
/api/v1/browsertree/sitename/{sitename}/uri/
loadAssetsUnder()
Request
Param | Type |
---|---|
removeDescriptor | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/browsertree/sitename/{sitename}/uri/{uri : .+}
loadAssetsUnder()
Request
Param | Type |
---|---|
removeDescriptor | boolean |
Response
- application/json
- application/javascript
/api/v1/logout
GET
/api/v1/logout/sitename/{sitename}/uri/
loadAssetsUnder()
Request
Param | Type |
---|---|
removeDescriptor | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/logout/sitename/{sitename}/uri/{uri : .+}
loadAssetsUnder()
Request
Param | Type |
---|---|
removeDescriptor | boolean |
Response
- application/json
- application/javascript
/api/v1/publishqueue
GET
/api/v1/publishqueue/sitename/{sitename}/uri/
loadAssetsUnder()
Request
Param | Type |
---|---|
removeDescriptor | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/publishqueue/sitename/{sitename}/uri/{uri : .+}
loadAssetsUnder()
Request
Param | Type |
---|---|
removeDescriptor | boolean |
Response
- application/json
- application/javascript
/api/config
POST
/api/config/saveCompanyBasicInfo
saveCompanyBasicInfo()
Request
Param | Type |
---|---|
user | string |
password | string |
portalURL | string |
mx | string |
emailAddress | string |
size | string |
type | string |
street | string |
homeURL | string |
Response
- application/json
POST
/api/config/saveCompanyLocaleInfo
saveCompanyLocaleInfo()
Request
Param | Type |
---|---|
user | string |
password | string |
languageId | string |
timeZoneId | string |
Response
- application/json
POST
/api/config/saveCompanyAuthTypeInfo
saveCompanyAuthTypeInfo()
Request
Param | Type |
---|---|
user | string |
password | string |
authType | string |
Response
- application/json
POST
/api/config/saveCompanyLogo
saveCompanyLogo()
Request
Param | Type |
---|---|
user | string |
password | string |
authType | string |
Response
- text/html
POST
/api/config/deleteEnvironment
deleteEnvironment()
Request
Param | Type |
---|---|
user | string |
password | string |
environment | string |
type | string |
callback | string |
Response
- application/json
POST
/api/config/deleteEndpoint
deleteEndpoint()
Request
Param | Type |
---|---|
user | string |
password | string |
endPoint | string |
type | string |
callback | string |
Response
- application/json
POST
/api/config/regenerateKey
regenerateKey()
Request
Param | Type |
---|---|
user | string |
password | string |
endPoint | string |
type | string |
callback | string |
Response
- application/json
/api/user
GET
/api/user/getloggedinuser/{params:.*}
getLoggedInUser()
Request
Param | Type |
---|---|
user | string |
password | string |
endPoint | string |
type | string |
callback | string |
Response
- application/json
/api/cluster
GET
/api/cluster/getNodesStatus/{params:.*}
getNodesInfo()
Request
Param | Type |
---|---|
user | string |
password | string |
endPoint | string |
type | string |
callback | string |
Response
- application/json
GET
/api/cluster/getNodeStatus/{params:.*}
getNodeInfo()
Request
Param | Type |
---|---|
user | string |
password | string |
endPoint | string |
type | string |
callback | string |
Response
- application/json
GET
/api/cluster/getESConfigProperties/{params:.*}
getESConfigProperties()
Request
Param | Type |
---|---|
user | string |
password | string |
endPoint | string |
type | string |
callback | string |
Response
- application/json
GET
/api/cluster/licenseRepoStatus
getLicenseRepoStatus()
Request
Param | Type |
---|---|
user | string |
password | string |
endPoint | string |
type | string |
callback | string |
Response
- application/json
POST
/api/cluster/remove/{params:.*}
removeFromCluster()
Request
Param | Type |
---|---|
user | string |
password | string |
endPoint | string |
type | string |
callback | string |
Response
- */*
/api/v1/menu
GET
/api/v1/menu/getNodesStatus/{params:.*}
getNodesInfo()
Request
Param | Type |
---|---|
user | string |
password | string |
endPoint | string |
type | string |
callback | string |
Response
- application/json
GET
/api/v1/menu/getNodeStatus/{params:.*}
getNodeInfo()
Request
Param | Type |
---|---|
user | string |
password | string |
endPoint | string |
type | string |
callback | string |
Response
- application/json
GET
/api/v1/menu/getESConfigProperties/{params:.*}
getESConfigProperties()
Request
Param | Type |
---|---|
user | string |
password | string |
endPoint | string |
type | string |
callback | string |
Response
- application/json
GET
/api/v1/menu/licenseRepoStatus
getLicenseRepoStatus()
Request
Param | Type |
---|---|
user | string |
password | string |
endPoint | string |
type | string |
callback | string |
Response
- application/json
POST
/api/v1/menu/remove/{params:.*}
removeFromCluster()
Request
Param | Type |
---|---|
user | string |
password | string |
endPoint | string |
type | string |
callback | string |
Response
- */*
/api/v1/personalization
POST
/api/v1/personalization/pagepersonas
personalizePageContainers()
Request
Param | Type |
---|---|
user | string |
password | string |
endPoint | string |
type | string |
callback | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/personalization/pagepersonas/page/{pageId}/personalization/{personalization}
personalizePageContainers()
Request
Param | Type |
---|---|
user | string |
password | string |
endPoint | string |
type | string |
callback | string |
Response
- application/json
- application/javascript
/api/v1/temp
POST
/api/v1/temp/byUrl
copyTempFromUrl()
Request
Param | Type |
---|---|
user | string |
password | string |
endPoint | string |
type | string |
callback | string |
Response
- application/json
- application/javascript
/api/structure
GET
/api/structure/{path:.*}
getStructuresWithWYSIWYGFields()
Request
Param | Type |
---|---|
name | string |
Response
- application/json
/api/v3/contenttype/{typeIdOrVarName}/fields
PUT
/api/v3/contenttype/{typeIdOrVarName}/fields/{id}
updateField()
Request
Param | Type |
---|---|
name | string |
Response
- application/json
- application/javascript
PUT
/api/v3/contenttype/{typeIdOrVarName}/fields/move
moveFields()
Request
Param | Type |
---|---|
name | string |
Response
- application/json
- application/javascript
/api/v1/portlet
POST
/api/v1/portlet/custom
createContentPortlet()
Request
Param | Type |
---|---|
name | string |
Response
- application/json
- application/javascript
GET
/api/v1/portlet/{portletId}/_doesuserhaveaccess
doesUserHaveAccessToPortlet()
Request
Param | Type |
---|---|
name | string |
Response
- application/json
- application/javascript
DELETE
/api/v1/portlet/custom/{portletId}
deleteCustomPortlet()
Request
Param | Type |
---|---|
name | string |
Response
- application/json
- application/javascript
/api/osgi
GET
/api/osgi/getInstalledBundles/{params:.*}
getInstalledBundles()
Request
Param | Type |
---|---|
name | string |
Response
- application/json
/api/v1/content/resourcelinks
GET
/api/v1/content/resourcelinksfield/{field}
findResourceLink()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json;charset=UTF-8
/api/workflow
PUT
/api/workflow/fire/{params:.*}
fireWorkflow()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
/api/v1/roles
DELETE
/api/v1/roles/layouts
deleteRoleLayouts()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
POST
/api/v1/roles/layouts
saveRoleLayouts()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
GET
/api/v1/roles/{roleId}/layouts
findRoleLayouts()
Request
Param | Type |
---|---|
inode | string |
identifier | string |
language | string |
Response
- application/json
GET
/api/v1/roles/{roleid}/rolehierarchyanduserroles
loadUsersAndRolesByRoleId()
Request
Param | Type |
---|---|
roleHierarchyForAssign | boolean |
name | string |
Response
- application/json
GET
/api/v1/roles/checkuserroles/userid/{userId}/roleids/{roleIds}
checkRoles()
Request
Param | Type |
---|---|
roleHierarchyForAssign | boolean |
name | string |
Response
- application/json
/api/v1/browser
DELETE
/api/v1/browser/layouts
deleteRoleLayouts()
Request
Param | Type |
---|---|
roleHierarchyForAssign | boolean |
name | string |
Response
- application/json
POST
/api/v1/browser/layouts
saveRoleLayouts()
Request
Param | Type |
---|---|
roleHierarchyForAssign | boolean |
name | string |
Response
- application/json
GET
/api/v1/browser/{roleId}/layouts
findRoleLayouts()
Request
Param | Type |
---|---|
roleHierarchyForAssign | boolean |
name | string |
Response
- application/json
GET
/api/v1/browser/{roleid}/rolehierarchyanduserroles
loadUsersAndRolesByRoleId()
Request
Param | Type |
---|---|
roleHierarchyForAssign | boolean |
name | string |
Response
- application/json
GET
/api/v1/browser/checkuserroles/userid/{userId}/roleids/{roleIds}
checkRoles()
Request
Param | Type |
---|---|
roleHierarchyForAssign | boolean |
name | string |
Response
- application/json
/api/v1/configuration
DELETE
/api/v1/configuration/layouts
deleteRoleLayouts()
Request
Param | Type |
---|---|
roleHierarchyForAssign | boolean |
name | string |
Response
- application/json
POST
/api/v1/configuration/layouts
saveRoleLayouts()
Request
Param | Type |
---|---|
roleHierarchyForAssign | boolean |
name | string |
Response
- application/json
GET
/api/v1/configuration/{roleId}/layouts
findRoleLayouts()
Request
Param | Type |
---|---|
roleHierarchyForAssign | boolean |
name | string |
Response
- application/json
GET
/api/v1/configuration/{roleid}/rolehierarchyanduserroles
loadUsersAndRolesByRoleId()
Request
Param | Type |
---|---|
roleHierarchyForAssign | boolean |
name | string |
Response
- application/json
GET
/api/v1/configuration/checkuserroles/userid/{userId}/roleids/{roleIds}
checkRoles()
Request
Param | Type |
---|---|
roleHierarchyForAssign | boolean |
name | string |
Response
- application/json
/api/v2/users
GET
/api/v2/users/loginAsData
loginAsData()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/javascript
/api/vtl
PATCH
/api/vtl/{folder}
patch()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
POST
/api/vtl/{folder}
post()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
POST
/api/vtl/{folder}
postMultipart()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
PUT
/api/vtl/{folder}
putMultipart()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
PATCH
/api/vtl/{folder}
patchMultipart()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
GET
/api/vtl/{folder}
get()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
PUT
/api/vtl/{folder}
put()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
DELETE
/api/vtl/{folder}
delete()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
PATCH
/api/vtl/{folder}/{pathParam: .*}
patch()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
POST
/api/vtl/{folder}/{pathParam: .*}
post()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
POST
/api/vtl/{folder}/{pathParam: .*}
postMultipart()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
PUT
/api/vtl/{folder}/{pathParam: .*}
putMultipart()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
PATCH
/api/vtl/{folder}/{pathParam: .*}
patchMultipart()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
PUT
/api/vtl/{folder}/{pathParam: .*}
put()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
DELETE
/api/vtl/{folder}/{pathParam: .*}
delete()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
GET
/api/vtl/dynamic
dynamicGet()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
POST
/api/vtl/dynamic
dynamicPost()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
PUT
/api/vtl/dynamic
dynamicPut()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
GET
/api/vtl/dynamic/{pathParam:.*}
dynamicGet()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
POST
/api/vtl/dynamic/{pathParam:.*}
dynamicPost()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
PUT
/api/vtl/dynamic/{pathParam:.*}
dynamicPut()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
PATCH
/api/vtl/dynamic/{pathParam:.*}
dynamicPatch()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
DELETE
/api/vtl/dynamic/{pathParam:.*}
dynamicDelete()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
GET
/api/vtl/{folder}/{pathParam:.*}
get()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/xml
- text/plain
/api/v1/page
POST
/api/v1/page/layout
saveLayout()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/javascript
POST
/api/v1/page/{pageId}/layout
saveLayout()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
- application/javascript
POST
/api/v1/page{pageId}/content
addContent()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
Response
- application/json
GET
/api/v1/page/renderHTML/{uri: .*}
renderHTMLOnly()
Request
Param | Type |
---|---|
mode | string |
Response
- application/html
- application/javascript
GET
/api/v1/pagesearch
searchPage()
Request
Param | Type |
---|---|
path | string |
live | boolean |
onlyLiveSites | boolean |
Response
- application/html
- application/javascript
GET
/api/v1/page/{pageId}/personas
getPersonalizedPersonasOnPage()
Request
Param | Type |
---|---|
filter | string |
page | int |
per_page | int |
orderby | string |
direction | string |
hostId | string |
respectFrontEndRoles | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/page/json/{uri: .*}
loadJson()
Request
Param | Type |
---|---|
mode | string |
com.dotmarketing.persona.id | string |
language_id | string |
device_inode | string |
Response
- application/json
- application/javascript
GET
/api/v1/page/render/{uri: .*}
render()
Request
Param | Type |
---|---|
mode | string |
com.dotmarketing.persona.id | string |
language_id | string |
device_inode | string |
Response
- application/json
- application/javascript
/api/v1/system-status
GET
/api/v1/system-status/
statusCheck()
Request
Param | Type |
---|---|
mode | string |
com.dotmarketing.persona.id | string |
language_id | string |
device_inode | string |
Response
- application/json
/api/v1/authentication
GET
/api/v1/authenticationlogInUser
getLoginUser()
Request
Param | Type |
---|---|
mode | string |
com.dotmarketing.persona.id | string |
language_id | string |
device_inode | string |
Response
- application/json
- application/javascript
POST
/api/v1/authentication/api-token
getApiToken()
Request
Param | Type |
---|---|
mode | string |
com.dotmarketing.persona.id | string |
language_id | string |
device_inode | string |
Response
- application/json
- application/javascript
/api/v1/maintenance
DELETE
/api/v1/maintenance/_shutdown
shutdown()
Request
Param | Type |
---|---|
mode | string |
com.dotmarketing.persona.id | string |
language_id | string |
device_inode | string |
Response
- application/json
- application/javascript
/api/v1/themes
GET
/api/v1/themes/id/{id}
findThemeById()
Request
Param | Type |
---|---|
mode | string |
com.dotmarketing.persona.id | string |
language_id | string |
device_inode | string |
Response
- application/json
- application/javascript
/api/v1/apitoken
PUT
/api/v1/apitoken/remote
getRemoteToken()
Request
Param | Type |
---|---|
mode | string |
com.dotmarketing.persona.id | string |
language_id | string |
device_inode | string |
Response
- application/json
- application/javascript
GET
/api/v1/apitoken/{tokenId}/jwt
getJwtFromApiToken()
Request
Param | Type |
---|---|
mode | string |
com.dotmarketing.persona.id | string |
language_id | string |
device_inode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/apitoken/users/{userid}/revoke
revokeUserToken()
Request
Param | Type |
---|---|
mode | string |
com.dotmarketing.persona.id | string |
language_id | string |
device_inode | string |
Response
- application/json
- application/javascript
PUT
/api/v1/apitoken/users/revoke
revokeUsersToken()
Request
Param | Type |
---|---|
mode | string |
com.dotmarketing.persona.id | string |
language_id | string |
device_inode | string |
Response
- application/json
- application/javascript
GET
/api/v1/apitoken/{userId}/tokens
getApiTokens()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
- application/javascript
PUT
/api/v1/apitoken/{tokenId}/revoke
revokeApiToken()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
- application/javascript
DELETE
/api/v1/apitoken/{tokenId}
deleteApiToken()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
- application/javascript
POST
/api/v1/apitoken/
issueApiToken()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
- application/javascript
/api/v1/system/i18n
GET
/api/v1/system/i18n/{lang:[\w]{2,3}(?:-?[\w]{2})?}/{rsrc:.*}
list()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
/api/bundle
GET
/api/bundle/getunsendbundles/{params:.*}
getUnsendBundles()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
GET
/api/bundle/updatebundle/{params:.*}
updateBundle()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
GET
/api/bundle/deletepushhistory/{params:.*}
deletePushHistory()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
GET
/api/bundle/deleteenvironmentpushhistory/{params:.*}
deleteEnvironmentPushHistory()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
DELETE
/api/bundle/ids
deleteBundlesByIdentifiers()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
DELETE
/api/bundle/olderthan/{olderThan}
deleteBundlesOlderThan()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
DELETE
/api/bundle/all
deleteAll()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
DELETE
/api/bundle/all/fail
deleteAllFail()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
DELETE
/api/bundle/all/success
deleteAllSuccess()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
GET
/api/bundle/_download/{bundleId}
downloadBundle()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/octet-stream
POST
/api/bundle/_generate
generateBundle()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/octet-stream
POST
/api/bundle/sync
uploadBundleSync()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
- application/xml
- text/plain
/api/rulesengine
GET
/api/rulesengine/layout/{params:.*}
getLayout()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- text/html
/api/v1/personas
GET
/api/v1/personas{id}
self()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
- application/javascript
/api/restexample
GET
/api/restexample/test/{params:.*}
loadJson()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
GET
/api/restexample/layout/{params:.*}
getLayout()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- text/html
/api/v2/languages
PUT
/api/v2/languages/{languageId}
updateLanguage()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
- application/javascript
DELETE
/api/v2/languages/{languageId}
deleteLanguage()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
- application/javascript
GET
/api/v2/languages{language}/keys
getAllMessages()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
- application/javascript
POST
/api/v2/languages/i18n
getMessages()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
- application/javascript
/api/content
PUT
/api/content/{params:.*}
singlePUT()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
- text/plain
POST
/api/content/{params:.*}
singlePOST()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
- text/plain
PUT
/api/content/{params:.*}
multipartPUT()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
- application/javascript
- text/plain
POST
/api/content/{params:.*}
multipartPOST()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- text/plain
GET
/api/content/{params:.*}
getContent()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
GET
/api/content/indexcount/{query}
indexCount()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- text/plain
GET
/api/content/indexsearch/{query}/sortby/{sortby}/limit/{limit}/offset/{offset}
indexSearch()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
PUT
/api/content/lock/{params:.*}
lockContent()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
PUT
/api/content/canLock/{params:.*}
canLockContent()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
PUT
/api/content/unlock/{params:.*}
unlockContent()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
POST
/api/content/_search
search()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
/api/v1/content/fileassets
GET
/api/v1/content/fileassets/{inode}/resourcelink
findResourceLink()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json;charset=UTF-8
/api/v1/users
POST
/api/v1/users/loginas
loginAs()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
- application/javascript
PUT
/api/v1/users/logoutas
logoutAs()
Request
Param | Type |
---|---|
showRevoked | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/users/loginAsData
loginAsData()
Request
Param | Type |
---|---|
filter | string |
includeUsersCount | boolean |
Response
- application/json
- application/javascript
PUT
/api/v1/users/current
update()
Request
Param | Type |
---|---|
filter | string |
includeUsersCount | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/users/current
self()
Request
Param | Type |
---|---|
filter | string |
includeUsersCount | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/users/filter/{params:.*}
filter()
Request
Param | Type |
---|---|
filter | string |
includeUsersCount | boolean |
Response
- application/json
- application/javascript
/api/v1/esindex
GET
/api/v1/esindex/cluster
getClusterStats()
Request
Param | Type |
---|---|
filter | string |
includeUsersCount | boolean |
Response
- application/json
GET
/api/v1/esindex/failed
downloadRemainingRecordsAsCsv()
Request
Param | Type |
---|---|
filter | string |
includeUsersCount | boolean |
Response
- application/json
DELETE
/api/v1/esindex/failed
deleteFailedRecords()
Request
Param | Type |
---|---|
filter | string |
includeUsersCount | boolean |
Response
- application/json
POST
/api/v1/esindex/optimize
optimizeIndices()
Request
Param | Type |
---|---|
filter | string |
includeUsersCount | boolean |
Response
- application/json
DELETE
/api/v1/esindex/cache
flushIndiciesCache()
Request
Param | Type |
---|---|
filter | string |
includeUsersCount | boolean |
Response
- application/json
PUT
/api/v1/esindex/create/{params:.*}
createIndex()
Request
Param | Type |
---|---|
filter | string |
includeUsersCount | boolean |
Response
- text/plain
PUT
/api/v1/esindex/clear/{params:.*}
clearIndex()
Request
Param | Type |
---|---|
filter | string |
includeUsersCount | boolean |
Response
- */*
PUT
/api/v1/esindex/{indexName: .*}
modIndex()
Request
Param | Type |
---|---|
action | string |
Response
- application/json
DELETE
/api/v1/esindex/{indexName: .*}
deleteIndex()
Request
Param | Type |
---|---|
action | string |
Response
- application/json
GET
/api/v1/esindex/reindex
getReindexationProgress()
Request
Param | Type |
---|---|
action | string |
Response
- application/json
POST
/api/v1/esindex/reindex
startReindex()
Request
Param | Type |
---|---|
shards | int |
contentType | string |
Response
- application/json
DELETE
/api/v1/esindex/reindex
stopReindexation()
Request
Param | Type |
---|---|
switch | boolean |
Response
- application/json
GET
/api/v1/esindex/
getIndexStatus()
Request
Param | Type |
---|---|
switch | boolean |
Response
- application/json
PUT
/api/v1/esindex/activate/{params:.*}
activateIndex()
Request
Param | Type |
---|---|
switch | boolean |
Response
- */*
PUT
/api/v1/esindex/deactivate/{params:.*}
deactivateIndex()
Request
Param | Type |
---|---|
switch | boolean |
Response
- */*
PUT
/api/v1/esindex/close/{params:.*}
closeIndex()
Request
Param | Type |
---|---|
switch | boolean |
Response
- */*
PUT
/api/v1/esindex/open/{params:.*}
openIndex()
Request
Param | Type |
---|---|
switch | boolean |
Response
- */*
GET
/api/v1/esindex/active/{params:.*}
getActive()
Request
Param | Type |
---|---|
switch | boolean |
Response
- text/plain
GET
/api/v1/esindex/indexlist/{params:.*}
indexList()
Request
Param | Type |
---|---|
switch | boolean |
Response
- application/json
/api/role
GET
/api/role/loadbyname/{params:.*}
loadByName()
Request
Param | Type |
---|---|
switch | boolean |
Response
- application/json
GET
/api/role/loadbyid/{params:.*}
loadById()
Request
Param | Type |
---|---|
switch | boolean |
Response
- application/json
GET
/api/role/loadchildren/{params:.*}
loadChildren()
Request
Param | Type |
---|---|
switch | boolean |
Response
- application/json
/api/v1/folder
POST
/api/v1/folder/createfolders/{siteName}
createFolders()
Request
Param | Type |
---|---|
switch | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/folder/sitename/{siteName}/uri/{uri : .+}
loadFolderByURI()
Request
Param | Type |
---|---|
switch | boolean |
Response
- application/json
- application/javascript
GET
/api/v1/folder/siteId/{siteId}/path/{path : .+}
loadFolderAndSubFoldersByPath()
Request
Param | Type |
---|---|
switch | boolean |
Response
- application/json
/api/license
GET
/api/license/all/{params:.*}
getAll()
Request
Param | Type |
---|---|
switch | boolean |
Response
- application/json
POST
/api/license/applyLicense
applyLicense()
Request
Param | Type |
---|---|
licenseText | string |
Response
- */*
POST
/api/license/requestCode/{params:.*}
requestLicense()
Request
Param | Type |
---|---|
licenseText | string |
Response
- */*
POST
/api/license/resetLicense/{params:.*}
resetLicense()
Request
Param | Type |
---|---|
licenseText | string |
Response
- */*
POST
/api/license/upload/{params:.*}
putZipFile()
Request
Param | Type |
---|---|
licenseText | string |
Response
- */*
POST
/api/license/pick/{params:.*}
pickLicense()
Request
Param | Type |
---|---|
licenseText | string |
Response
- */*
POST
/api/license/free/{params:.*}
freeLicense()
Request
Param | Type |
---|---|
licenseText | string |
Response
- */*
DELETE
/api/license/delete/{params:.*}
delete()
Request
Param | Type |
---|---|
licenseText | string |
Response
- */*
/api/v1/forgotpassword
GET
/api/v1/forgotpassword/all/{params:.*}
getAll()
Request
Param | Type |
---|---|
licenseText | string |
Response
- application/json
POST
/api/v1/forgotpassword/applyLicense
applyLicense()
Request
Param | Type |
---|---|
licenseText | string |
Response
- */*
POST
/api/v1/forgotpassword/requestCode/{params:.*}
requestLicense()
Request
Param | Type |
---|---|
licenseText | string |
Response
- */*
POST
/api/v1/forgotpassword/resetLicense/{params:.*}
resetLicense()
Request
Param | Type |
---|---|
licenseText | string |
Response
- */*
POST
/api/v1/forgotpassword/upload/{params:.*}
putZipFile()
Request
Param | Type |
---|---|
licenseText | string |
Response
- */*
POST
/api/v1/forgotpassword/pick/{params:.*}
pickLicense()
Request
Param | Type |
---|---|
licenseText | string |
Response
- */*
POST
/api/v1/forgotpassword/free/{params:.*}
freeLicense()
Request
Param | Type |
---|---|
licenseText | string |
Response
- */*
DELETE
/api/v1/forgotpassword/delete/{params:.*}
delete()
Request
Param | Type |
---|---|
licenseText | string |
Response
- */*
/api/environment
GET
/api/environment/loadenvironments/{params:.*}
loadEnvironments()
Request
Param | Type |
---|---|
licenseText | string |
Response
- application/json
/api/v1/changePassword
GET
/api/v1/changePassword/loadenvironments/{params:.*}
loadEnvironments()
Request
Param | Type |
---|---|
licenseText | string |
Response
- application/json
/api/v1/tags
GET
/api/v1/tags/loadenvironments/{params:.*}
loadEnvironments()
Request
Param | Type |
---|---|
licenseText | string |
Response
- application/json
/api/widget
GET
/api/widget/{params:.*}
getWidget()
Request
Param | Type |
---|---|
licenseText | string |
Response
- text/plain;charset=UTF-8