Skip to content

Commit

Permalink
API Creator wording
Browse files Browse the repository at this point in the history
  • Loading branch information
okohll committed Jun 22, 2020
1 parent 1cb1acd commit 427c41e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/docs/charting/_index.md
Expand Up @@ -51,4 +51,4 @@ Users can be subscribed to charts (or subscribe themselves) to receive them by e
> If the view has no charts, this function can be used to send tabular data only
## Going further
agileBase can also integrate with third party business intelligence and reporting tools, using the API. A worked example is [here for Power BI]({{<relref "/docs/integrations/pull-example-power-bi">}}).
agileBase can also integrate with third party business intelligence and reporting tools, using the API Creator. A worked example is [here for Power BI]({{<relref "/docs/integrations/pull-example-power-bi">}}).
4 changes: 2 additions & 2 deletions content/docs/integrations/Setting-up-the-POST-API.md
@@ -1,12 +1,12 @@
---
title: "Setting up the POST API"
title: "Creating a POST API"
date: 2020-04-24T16:40:00+01:00
type: docs
weight: 120
description: A powerful automation feature that can allow a third party system to POST data in to agileBase.
---

Firstly, identify the Table into which you wish to recieve incoming data. Go to that table's manage taband press 'options’. Tick 'Public form or API data entry’.
Firstly, identify the table into which you wish to recieve incoming data. Go to that table's manage taband press 'options’. Tick 'Public form or API data entry’, which will create an API for the table.

To protect the system from spam input, we also suggest you tick 'Require API key’ and reload the table to show the API key generated. This then has to be submitted with every POST request as the value of the HTTP Authorization header.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/integrations/Setting-up-the-PULL-API.md
@@ -1,5 +1,5 @@
---
title: "Setting up the PULL API"
title: "Creating a PULL API"
date: 2020-05-29T12:35:00+01:00
type: docs
weight: 140
Expand Down
2 changes: 1 addition & 1 deletion content/docs/integrations/Setting-up-the-PUSH-API.md
@@ -1,5 +1,5 @@
---
title: "Setting up the PUSH API"
title: "Creating a PUSH API"
date: 2020-06-01T16:40:00+01:00
type: docs
weight: 130
Expand Down
5 changes: 3 additions & 2 deletions content/docs/integrations/_index.md
Expand Up @@ -6,7 +6,8 @@ weight: 100
description: Using the API and other data IO options to extract data from agileBase and/or connect with third party systems
---

There are a number of ways to gextract data from agileBase, whether manually for an individual's use or programatically for integration with other systems.
There are a number of ways to extract data from agileBase, whether manually for an individual's use or programatically for integration with other systems.

There are also multiple ways other than the user interface to enter data into agileBase.

## Outgoing Data
Expand All @@ -30,5 +31,5 @@ Users are ablle to add data:
* Via the User Interface
* Import CSV files

Third parties can PUSH data in to agilebase
Third parties can save data in to agilebase
* Via the POST API

0 comments on commit 427c41e

Please sign in to comment.