Skip to main content

User-related API environment

Pre-live user-related API docs

These pages describe the Pre-live user-related API stack.

Use pre-live OAuth credentials, pre-live API base URLs, and pre-live app URLs when following this documentation. Keep your OAuth flow, API requests, callback URLs, and manual testing within the pre-live environment.

Get notes count within verse range

Get the count of notes within a range of verses.

Query Parameters
    from string required

    Possible values: Value must match regular expression ^(\d+):(\d+)$

    The starting verse key of the range.

    to string required

    Possible values: Value must match regular expression ^(\d+):(\d+)$

    The ending verse key of the range.

Responses

Request has been handled successfully.


Schema
    success boolean
    data object

    A map of verse keys to note counts, where each key is a verse key and each value is an integer count of notes.

    property name* integer
Loading...