API calls for ServiceNow
The ServiceNow connector makes API calls to ServiceNow to retrieve data.
Sys user
The call uses the GET operation to retrieve a list of sys users.
URI: https://{{instance}}.service-now.com/api/now/table/sys_user
License details
The call uses the GET operation to retrieve a list of license details. For ServiceNow instances running the Washington DC version or later, the subscription_detail
endpoint is called instead of this one.
URI: https://{{instance}}.service-now.com/api/now/table/license_details
Subscription detail
The call uses the GET operation to retrieve a list of subscription details. This endpoint replaces the license_details
endpoint if your ServiceNow instance is the Washington DC version or later.
URI: https://{{instance}}.service-now.com/api/now/table/subscription_detail
Sys user has license
The call uses the GET operation to retrieve a list of sys user license assignments. For ServiceNow instances running the Washington DC version or later, the sys_user_has_license
endpoint is called instead of this one.
URI: https://{{instance}}.service-now.com/api/now/table/sys_user_has_license
User has subscriptions
The call uses the GET operation to retrieve a list of user subscriptions. This endpoint replaces the sys_user_has_license
endpoint if your ServiceNow instance is the Washington DC version or later.
URI: https://{{instance}}.service-now.com/api/now/table/user_has_subscription
Subscription has family
The call uses the GET operation to retrieve a list of subscription families. This endpoint replaces the license_has_family
endpoint if your ServiceNow instance is the Washington DC version or later.
URI: https://{{instance}}.service-now.com/api/now/table/subscription_has_family
License has family
The call uses the GET operation to retrieve a list of license families. For ServiceNow instances running the Washington DC version or later, the subscription_has_family
endpoint is called instead of this one.
URI: https://{{instance}}.service-now.com/api/now/table/license_has_family
Sys user has role
The call uses the GET operation to retrieve a list of user subscriptions.
URI: https://{{instance}}.service-now.com/api/now/table/sys_user_has_role
License role
The call uses the GET operation to retrieve a list of license role assignments.
URI: https://{{instance}}.service-now.com/api/now/table/license_role
Sys app
The call uses the GET operation to retrieve a list of applications.
URI: https://{{instance}}.service-now.com/api/now/table/sys_app
Sys app application
The call uses the GET operation to retrieve a list of roles and their source.
URI: https://{{instance}}.service-now.com/api/now/table/sys_app_application
Sys user grmember
The call uses the GET operation to retrieve a list of groups and their members.
URI: https://{{instance}}.service-now.com/api/now/table/sys_user_grmember