门户 API
所有门户 GET /portals/ |
所有门户
GET /portals/
获取已登录用户的所有门户。
样本响应
Status: 200 Success Content Type: application/json;charset=utf-8
{
"login_id": 2060758,
"portals": [{
"id": 2063927, [PORTALID]
"name": "zillum",
"default": true,
"gmt_time_zone": "(GMT 5:30) India Standard Time",
"role": "admin",
"project_count":{
"template":3,
"archived":1,
"active":30
},
"settings": {
"company_name": "Zillum Inc.",
"website_url": "www.zillum.com",
"time_zone": "Asia/Calcutta",
"date_format": "MM-dd-yyyy hh:mm aaa"
},
"locale": {
"code": "en_US",
"language": "English",
"country": "United States"
},
"link": {
"project": {
"url": "https://projectsapi.zoho.com/restapi/portal/2063927/projects"
}
}
}]
}