We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Get incidents and their related problem record using REST API

Hans11
Kilo Contributor

Hi all,

I would like to extract a list of major incidents (MIM) and their related problems using REST API.

I can import the tables for both incidents and problems, but i cannot get any data on the relation between both tables.

Either the MIM query should return a problem record, or the problem query should return a MIM record.

My goal is to report on the close codes of problems that are linked to major incidents.

Has anyone experience with this?

 

kind regards, Hans.

5 REPLIES 5

Hans11
Kilo Contributor

Thank you Ankur!