- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
3 weeks ago
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
3 weeks ago
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
3 weeks ago
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
3 weeks ago
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
