cwmiller / broadworks-connector

Simple library for connecting to BroadWorks OCI-P API
MIT License
8 stars 5 forks source link

Retrieving Custom Media Files #61

Closed TwinMist closed 3 years ago

TwinMist commented 3 years ago

Hi Is it possible to Retrieving Custom Media Files via your script? in the Broadworks docs i can see UserAnnouncementFileLocationGetRequest GroupAnnouncementFileLocationGetRequest are within OCISchemaHidden.xsd

but dont see it within your models

thanks

cwmiller commented 3 years ago

I've added UserAnnouncementFileLocationGetRequest and GroupAnnouncementFileLocationGetRequest with version 3.1.4. When I tested these they would return an internal URL to the files, so I'm not sure how useful they are. I'm not really sure how to get a public URL to the files.

TwinMist commented 3 years ago

Nice work, many thanks just what i needed. keep up the great work on this code.