メインコンテンツへスキップ
POST
/
rpc
/
Analytics
/
RollingStickiness
RollingStickiness
curl --request POST \
  --url https://api.sequence.app/rpc/Analytics/RollingStickiness \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "filter": {
    "projectId": 123,
    "startDate": "<string>",
    "endDate": "<string>",
    "dateInterval": "DAY",
    "collections": [
      "<string>"
    ],
    "tokenId": "<string>"
  }
}
'
{
  "data": [
    {
      "value": 123,
      "label": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Secret JWT token for authenticating requests obtained from Sequence Builder - should not be exposed publicly.

Body

application/json
filter
object

Response

OK

data
object[]

[]Chart