- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2026 07:33 AM
How can i create relationship between any two ci class with the help of Identification and Reconciliation API
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2026 11:38 PM
Hello @SLeelaRaR,
To create relationships between any two CI classes using the IRE API, you can follow this approach:
First, build a JSON payload containing the two CI classes along with the relationship you want to establish between them. Then, call the IRE API with this payload.
Please mark it as helpful.
Regards,
Maniteja.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2026 11:38 PM
Hello @SLeelaRaR,
To create relationships between any two CI classes using the IRE API, you can follow this approach:
First, build a JSON payload containing the two CI classes along with the relationship you want to establish between them. Then, call the IRE API with this payload.
Please mark it as helpful.
Regards,
Maniteja.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2026 12:43 AM
Hi @Maniteja_2003 , Thanks for the reply, I have one doubt i want to write payload like this(as you wrote) in IRE API Request body in REST API EXPLORER -->identifyandreconcileapi .
i created relationship with that API but i didn't write the (
did you write this in background script ?....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2026 07:09 AM
Hello @SLeelaRaR,
Yes — I executed the script using Background Scripts.
In REST API Explorer, the Request Body is only used to provide the JSON payload required to create or update data in the table. JavaScript code cannot be executed there.
Regards,
Maniteja
