Hi all!
I'm trying to get the infos of my custom fields requesting this URL to Trello: https://api.trello.com/1/cards/[card_id]/pluginData
It's respoding all related custom fields, but with encrypted names:
{"fields":{"4umwBLPD-eUkpAr":"2017-04-05T12:00:00-03:00","4umwBLPD-V3CsQs":"2017-04-11T12:00:00-03:00","4umwBLPD-Dyphkk":"2017-05-22T12:00:00-03:00","4umwBLPD-llps3f":"2017-06-16T12:00:00-03:00","4umwBLPD-oEV3YY":"omLLwb"}}
How can I get it not encrypted?
Hi Daniel,
The values you're seeing in those results are the unique IDs for those custom fields, rather than an encryption. You can match those unique IDs to the names of the custom fields by using this request:
Really thanks Caity!
It will help a lot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.