跳到主要内容

Website API

This catalogue provides a comprehensive list of all available APIs for Website Management. APIs are categorised by features, including the essential information, such as Request URI, method, and description.

API Name Method Request URI Description
Create WebsitePOST /waap/v1.0/websiteCreates a new website.
Get Website ListGET /waap/v1.0/websitesRetrieves the list of websites.
Get Website DetailGET /waap/v1.0/website/{id}Retrieves the detail of a specific website.
Delete WebsiteDELETE /waap/v1.0/website/{id}Deletes a website by ID.
Update WebsitePUT /waap/v1.0/website/{id}Updates an existing website identified by ID.