Skip to main content
GET
Count calendar items

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Query Parameters

from
string<date>
required

The first day, YYYY-MM-DD.

to
string<date>
required

The last day, YYYY-MM-DD, included. Not before from, and at most 366 days after it.

sources
enum<string>[]

Only these kinds of item, comma-separated.

Available options:
task,
volunteer_event,
volunteer_session,
medical_due,
adoption,
foster_start,
foster_end,
intake
tone
enum<string>[]

Only items in these states, comma-separated.

The item's state. overdue: a task or medical item whose day has passed and that is not done. due: a task or medical item due today or later, or a meet and greet whose day has passed without being marked done. scheduled: a shift, a shift schedule or a meet and greet still to come. done: done, performed or completed, and a dated fact such as an adoption, an arrival or a foster placement. cancelled: a reversed adoption, a declined foster placement, a cancelled shift or schedule.

Available options:
overdue,
due,
scheduled,
done,
cancelled

Response

The counts.

total
integer
required

How many items match every filter you sent, of the ones that could be loaded.

unavailable
string[]
required

The areas whose items could not be loaded this time.

facets
object
required