{ "sections": [ "title", "description", "supported_soap_calls", "supported_rest_api_http_methods", "fields", "special_access_rules", "wsdl_segment" ], "title": "ApexPageInfo - Tooling API", "description": "Represents metadata about a Visualforce page. This object is available in API version 37.0 and later.", "supported_soap_calls": "`describeSObjects()`, `query()`", "supported_rest_api_http_methods": "`Query`, `GET`", "fields_columns": [ "type", "properties", "description" ], "fields": { "ApexPageId": { "type": "reference", "properties": "Filter, Group, Sort", "description": "ID for the Visualforce page." }, "ApiVersion": { "type": "double", "properties": "Filter, Sort", "description": "The API version for the page. Every page has an API version specified at creation. If the API version is less than 15.0 and ApiVersion is not specified, ApiVersion defaults to 15.0." }, "Description": { "type": "textarea", "properties": "Filter, Nillable, Sort", "description": "Description of the Visualforce page." }, "DurableId": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "For internal use only." }, "IsAvailableInTouch": { "type": "boolean", "properties": "Defaulted on create, Filter, Group, Sort", "description": "This field indicates whether Visualforce tabs associated with the Visualforce page can be used in the Salesforce app (true) or not (false). The default value is false." }, "IsShowHeader": { "type": "boolean", "properties": "Filter, Group, Nillable, Sort", "description": "The showHeader value for the Visualforce page. This will be “unknown” if the Visualforce page uses an expression to compute showHeader. The default setting is true." }, "MasterLabel": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The text used to identify the Visualforce page in the Setup area of Salesforce." }, "Name": { "type": "string", "properties": "Filter, Group, Sort", "description": "Developer name of the Visualforce page." }, "NameSpacePrefix": { "type": "string", "properties": "Filter, Nillable, Sort", "description": "The namespace prefix associated with this object. Each Developer Edition org that creates a managed package has a unique namespace prefix. Limit: 15 characters. You can refer to a component in a managed package by using the namespacePrefix__componentName notation. The namespace prefix can have one of the following values. In Developer Edition orgs, the namespace prefix is set to the namespace prefix of the org for all objects that support it. Note: If an object is in an installed managed package, the object has the namespace prefix of the installed managed package. This field’s value is the namespace prefix of the Developer Edition org of the package developer. In non-Developer Edition orgs, NameSpacePrefix is set only for objects that are part of an installed managed package. Objects outside of an installed managed package don't have a namespace prefix." } }, "special_access_rules": "As of Summer '20 and later, this object can only be accessed by users who can view a particular Visualforce page, and users with the View Setup and Configuration permission.", "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```" }