readingConsentGranularity
Get the current reading consent granularity for a meter point.
Arguments
The MPAN of the meter point.
Returns
ReadingConsentGranularityTypeExamples
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": "owner-write-plant-reduce-financial"
}
Response
{
"data": {
"readingConsentGranularity": {
"granularityValue": "yeah-story-follow-few-above"
}
}
}