Forum Discussion

peterlu's avatar
peterlu
Champion
11 years ago

Metrics question from client

Can you retrieve these info from Lithium by API ?

 

For "a particular user" : 

Number of Tags (over the past week/month/ever)
Number of Page Views (over the past week/month/ever)
Number of Board Views (over the past week/month/ever)
Number of Minutes Online (over the past week/month/ever)

 

Is there an api for it? and more importantly, can the api do date range(past week/month, or from date1 to date2)?

 

Thanks

2 Replies

  • peterlu - 

     

    Minutes Online - /restapi/vc/users/id/[id]/online/minutes/count

    Page Views - /restapi/vc/users/id/[id]/views/boards/style/all/count/

    Board Views - restapi/vc/users/id/[id]/views/boards/style/forum/count/

     

    Not sure about tags, but you can search in the documentation

     

  • peterlu's avatar
    peterlu
    Champion
    11 years ago
    VarunGrazitti Thanks for the reply. The problem is how to do a date range count on the apis. Matrics API supports date range, but I cannot find the relevant API.