docs: add apps section
This commit is contained in:
@@ -50,6 +50,13 @@ export const versionOne: DocsStructure = {
|
||||
copy: 'copy.md',
|
||||
example: 'example.md',
|
||||
},
|
||||
{
|
||||
title: 'Apps',
|
||||
folder: 'apps',
|
||||
copy: 'copy.md',
|
||||
example: 'example.md',
|
||||
children: [],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
# Apps {% #apps %}
|
||||
|
||||
These are objects that represent apps and/or surveys in an Onspring instance. You can retrieve a list of apps that the given [API Key](#authentication) has access to.
|
||||
|
||||
## App Properties
|
||||
|
||||
{% table %}
|
||||
|
||||
- Property Name
|
||||
- Data Type
|
||||
- Description
|
||||
|
||||
---
|
||||
|
||||
- Id
|
||||
- `number`
|
||||
- The id of the app.
|
||||
|
||||
---
|
||||
|
||||
- Name
|
||||
- `string`
|
||||
- The name of the app.
|
||||
|
||||
{% /table %}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
# The App Object
|
||||
|
||||
{% code heading="APP" defaultLanguage="json" %}
|
||||
|
||||
```json
|
||||
{
|
||||
"Id": 195,
|
||||
"Name": "Tasks"
|
||||
}
|
||||
```
|
||||
|
||||
{% /code %}
|
||||
|
||||
Reference in New Issue
Block a user