docs: add get apps section

This commit is contained in:
Stevan Freeborn
2023-04-16 21:59:23 -05:00
parent 0ba9107f21
commit 587777e776
11 changed files with 158 additions and 11 deletions
@@ -0,0 +1,13 @@
# The App Object
{% code heading="APP" defaultLanguage="json" %}
```json
{
"href": "https://api.onspring.dev/apps/id/195",
"id": 195,
"name": "Tasks"
}
```
{% /code %}