Gets an Custom Page by CustomPageId
| Name | Description | Additional information |
|---|---|---|
| customPageId |
Define this parameter in the request URI. |
{
"customPageId": "5a0ce4d6-ea21-4a89-8e6d-88b3e7f96f9d",
"name": "sample string 2",
"description": "sample string 3",
"viewTitle": "sample string 4",
"viewBody": "sample string 5",
"viewPath": "sample string 6",
"createdDateUtc": "2025-11-30T19:03:33.0316544+00:00",
"updatedDateUtc": "2025-11-30T19:03:33.0316544+00:00"
}
<CustomPageRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1"> <CreatedDateUtc>2025-11-30T19:03:33.0316544+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-11-30T19:03:33.0316544+00:00</UpdatedDateUtc> <CustomPageId>5a0ce4d6-ea21-4a89-8e6d-88b3e7f96f9d</CustomPageId> <Description>sample string 3</Description> <Name>sample string 2</Name> <ViewBody>sample string 5</ViewBody> <ViewPath>sample string 6</ViewPath> <ViewTitle>sample string 4</ViewTitle> </CustomPageRepresentation>