{ "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\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\n\n \n \n \n \n \n \n\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" ] }