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

37 lines
3.3 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields",
"wsdl_segment"
],
"title": "FlowElementTestCoverage - Tooling API",
"description": "Represents a flow element that was executed by a given Apex test method. Available in API version 44.0 and later.",
"supported_soap_calls": "`query()`, `delete()`, `retrieve()`, `update()`",
"supported_rest_api_http_methods": "`GET`, `HEAD`",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"ElementName": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort, Update",
"description": "The unique name of the flow element thats executed by the test method."
},
"FlowTestCoverageId": {
"type": "ID",
"properties": "Filter, Group, Sort",
"description": "The ID of the parent FlowTestCoverage record."
},
"FlowVersionId": {
"type": "ID",
"properties": "Filter, Group, Sort, Update",
"description": "The ID of the flow version thats executed by the test method."
}
},
"wsdl_segment": "```xml\n<xsd:complexType name=\"FlowElementTestCoverage\">\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=\"ElementName\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"ElementType\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"FlowTest\" minOccurs=\"0\" type=\"ens:FlowTest\" nillable=\"true\"/>\n <xsd:element name=\"FlowTestCoverage\" minOccurs=\"0\" type=\"ens:FlowTestCoverage\" nillable=\"true\"/>\n <xsd:element name=\"FlowTestCoverageId\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"FlowTestId\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"FlowVersion\" minOccurs=\"0\" type=\"ens:Flow\" nillable=\"true\"/>\n <xsd:element name=\"FlowVersionId\" minOccurs=\"0\" type=\"tns:ID\" 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=\"Path\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"Position\" minOccurs=\"0\" type=\"xsd:int\" 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<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```"
}