document-api-python
document-api-python copied to clipboard
Exposing other field attributes
I'd really love the ability to grab the "remote-name" and "parent-name" through the Documents API, so that we can see at a glance what table and column any given field comes from.
I agree wholeheartedly! This information seems (without closer inspection) to be readily available in the XML, so it would be really great to be able to access it via the Document API. I'm writing this as someone with some coding experience from way back, so I can just about manage using the Document API, REST API to simple ad hocish tasks, but going about parsing the XML on my own would be a bit of a stretch.