Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,6 +10,8 @@ The RESTful API that supports the CovidVault GUI.
Returns the following account properties
- `name` the business name
- `logo` the stored logo filename (empty string if none available)
- `selectAll` if a location has a conditions of entry checklist, permits the select all button
- `statements` an array of prompts for the conditions of entry checklist

![Authenticated GET Endpoint](https://img.shields.io/badge/Authenticated-GET-green) https://root_address/account/[id](/ "Account ID")

Expand All@@ -23,6 +25,8 @@ Returns the following account properties
- `state` state / province
- `postcode` postal code
- `email` email address of the authorised contact
- `selectAll` if a location has a conditions of entry checklist, permits the select all button
- `statements` an array of prompts for the conditions of entry checklist

![Public POST Endpoint](https://img.shields.io/badge/Public-POST-orange) https://root_address/account

Expand Down