GET restapi/personal/pages/{elementId}/contentblocks/{contentBlockId}/v1

Get a content block by contentBlockId.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
elementId

The unique identifier of the page element to retrieve

integer

Required

contentBlockId

The unique identifier of the content block poll

integer

Required

Body Parameters

None.

Response Information

Resource Description

PageResponse containing the page data

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.