Hi hi,
I'd like to set the AcknowledgeBy when Acknowledging an alert. I can Ack the alert no problem, but the AcknowledgeBy is always set as the user in the REST Auth header. This is my payload:
[ [ { "DefinitionId": "GUID", "ObjectType": "Node", "AcknowledgedBy": "jomama", "ObjectId": 2, "Notes" : "Testing ACK With API and jomama" } ]];This is the endpoint I'm using:
localhost:17778/.../Acknowledge
Is it possible to set the AcknowledgeBy via REST API when acknowledging?
Thanks!