I'm working with the ServiceNow API and I'm able to pull data from the Table API without issue. What I can't seem to find is any documentation on the different states that might be available on a specific table.
What I'd like, if possible, is to find an API call that will take in a table name and return a list of available states that can be set. Or, short of that, I'd just like to know if this data is even publicly available from ServiceNow.
Any direction is appreciated.