Engagement API
Documentation Home
  • Getting Started
  • Querying Data
    • Introduction
    • Appearance Queries
    • Performance Queries
    • Company Lookup Query
Powered by GitBook
On this page
  • About the API
  • Connecting to the API

Getting Started

Getting Started with the Engagement GraphQL API

NextIntroduction

Last updated 2 years ago

About the API

Much like the the Engagement API can be accessed using GraphQL -- an abstract query language for retrieving data in a standard format, originally developed by the team at Facebook. can be used as a locally installed API client, or the GraphQL connection can be accessed programmatically in most languages with the use of a . For more information about using GraphQL check out the .

You'll need the following information to read data from the API:

  • An API URL

  • A Tenant Key

If you're missing either of these, please reach out to and we'd be happy to help you out!

Connecting to the API

Your API URL will be in a format similar to that of the however will be in the format like the following: engagement.<identifier>.base.parameter1.com. The API must be accessed via HTTP/S.

Requests to the GraphQL API must include the x-tenant-key header for the Base instance in question: such as x-tenant-key: my-base-instance-id. Once connected, you can see available query documentation and schema definitions within the GraphQL Playground application (if using it). For information regarding the available queries and the data they return see the . For further information regarding Connecting to the API consult the section of BaseCMS GraphQL API documentation.

BaseCMS API
GraphQL Playground
client
docs
support@parameter1.com
BaseCMS API
Querying Data topic
Overview