Python Post Request: CustomFields
Hello,
I am having troubles posting to the Wrike API w/ a custom field value through Python3. Do you have suggestions for the syntax / formatting for that sort of JSON array?
Sembra che la pagina che stai cercando non sia tradotta, abbiamo però altri contenuti in italiano e offriamo assistenza.
Naviga nel portale di assistenza in italianoInvia una richiesta
Come possiamo aiutarti?
Learn. Share. Discuss.
Hello,
I am having troubles posting to the Wrike API w/ a custom field value through Python3. Do you have suggestions for the syntax / formatting for that sort of JSON array?
Folllowing List for Post: Python Post Request: CustomFields
[this list is visible for admins and agents only]
Daniel Elliott did you check https://developers.wrike.com/api/v4/tasks/#modify-tasks (under the second option). Generally speaking CFs require an array of objects
Miron Mizrahi Community Team at Wrike Wrike Product Manager Conosci le straordinarie funzionalità di Wrike e le best practices
Miron Mizrahi Wrike Team member Conosci le straordinarie funzionalità di Wrike e le best practices
Thanks Miron, yes I saw that. Do you happen to have an example of that formatting? I get invalid syntax errors.
Daniel Elliott there is an example on the site below the request/response blocks.
customFields=[{"id":"IEAQB5KBJUAAAAAC","value":"testValue"},{"id":"IEAQB5KBJUAAAAAD","value":"testValue"}]
Miron Mizrahi Community Team at Wrike Wrike Product Manager Conosci le straordinarie funzionalità di Wrike e le best practices
Miron Mizrahi Wrike Team member Conosci le straordinarie funzionalità di Wrike e le best practices