Skip to main content
Qminder API home page
Search...
⌘K
Search...
Navigation
Example Queries
Locations
API Reference
API Endpoints
Getting Started
Overview
Integration Templates
CRM Integration Template
RESTful API
Locations
Lines
Tickets
Appointments
Users
Webhooks
GraphQL API
Overview
Example Queries
Locations
Input Fields
Visitors
Queries
Subscriptions
Types
Enums
Scalars
Inputs
Webhook Events
Overview
Locations
Lines
Tickets
Example Queries
Locations
To get list of all locations for the account you can use the
locations
query:
graphql
Copy
query
ListOfLocations
{
account
{
locations
{
id
name
address
}
}
}
Overview
Previous
Input Fields
Next
⌘I