How do I find the table name of a custom form through the API?
I am working with another team to get some base development to connect custom fields on a custom form in Workfront to similar fields on ServiceNow. After a fair bit of trial and error, I was able to get the custom field names, but I am being asked by our internal dev lead what the table name is for the fields that I have found.
To make it a bit clearer to understand, we have a request queue that is utilized at an enterprise level for a majority of projects. When we convert the request to a project, a custom form called Digital Run Development can be added with a specific template. So, once converted there are three sections on the Details section: Overview, Digital Run Development, and the enterprise custom form. I need to see the table name for the Digital Run Development. Because when I make a field name request for the custom fields, all I can see is the name and ID of the test project I created and I don't see anything that indicates the Digital Run Development custom form.
Custom Form from converted project that I want to see the table name for when I am in Postman:

This is what I see when I look for this particular test project through Postman. The custom fields show, but I don't see a reference to the above custom form:

Thank you,