Get Portlet Config
Gets the portlet configuration identified by id
Request
URI
GET
https://{api_host}/api/portletconfigurations/{id}
COPY
Path Parameters
string
id
Required
the id of the portlet configuration
Responses
200
successful operation
Returns PortletConfiguration of type(s) */*
{
"mode": "string",
"id": "string",
"state": "string",
"extensionId": "string"
}
string
mode
Optional
mode
string As uuid As uuid
id
Optional
id
string
state
Optional
state
Possible values are : NORMAL, MINIMIZED, MAXIMIZED,
string
extensionId
Optional
extensionId
object
portletPreferences
Optional
portletPreferences
Portlet Config Operations
PUT
Create Or Update Portlet Config
POST
Create Portlet Config
DELETE
Delete Portlet Config
GET
Get Portlet Config