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

37 lines
3.1 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": "InstalledSubscriberPackageVersion - Tooling API",
"description": "Deprecated and slated for removal. Represents a package version (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": "reference",
"properties": "Filter, Group, Nillable, Sort",
"description": "Package version ID (foreign key) of the first version of the package that was installed in the org."
},
"SubscriberPackageId": {
"type": "reference",
"properties": "Filter, Group, Sort",
"description": "ID of the subscriber package."
},
"SubscriberPackageVersionId": {
"type": "reference",
"properties": "Filter, Group, Sort, Unique",
"description": "ID of the subscriber package version."
}
},
"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=\"InstalledSubscriberPackageVersion\">\n <xsd:complexContent>\n <xsd:extension base=\"ens:sObject\">\n <xsd:sequence>\n <xsd:element name=\"CreatedBy\" minOccurs=\"0\" type=\"ens:User\" nillable=\"true\"/>\n <xsd:element name=\"CreatedById\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"CreatedDate\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n <xsd:element name=\"IsDeleted\" minOccurs=\"0\" type=\"xsd:boolean\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedBy\" minOccurs=\"0\" type=\"ens:User\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedById\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedDate\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n <xsd:element name=\"MinPackageVersion\" minOccurs=\"0\" type=\"ens:SubscriberPackageVersion\" nillable=\"true\"/>\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:element name=\"SystemModstamp\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n </xsd:sequence>\n </xsd:extension>\n </xsd:complexContent>\n</xsd:complexType>\n```"
}