get_portal
Retrieve detailed information about a specific Zoho Projects portal using its unique portal ID to access portal settings and configuration data.
Instructions
Get details of a specific portal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| portal_id | Yes | Portal ID |
Input Schema (JSON Schema)
{
"properties": {
"portal_id": {
"description": "Portal ID",
"type": "string"
}
},
"required": [
"portal_id"
],
"type": "object"
}