Hi,
We have a use case where we need to create cases via the following endpoint:
Solved! Go to Solution.
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