{ "sections": [ "title", "description", "supported_soap_calls", "supported_rest_api_http_methods", "fields", "wsdl_segment" ], "title": "FlowTestCoverage - Tooling API", "description": "Represents test coverage for a flow or process by a given Apex method. Available in API version 44.0 and later.", "supported_soap_calls": "`delete()`, `describeSObjects()`, `query()`, `retrieve()`, `update()`", "supported_rest_api_http_methods": "`GET`, `HEAD`", "fields_columns": [ "type", "properties", "description" ], "fields": { "ApexTestClassId": { "type": "ID", "properties": "Filter, Group, Sort, Update", "description": "The ID of the Apex test class." }, "FlowVersionId": { "type": "ID", "properties": "Filter, Group, Sort", "description": "The ID of the flow version that was executed by the test method." }, "NumElementsCovered": { "type": "int", "properties": "Filter, Group, Nillable, Sort, Update", "description": "The number of elements that were executed by the test method." }, "NumElementsNotCovered": { "type": "int", "properties": "Filter, Group, Nillable, Sort, Update", "description": "The number of elements that weren’t executed by the test method." }, "TestMethodName": { "type": "string", "properties": "Filter, Group, Nillable, Sort, Update", "description": "The name of the Apex method that executed the flow version." } }, "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```" }