建立一個新頁面
LastUpdate : 2022/03/25
Request
URL : https://modularization.asus.com/API/newPage
Method : Post
Parameter | Document |
---|---|
apiid* | API 授權 ID 。 |
apikey* | API 授權 Key。 |
siteid* | 資料所屬的 siteID。 |
title | 頁面標題。 |
author | 頁面建立者AD Aacount。 |
tagid[] | Tag ID(對應tag system) |
type | 頁面編輯模式。 (1 = modules . 2 = html) |
data | 頁面HTML內容。 (限 html 編輯模式使用) |
status | 頁面狀態。1=open , 0=close。(default : 0) |
refer_dataRowid | 指定複製 dataRowid 。 |
isPublish | 儲存版本類型 1 = Publish, 0 = Save。 |
Response (JSON):
result | 0 = Success |
message | Success or error message。 |
pageid | 新建立的 Page ID。 |
dataRowId | 新建立的 dataRowId。 |