{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields",
"wsdl_segment"
],
"title": "SubscriberPackage - Tooling API",
"description": "Represents an installable package (first- or second-generation) across all Salesforce instances. Available in API version 41.0 and later.",
"supported_soap_calls": "`describeSObjects()`, `query()`, `retrieve()`",
"supported_rest_api_http_methods": "`GET`, `Query`",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Description": {
"type": "string",
"properties": "Nillable, Sort",
"description": "Description of the package."
},
"IsPackageValid": {
"type": "boolean",
"properties": "Defaulted on create, Group, Sort",
"description": "Indicates whether the package metadata is available consistently across all Salesforce instances. If this value is false, the package is unavailable for installation."
},
"Name": {
"type": "string",
"properties": "Group, idLookup, Sort",
"description": "Name of the package."
},
"NamespacePrefix": {
"type": "string",
"properties": "Group, idLookup, Nillable, Sort",
"description": "Namespace prefix that identifies the components of your package in the subscriber’s org."
}
},
"wsdl_segment": "```xml\n\n \n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n\n```"
}