ByteChef LogoByteChef

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

NameLabelTypeDescriptionRequired
keyKeySTRINGtrue
valueValueSTRINGtrue
addToAdd toSTRING
Options HEADER, QUERY_PARAMETERS
true

Bearer Token

Properties

NameLabelTypeDescriptionRequired
tokenTokenSTRINGtrue

Basic Auth

Properties

NameLabelTypeDescriptionRequired
usernameUsernameSTRINGtrue
passwordPasswordSTRINGtrue

Actions

Headless Request

Name: headlessRequest

The Headless endpoint to use.

Properties

NameLabelTypeDescriptionRequired
applicationApplicationSTRINGtrue
endpointEndpointSTRING
Depends On application
true
propertiesDYNAMIC_PROPERTIES
Depends On application, 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

NameLabelTypeDescriptionRequired
contextNameContext NameSTRING
Options portal, 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
serviceService IDINTEGER
Depends On contextName
ID of the service you want to access.true
parametersDYNAMIC_PROPERTIES
Depends On service
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

On this page