This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

I am trying to use the AlertActive verb Acknowledge via the API.

I am submitting the two arguments via JSON and trying to figure out the format in JSON for the int array of the AlertObjectIds.  I simply want to update 1 Alert.  I have searched high and low for any samples of the correct formatting.  Yes, I have read the Github Alert documentation. 

Mydomain:17778/.../Acknowledge

JSON Body

{[

     {"ObjectID" : 2},

] ,

{"Notes" : "Hello2"}

}

I am using a simple Firefox Rest Client to test out the syntax and then will be using a Javascript editor to execute.

Thanks