Skip to main content

User-related API environment

Production user-related API docs

These pages describe the Production user-related API stack.

Use production OAuth credentials, production API base URLs, and production app URLs when following this documentation.

Need to test before going live? Switch to the Pre-live docs using the environment switcher above.

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...