No Results
Get Domain Content

EdgeCore version: 4.3.0

Method

GET /public/domains/{domainName}/content

Used to retrieve the content of a specific domain.

Parameters

Name Type Description Mandatory
domainName
string Domain whose content you want to retrieve Yes

 

cURL example

curl --location --request GET 'http://localhost:8080/public/domains/edge/content' \
--header 'edgeApiKey: YWRtaW5AZGVmYXVsdHx3IDNHe2tMZTYhMkZkO3J3cipDaSZUdio5'

Example Response

[
    "/Content Menu/Charts",
    "/Content Menu/Table"
]

HTTP Response

Code Status Description
200 OK The request has succeeded.

Additionally, if the domain does not have any content, [] will be returned.

404 Not Found The domain could not be found.

Terms | Privacy