powershell API for sc_task table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 05:03 AM
I'm trying to use powershell and the SNOW API to GET tasks from sc_task table.
For reference I can pull back RITM w/ no issue from sc_req_item table. To do this i am using the following as example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 01:17 PM
Dear @Justin Dietz
While using API to create SC task, you have to send parent value means RITM value so that it will get attached to RITM.
- Kailas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2023 03:48 AM
I am trying to GET not create. But regardless i feel like maybe i need to include the RITM somehow in the URL to get the Task?
Can you give me an example of what the URL would look like whether it be to get data or create new?