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
REST API Accessing a Specific Record using ID
If you know the record's ID number, you can retrieve it simply by adding
/xxx
after the
endpoint
. This retrieves data using the
output format
you've selected (the default is html).
Some examples of accessing a specific record are:
https://127.0.0.1/api/v1/patrons/51
- will show you data for patron
51
from the
patrons
table (see example to the right)
https://127.0.0.1/api/v1/patrons/51.json
- will show you data for patron
51
from the
patrons
table (in json format)
https://127.0.0.1/api/v1/events/85
- will show you data for event
85
from the
events
table.
Diataxis:
How To
‹ REST API Querying for Specific Results
up
REST API Query Parameter ›
Printer-friendly version