Portals API
All Portals |
Scope: ZohoBugTracker.portals.{Operation}
Operation: READ
All Portals
GET /restapi/portals/
Scope: ZohoBugTracker.portals.READ
Gets all the portals for the logged-in user.
Sample Response
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"
}
}
}]
}