Liferay
Liferay is an open-source digital experience platform for enterprise content management (ECM) and portal development.
Categories: Productivity and Collaboration
Type: liferay/v1
Connections
Version: 1
API Key
Properties
| Name | Label | Type | Description | Required |
|---|---|---|---|---|
| key | Key | STRING | true | |
| value | Value | STRING | true | |
| addTo | Add to | STRING OptionsHEADER, QUERY_PARAMETERS | true |
Bearer Token
Properties
| Name | Label | Type | Description | Required |
|---|---|---|---|---|
| token | Token | STRING | true |
Basic Auth
Properties
| Name | Label | Type | Description | Required |
|---|---|---|---|---|
| username | Username | STRING | true | |
| password | Password | STRING | true |
Actions
Headless Request
Name: headlessRequest
The Headless endpoint to use.
Properties
| Name | Label | Type | Description | Required |
|---|---|---|---|---|
| application | Application | STRING | true | |
| endpoint | Endpoint | STRING Depends Onapplication | true | |
| properties | DYNAMIC_PROPERTIES Depends Onapplication, endpoint | false |
Example JSON Structure
{
"label" : "Headless Request",
"name" : "headlessRequest",
"parameters" : {
"application" : "",
"endpoint" : "",
"properties" : { }
},
"type" : "liferay/v1/headlessRequest"
}Output
The output for this action is dynamic and may vary depending on the input parameters. To determine the exact structure of the output, you need to execute the action.
JSON WS Services
Name: jsonWsRequest
The Headless endpoint to use.
Properties
| Name | Label | Type | Description | Required |
|---|---|---|---|---|
| contextName | Context Name | STRING Optionsportal, account, asset, assetlist, audit, backgroundtask, batchengine, blogs, calendar, comment, commerce, contact, ct, ddl, ddm, depot, dispatch, fragment, journal, kaleo, kaleoforms, kb, layout, layoututilitypage, listtype, marketplace, mb, notification, oauthclient, object, portallanguageoverride, redirect, remoteapp, sap, savedcontententry, segments, sharing, sitenavigation, stylebook, sxp, translation, trash, wiki | Context name of JSON web service you want to use. | true |
| service | Service ID | INTEGER Depends OncontextName | ID of the service you want to access. | true |
| parameters | DYNAMIC_PROPERTIES Depends Onservice | true |
Example JSON Structure
{
"label" : "JSON WS Services",
"name" : "jsonWsRequest",
"parameters" : {
"contextName" : "",
"service" : 1,
"parameters" : { }
},
"type" : "liferay/v1/jsonWsRequest"
}Output
The output for this action is dynamic and may vary depending on the input parameters. To determine the exact structure of the output, you need to execute the action.
How is this guide?
Last updated on