Get Portal By Id
Gets the portal identified by id
Request
URI
GET
https://{api_host}/api/portals/{id}
COPY
Path Parameters
string
id
Required
the id of the portal
Responses
200
successful operation
Returns
Portal
of type(s)
*/*
{
"portletConfigurations": [
{
"mode": "string",
"id": "string",
"state": "string",
"extensionId": "string",
"portletPreferences": {
"portletPreferences": {
"portletPreferenceValues": [
{
"value": "string"
}
],
"key": "string"
}
}
}
],
"columnLengths": [
0
],
"name": "string",
"tenantId": "string",
"layoutType": "string",
"id": "string",
"userId": "string"
}
array of
object
portletConfigurations
Optional
portletConfigurations
array of
integer
columnLengths
Optional
columnLengths
string
name
Optional
name
string
tenantId
Optional
tenantId
string
layoutType
Optional
layoutType
Possible values are :
SINGLE_COLUMN,
TWO_COLUMN_EVEN,
TWO_COLUMN_WIDE_RIGHT,
TWO_COLUMN_WIDE_LEFT,
THREE_COLUMN_EVEN,
THREE_COLUMN_WIDE_CENTER,
FOUR_COLUMN_EVEN,
string As uuid
As uuid
id
Optional
id
string
userId
Optional
userId
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/portals/{id}