Appearance
Templates & RSS feeds
Interne GraphQL-queries: Templates & RSS feeds. Vereist authenticatie.
Endpoint: POST https://graphql.persmonitor.nl/graphql
Intern · VPN
Deze pagina's zijn op productie alleen via VPN bereikbaar onder /internal/.
systemTemplates
Default templates uit het system environment. Beschikbaar voor ingelogde gebruikers (o.a. template-keuze bij monitors).
Return type: [NotificationTemplate]!
Authenticatie: Ingelogde gebruiker (sessie- of API-token)
Geen argumenten.
Voorbeeld:
graphql
query SystemTemplates {
systemTemplates {
# selecteer velden uit het return type
}
}