#/api/view
Get all approved and filtered prayers of today from the database. The prayers json objects are shorten to only contain text and id
Opt.: request only Prayers with an id bigger than a given id.
/api/view
GET
- Required:
key=[string](key authentication) - Optional:
l=[id](id to filter only bigger values)
- Code: 200
- Content: array of approved and filtered prayers of today
[ { "id" : "<int>", "prayer" : "<text>" }, ... ]
- Code: 401 UNAUTHORIZED
- Code: 500 INTERNAL SERVER ERROR
- Reason database error