Documents Generated
Get the total number of documents generated for a firm on the current date or the end of the date supplied.
Query parameters
-
The date to get the key metric from in YYYY-MM-DD format (calculations are made from the end of the day).
GET
/api/v1/metrics/documents/generated
curl \
--request GET 'https://api.plannrcrm.com/api/v1/metrics/documents/generated' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"date":"2023-01-01"}'
Request examples
{
"date": "2023-01-01"
}
Response examples (200)
{
"data": [
{
"data": "123",
"date": "2023-06-30",
"metric": "time_logged",
"requested_at": "2023-07-01 12:30:45"
}
]
}