Get Portal By Id

Get Portal By Id

Gets the portal identified by id

Request
URI
GET
https:////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"
        }
    ],
    "columnLengths": [
        "integer"
    ],
    "name": "string",
    "tenantId": "string",
    "layoutType": "string",
    "id": "string",
    "userId": "string"
}
portletConfigurations
Optional

portletConfigurations

array of integer
columnLengths
Optional

columnLengths

string
name
Optional

name

string
tenantId
Optional

tenantId

string
layoutType
Optional

layoutType

string As uuid As uuid
id
Optional

id

string
userId
Optional

userId