- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 11:22 AM
Hi,
How do i view the incidents for a particular CI using advanced relationship query.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2022 01:19 AM - edited 10-13-2022 01:26 AM
Hi @chetansriram ,
you can use "^ORDERBY" and "^ORDERBYDESC" followed by the field name to sort. See the examples below.ORDERBYDESC
ORDERBY
Hit thumbs up if you feel that it was helpful in resolving your query.
Johns M P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2022 05:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 11:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 08:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 10:25 PM - edited 10-13-2022 01:26 AM
Hi @chetansriram ,
if you know the sys_id you can add it in the sysparm_query as shown below(see attached screenshot "with sysid").with sysid
if you are planning to use the name you can use the below screenprint "with Name"
with Name
Let me know if you need more help on the Rest Api
Hit Thumbs Up if you feel that the answer was useful.
Johns M P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2022 12:03 AM
Yes This helps. Is there any sort option to get the incident in the order of when they were opened. like latest first.
Presently the result is sorted as per the incident numbers by default.