Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

默认情况下当客户端访问https://cn.vnnox.com时,系统将使用V1 版REST API提供服务,我们建议您在http请求的heaer中的`Accept`字段加上服务版本号。格式如下:

Code Block
themeDJango
firstline1
titleAccept
linenumberstrue
Accept:application/nova.vnnox.v1+json

...

如果在资源请求中指定唯一ID,则请求的为单个资源,返回的数据只包含当前资源

DJango
Code Block
theme
firstline1
titleuser
linenumberstrue
collapsetrue
{
    "http_code": 200,
    "data": {
        "uid": "2567",
        "oid": "67",
        "wid": "3114",
        "enable": "1",
        "org_reg": "0",
        "uName": "lileilei_3",
        "user_conf": {...},
        "role": [...],
        "workgroup": [...],
        "systemMediaApprove": "0"
    },
    "status": [
        10405001
    ]
}

...