Skip to main content
Main menu
AMS Cloud Status
Product Info
Community
Contact Us
Mailing List / RSS Feed
Privacy Policy
Search form
Search
Installing Theatre Manager
Upgrading Theatre Manager
Quick Reference Guides
Self-Guided Demo Tutorial
Theatre Manager Online Help
Form Letters and EBlasts
Facility Management
Reports
Reveal Dashboards
REST API Overview
Requirements for REST API access
Logging in to the REST API
REST API Top Level Endpoints
REST API accessing images
REST API Output Formats
REST API Sorting data
REST API Querying for Specific Results
REST API Accessing a Specific Record using ID
REST API Query Parameter
REST API Using Pagination
REST API Selecting Columns
REST API Adding Relationships to Other Tables
REST API summarizations, aggregations and groupings
REST API full syntax
REST API Some Fun Queries:
Accessing Calendars From Web Site
Web Page Documentation
Frequently Asked Questions
Theatre Manager: Responding to COVID 19
Newsletters
AMS Cloud Status
Product Info
Community
Contact Us
Mailing List / RSS Feed
Privacy Policy
You are here
Home
›
REST API Overview
REST API Querying for Specific Results
There are multiple ways to search for data from the database. You can retrieve data using:
the
Unique iD
which allows you to
access a specific record
in any table using it's unique ID number.
A
Query
which can
contain multiple search parameters
which provide restrictions that limit the rows of data that are returned.
the
page=xx
parameter to provide a
limited subset of data
of approximately 25 lines. The data does not come back in any particular order unless a
sort parameter
is also given.
Diataxis:
How To
REST API Accessing a Specific Record using ID
REST API Query Parameter
REST API Using Pagination
‹ REST API Sorting data
up
REST API Accessing a Specific Record using ID ›
Printer-friendly version