Hi there,
I need to access documents hosted by AppXtender. I know that there may be a REST API available, but I'm not familiar with AppXtender to know where to find it, or to work out if it is enabled. Can you help me identify it?
The documents are available under
https://surveys.health.ok.gov
, and the AppXtender service is hosted under
https://imaging.ok.gov/AppXtender
.
Here's some steps to access documents in the browser:
The document can be downloaded with the Export button, but I need to access them programmatically.
I have tried sending requests to the /api/service
endpoint at various base URLs built from https://imaging.ok.gov/
. I haven't been able to get a useful response back.
Can you provide some guidance on the best way to access these documents? Is there an easy way to determine if API access is available, and what the base URL is?
Thanks,
Hugo