API call to get a list of assignment groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2017 07:13 AM
Is this possible to do using the API?
We have a service that can create tickets for us but I would like to be able to determine if the assignment group being used exists or not before trying to submit the ticket.
we are using C# to make the API calls.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2017 09:49 AM
All table wsdl are just tablename.do?wsdl
A list of tables: https://instance.service-now.com/sys_db_object_list.do
Scripted web services: https://instance.service-now.com/sys_web_service_list.do
V/r,
Gene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2017 09:50 AM
WSDL -- it is case sensitive.
V/r,
Gene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2017 10:28 AM
guess i need to check permissions. Sys objects never returns anything.
Is there a list of tables just published somewhere with in the documentation or the instance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2017 06:23 AM
the account I am using is good.
I am noticing on our test instance that I am not getting the new ticket numbers returned either during testing but on our production environment we are.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2017 09:33 AM
Just guess, check to make sure that the test instance has the Unqualified Element Form Default is unchecked — under web services properties.
V/r,
Gene