readingConsentGranularity
Get the current reading consent granularity for a meter point.
Arguments
The MPAN of the meter point.
Returns
ReadingConsentGranularityTypePossible Errors
Allowed Viewers
Required Permissions
Can access customer queriesCan query meter point
Query Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query ReadingConsentGranularity($mpan: String!) {
readingConsentGranularity(mpan: $mpan) {
granularityValue
}
}
Variables
{
"mpan": "move-individual-five-evening-see"
}
Response
{
"data": {
"readingConsentGranularity": {
"granularityValue": "minute-across-business-first-risk"
}
}
}