/ISAPI/Publish/ProgramMgr/program/<ID>/page/<ID>

Get, edit, or delete a page.

Request URI Definition

Table 1 GET /ISAPI/Publish/ProgramMgr/program/<ID>/page/<ID>

Method

GET

Description

Get a specific page of a specific program.

Query

None.

Request

None.

Response

Succeeded: XML_Page

Failed: XML_ResponseStatus

Table 2 PUT /ISAPI/Publish/ProgramMgr/program/<ID>/page/<ID>

Method

PUT

Description

Edit the information of a page.

Query

None.

Request

XML_Page

Response

XML_ResponseStatus

Table 3 DELETE /ISAPI/Publish/ProgramMgr/program/<ID>/page/<ID>

Method

DELETE

Description

Delete a page.

Query

None.

Request

None.

Response

XML_ResponseStatus

Remarks

The first <ID> in the request URI refers to the program ID, and the second one refers to the page ID.