@JustinGriffin wrote:
Hi there,
I’m having trouble with this API call - /Incidents/post_incidents_id_responder_requests
I’m certain the values I’m providing are valid in terms of incident id, requestor_id, and user id of the responder request targets. im using the format in the api reference.
{
“requester_id”: “PKHUUZA”,
“message”: “Please help with issue”,
“responder_request_targets”: [
{
“id”: “PP0QZRP”,
“type”: “user_reference”
}
]
}can some confirm if they are able to successfully execute this, or if i have a format issue?
Posts: 2
Participants: 1