Forum Discussion

santosh_csc's avatar
7 years ago

How to get count of tags created

I want to get the tags created in a specific period. I have used below the call to get the data.

https://community.lithium.com/restapi/vc/metrics/name/tagging_tag_count?date_start=2017-09-01T00:00:00&date_end=2017-09-30T23:59:59&restapi.response_format=json&restapi.session_key=ZjpA8miYNoDXSenJ2wlOlSLeJE0aX0XnH2yAI4fsOFY.

But it's returning  "Permission Denied". 

So what permission needs to be granted in admin panel to access this API?

  • santosh_csc : Kindly check this Document.Hope it will work.

     

    Kindly check this permission set and then user can able to access the rest calls.

    Make required Permissions as Granrt

     

     

     

     

    If my post is helpful and answers your question, please give "Kudos" and "Accept it as a Solution."

    Thanks & Regards,
    Abhishek Illindra

      • AbhishekIlindra's avatar
        AbhishekIlindra
        Boss

        santosh_csc: Can you send me the screenshot of error message. It will be helpful to debug more on it .

         

         

        If my post is helpful and answers your question, please give "Kudos" and "Accept it as a Solution."

        Thanks & Regards,
        Abhishek Illindra

  • santosh_csc - Make this call in the code using restadmin()/ rest() and it will return the result. You are making a call in the browser, which Lithium has denied by default, you can get it enabled from support.

     

    I hope this helps.