afv-library/skills/platform-data-and-tooling-api-context-get/assets/tooling_api/InstalledSubscriberPackage.json

37 lines
2.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields",
"wsdl_segment"
],
"title": "InstalledSubscriberPackage - Tooling API",
"description": "Represents a package (first- or second-generation) that is installed in a subscribers org. 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": {
"MinPackageVersionId": {
"type": "ID",
"properties": "Filter, Group, Nillable, Sort",
"description": "Package version ID (foreign key) of the first version of the package that was installed in the org. Starts with 04t."
},
"SubscriberPackageId": {
"type": "ID",
"properties": "Filter, Group, Nillable, Sort",
"description": "ID of the subscriber package. Starts with 033."
},
"SubscriberPackageVersionId": {
"type": "ID",
"properties": "Filter, Group, Nillable, Sort",
"description": "ID that shows the currently installed package version. Starts with 04t."
}
},
"wsdl_segment": "```xml\n<xsd:simpleType name=\"ID\">\n <xsd:restriction base=\"xsd:string\">\n <xsd:length value=\"18\"/>\n <xsd:pattern value=\"[a-zA-Z0-9]{18}\"/>\n </xsd:restriction>\n</xsd:simpleType>\n<xsd:complexType name=\"InstalledSubscriberPackage\">\n <xsd:complexContent>\n <xsd:extension base=\"ens:sObject\">\n <xsd:sequence>\n <xsd:element name=\"MinPackageVersionId\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"SubscriberPackage\" minOccurs=\"0\" type=\"ens:SubscriberPackage\" nillable=\"true\"/>\n <xsd:element name=\"SubscriberPackageId\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"SubscriberPackageVersion\" minOccurs=\"0\" type=\"ens:SubscriberPackageVersion\" nillable=\"true\"/>\n <xsd:element name=\"SubscriberPackageVersionId\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n </xsd:sequence>\n </xsd:extension>\n </xsd:complexContent>\n</xsd:complexType>\n```"
}