Not getting tags values, only keys are coming in api response

Hi all,

I have a requirement to get all keys and it’s related values of tags through api, I have not idea what is that api. When I call get api I always get below result which contains only keys not it’s values.

tags

and below image conatins tags data in authoring.

tags1

Thanks,

The values aren’t part of the document, so you will only get the keys. You will need to retrieve the other document (presumably a ValueList document?) and then resolve the value with the key you have.

ps, is this about SaaS or PaaS? It doens’t really change the answer though.

1 Like