afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/FlowTestView.json

105 lines
4.8 KiB
JSON

{
"sections": [
"title",
"description",
"fields",
"wsdl_segment",
"field_reference"
],
"title": "FlowTestView - Data API",
"description": "Represents the description of a flow test associated with a flow definition. This object is available in API version 55.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"Description": {
"type": "textarea",
"properties": "Nillable",
"description": "The description of the flow test associated with the flow test view."
},
"DurableId": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The ID of the flow test associated with this flow test view."
},
"FlowDefinitionViewId": {
"type": "string",
"properties": "Filter, Nillable, Sort",
"description": "The ID of the flow definition associated with the flow test view. This is a relationship field.",
"relationship_name": "FlowDefinitionView",
"relationship_type": "Lookup",
"refers_to": "FlowDefinitionView"
},
"FlowTestApiName": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The API name of the flow test associated with the flow test view."
},
"FlowTestLabel": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The label of the flow test associated with the flow test view."
}
},
"wsdl_segment": "```xml\n<complexType name=\"FlowTestView\">\n <complexContent>\n <extension base=\"ens:sObject\">\n <sequence>\n <element name=\"CreatedBy\" nillable=\"true\" minOccurs=\"0\" type=\"ens:User\"/>\n <element name=\"CreatedById\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"CreatedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"Description\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"DurableId\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"FlowDefinitionView\" nillable=\"true\" minOccurs=\"0\" type=\"ens:FlowDefinitionView\"/>\n <element name=\"FlowDefinitionViewId\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"FlowTestApiName\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"FlowTestLabel\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"FlowTestResults\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"LastModifiedBy\" nillable=\"true\" minOccurs=\"0\" type=\"ens:User\"/>\n <element name=\"LastModifiedById\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"LastModifiedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n </sequence>\n </extension>\n </complexContent>\n</complexType>\n<simpleType name=\"ID\">\n <restriction base=\"xsd:string\">\n <length value=\"18\"/>\n <pattern value=\"[a-zA-Z0-9]{18}\"/>\n </restriction>\n</simpleType>\n<simpleType name=\"QueryLocator\">\n <restriction base=\"xsd:string\"/>\n</simpleType>\n<complexType name=\"QueryResult\">\n <sequence>\n <element name=\"done\" type=\"xsd:boolean\"/>\n <element name=\"queryLocator\" type=\"tns:QueryLocator\" nillable=\"true\"/>\n <element name=\"records\" type=\"ens:sObject\" nillable=\"true\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\n <element name=\"size\" type=\"xsd:int\"/>\n </sequence>\n</complexType>\n```",
"field_reference": {
"CreatedById": {
"field_label": "User ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"Description": {
"field_label": "Description",
"type": "textarea",
"length": "1000"
},
"DurableId": {
"field_label": "Durable ID",
"type": "string",
"length": "255"
},
"FlowDefinitionViewId": {
"field_label": "Flow Definition View ID",
"type": "string",
"length": "512"
},
"FlowTestApiName": {
"field_label": "Flow Test API Name",
"type": "string",
"length": "255"
},
"FlowTestLabel": {
"field_label": "Flow Test Label",
"type": "string",
"length": "255"
},
"Id": {
"field_label": "Flow Test View ID",
"type": "id",
"length": "18"
},
"LastModifiedById": {
"field_label": "User ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}