Skip to main content
GET/api/management/projects/{projectId}/domains/

Parameters

NameParameter typeTypeFormatDescription
projectId(required)pathstring-The project identifier found in the project overview screen of the management console.
pageIndexquerynumberintegerThe index of the page.
pageSizequerynumberintegerThe number of results per page. The default is 25.
orderquerystring-A comma-separated list of the field Ids to order the results by. Prefix field Id with - for descending order.

Responses

HTTP status codeReasonModel
200Success
403ForbiddenError
404Project not foundError
500Internal server errorError

Examples

Get all domains ordered by host header in pages of 10

HTTP
GET: /api/management/projects/movieDb/domains/?order=hostHeader&pageSize=10

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request