Skip to main content

Analytics user

GET 

/analytics/users/:user_id

Get analytics on specific user

Request

Path Parameters

    user_id stringrequired

Query Parameters

    collection_id stringrequired

    Get analytics of user on specific collection

    Example: 3654
    start_date stringrequired

    Start date to get analytics

    Example: 2023-11-11 12:00:00
    end_date stringrequired

    End date to get analytics

    Example: 2023-11-12 12:00:00

Header Parameters

    Accept stringrequired
    Example: application/json

Responses

Response Headers

    Schema

      status stringrequired
      sessions stringrequired
      time_watched stringrequired
    Loading...