-
Notifications
You must be signed in to change notification settings - Fork 19
~ Scoped App API
Giles Lewis edited this page Jun 23, 2024
·
8 revisions
This page describes ServiceNow APIs created by installation of the DataPump App
/schema/{tablename}
{tablename}
- Name of a table
Returns a list of jobs in a ready
state.
/jobrunlist
{
'runs': [
{
'sys_id':
'number':
'start':
}
]
}
/jobrun/{sys_id}
{sys_id}
- sys_id
of x_108443_sndml_action_run
Used to update the status of a x_108443_sndml_action_run
record.
/jobrun/{sys_id}
{
'sys_id':
'status':
}