cURL
curl --request GET \ --url https://api.thehaystack.ai/v2/haystack/scriptures \ --header 'Authorization: Bearer <token>'
{ "scriptures": [ { "id": 123, "itemId": 123, "book": "<string>", "bookName": "<string>", "chapter": 123, "verseStart": 123, "verseEnd": 123, "citation": "<string>", "keyVerse": true, "suggested": true, "accepted": true, "displayOrder": 123, "text": "<string>" } ], "limit": 123, "offset": 123, "page": 123, "totalRecords": 123, "totalPages": 123, "hasMore": true }
Enter your API token from the Haystack dashboard
x <= 100
Sort spec, e.g. "date,DESC"
Paginated scriptures
Show child attributes