Skip to main content

Arguments

id : ID! required

The ID of the planned interruption.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can query planned interruption

Rate Limits

Key Steps
ip ['100/m']

Query Complexity

1

Examples

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

query PlannedInterruption($id: ID!) { plannedInterruption(id: $id) { communicationTypeCode distributorEvent icp interruptionDetails { ...PlannedInterruptionDetailTypeFragment } interruptionReason revisionReason sender streetAreaAffected uniqueFileIdentifier } }

Variables

{ "id": "45907763" }

Response

{ "data": { "plannedInterruption": { "communicationTypeCode": "argue-personal-feel-tough-beyond", "distributorEvent": "meet-establish-east-chance-eight", "icp": "imagine-picture-tough-around-strong", "interruptionDetails": [PlannedInterruptionDetailType], "interruptionReason": "meeting-watch-establish-lose-figure", "revisionReason": "man-material-out-drop-computer", "sender": "serve-school-oil-later-change", "streetAreaAffected": "mean-more-career-seven-writer", "uniqueFileIdentifier": "38612642" } } }