Page 1 of 1

Control Page List Via XML?

PostPosted: Thu Jul 09, 2015 10:18 am
by Colorado4Wheeler
Is there a RESTful command to get the list of control pages in an XML document? I've been looking through the wiki and the forums and can't seem to find anything.

Re: Control Page List Via XML?

PostPosted: Fri Jul 10, 2015 9:03 am
by jay (support)
I don't believe it's available in the RESTful API.

Re: Control Page List Via XML?

PostPosted: Fri Jul 10, 2015 10:33 am
by Colorado4Wheeler
So my only means of getting a list of control pages would be to xpath out the HTML page?

Re: Control Page List Via XML?

PostPosted: Fri Jul 10, 2015 11:38 am
by matt (support)
Correct, the control page list isn't currently available via the RESTful (or python) APIs.

Re: Control Page List Via XML?

PostPosted: Fri Jul 10, 2015 12:14 pm
by Colorado4Wheeler
Ok, thank you :). Fortunately I already anticipated that and wrote the xpath code I need to farm out the control pages.