cancel
Showing results for 
Search instead for 
Did you mean: 
Ben211
New Member

How do you update additional-values with an API(v1) "PUT"

I have an additional value of Derived-Priority-Score

That is of type Integer.

Using the v1 API I have tried an update...:
BODY = "{ ""incident"":{ ""notify_watchlisted"":0, ""notify_customer"":0, ""additional_values"":[ {""Derived_Priority_Score"":999} ] } }"


However this does not seem to be the correct syntax and there is no guideline in the GTA-API documentation.

2 REPLIES 2
GlennD
GoTo Manager

Re: How do you update additional-values with an API(v1) "PUT"

Hi Ben,

I will try to find someone that can answer your question, have you tried asking in the developer forum? https://developer.citrixonline.com/forums/gotoassist-0

Glenn is a member of the GoTo Community Care Team.

Was your question answered? Please mark it as an Accepted Solution.
Was a post helpful or informative? Give it a Kudo!.

Free new user and admin training
Ben211
New Member

Re: How do you update additional-values with an API(v1) "PUT"

I have managed to get it working with the following syntax: (written in VBS so "" relates to " when sent)

BODY = "{ ""incident"":{ ""priority_id"":1249847371927527504, ""additional_values"":{""Derived Priority Score"":999} } }"