Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Time duration in ISO 8601 format
PT1H30M
PT30S
PT5M
PT1H
P1D
# Query ticket interactions with wait/service times query { ticket(id: "123") { interactions { waitTime # Returns Duration serviceTime # Returns Duration } } }
// Response { "interactions": [ { "waitTime": "PT12M45S", "serviceTime": "PT8M30S" } ] }
scalar Duration
Interaction