barryhoffmann
12 years agoMentor
List of TAGS
When I post a discussion, I am asked to select a 'Add Tags' What is the Rest API call to retrieve a list of tags that are available on the Lithium site
Hi samudhraa
a word of caution with your last approach - there is usually a limit to the maximum number of elements that the API returns in a single page (I think it's normally one thousand) and so, if there are more than the limit number of tags, then you may not include all of them with that approach.
Lithium Support can change the limit to a bigger one, however it is not normally recommended to retrieve a large number of objects very frequently so a tradeoff must be considered. This can also be a good case for applying the newly released caching method - however the same considerations around the size of the response (that would be cached) apply.
Kind Regards,
That's true. Thanks Paolo.