API call to get a list of assignment groups

bigbacon
Giga Guru

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.

10 REPLIES 10

gcubed_
Tera Contributor

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


gcubed_
Tera Contributor

WSDL -- it is case sensitive.



V/r,


Gene


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?


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.


gcubed_
Tera Contributor

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