GET
/
signature-request-timeseries
curl --request GET \
  --url https://api.plumaa.id/rest/v1/signature-request-timeseries \
  --header 'Authorization: Bearer <token>'
[
  {
    "mark": "<any>",
    "count": "<any>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

granularity
enum<string>
required
Available options:
day,
hour,
month
organization
object

ObjectID matching arguments.

type
object

ContentType matching arguments.

timestamp
object

Date range arguments.

limit
any
order
enum<string>
Available options:
asc,
desc
timezone
any

Response

200 - application/json
mark
any
required

The bucket mark for the creation timepoint, defined by granularity.

count
any
required

Amount of signature requests created in the bucket.