...parameter type in Get request?
getcasereference.png
Hi @aurag.patil,
when you create a new case using the /cases function you can optionally supply a case-id value, if you do not do so, one is generated, and in both situations this value is returned in the case-id value of the response from the cases call.
This case-id value can then be used with the /casereferences call to get the case-system-id which is required to fetch/update the actual details of a case.
regards,
Hi @Joseph.McClean
Yes, I am aware of that, what I want to know is how do I pass the case id in /casereferences API. As "Case Id" is Query parameter type. So not sure is it path of Get request or any other way??