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?
Страница, которую вы ищете, не переведена, но у нас есть другие материалы на русском языке и служба поддержки на русском языке.
Чем мы можем помочь?
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 Узнайте о самых популярных функциях Wrike и советах по его использованию
Miron Mizrahi Wrike Team member Узнайте о самых популярных функциях Wrike и советах по его использованию
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 Узнайте о самых популярных функциях Wrike и советах по его использованию
Miron Mizrahi Wrike Team member Узнайте о самых популярных функциях Wrike и советах по его использованию