LiveHeats data source
Here are the basic settings you need to use for JSON importer:
- JSON URL: https://liveheats.com/api/graphql
- Method: POST
- Request headers:
- Content-Type: application/json
- Request Body:
-
--- query: "<<your query>>"
- Example:
--- query: "{event(id: 1){fullSchedule{podiums {heats {id round roundPosition position}}}}}"
-
- Path: <<optional, depends on the response structure>>. You can read how to define a path here: https://help.coupler.io/article/229-how-to-define-path-to-selecting-json-objects.
Example:
Review detailed documentation:
https://support.liveheats.com/hc/en-us/articles/360059474652-Using-the-LiveHeats-API.