Skip to content

API

Example request:

http
GET /api/widget/{widgetType}/{id}

Format: JSON

Authentication: OAuth 2.0, API Key

ts
const widgetType = 'history' | 'comments' | 'files' | 'gallery' ;
ts
export const {
    "rows": (IComments | IHistoryRecord | IFile)[],
    "columns":[],
    "total": 500,
    "limit": 100,
    "page": 2
}