GET
/
pages
/
{page_id}
/
content-blocks
/
{content-block_id}
Get a content block
curl --request GET \
  --url http://localhost:3001/portal-api/pages/{page_id}/content-blocks/{content-block_id} \
  --header 'Authorization: <api-key>'
{
  "CreatedAt": "2023-06-25 13:37",
  "UpdatedAt": "2023-06-25 13:37",
  "ID": 1
}

Authorizations

Authorization
string
header
required

Path Parameters

content-block_id
integer
required

UID of the content block

Example:

1

page_id
integer
required

UID of the page

Example:

1

Response

OK

CreatedAt
string

Timestamp of when this catalogue was created

Example:

"2023-06-25 13:37"

UpdatedAt
string

Timestamp of when this catalogue was updated the last time

Example:

"2023-06-25 13:37"

ID
integer

UID of the content block

Example:

1