I am doing a post request in /incident end point of the api. In this there is a parameter called creator_id of type INT, so what is it? What it is mapped to? Like for category_id we can get it from another endpoint, but how to get this creator_id?
Hello everyone,
I am writing this to request you all to help me with this issue.
Issue overview:
- I am using POST /incident API endpoint in invgate to create an incident.
- It required some fixed parameters which can’t be avoided these are, customer_id which could be user_id from /users’ endpoint, and category_id which I can get from /category end point.
- But I am unable to resolve creator_id. I am using OAuth application in my case which is the creator, but in that I am not able to find any creator id related to that application or does it relate user_id, or some other attribute if anyone have any insight on this it would be very help full.
Thanks in Advance.