Hi,
We have a use case where we need to create cases via the following endpoint:
Hi,
We have a use case where we need to create cases via the following endpoint:
Best answer by af27
Hi Andy,
Thanks for your reply, that makes sense as to why the caseID doesn't instantly appear.
One of our suppliers will be sending the data via the API, we have made them aware that the TicketID/DisplayID needs to be unique.
In my testing example i've just used a guid to make sure it is unique.
If we can assume the Id's are unique, what would be the best way for our supplier to get the case id as they will need this for future api calls
Thanks,
Alec
We have manged to find a way around this.
Using the endpoint: /api/external/vi/search/CaseSearchEverything
with the body:
{
"externalAlertId": "{unique id set by supplier}",
"timeRangeFilter": 0
}we can then retrieve the case id from the search result
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.