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

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