sipcapture / homer-app

HOMER 7.x Front-End and API Server
http://sipcapture.io
GNU Affero General Public License v3.0
207 stars 85 forks source link

Homer UI - API Request of export "Share Link" #515

Closed idanam-del closed 1 year ago

idanam-del commented 1 year ago

hey, i didnt find in api docs and its not shown in the web console when i click the "share link" button.

I would like in my own API to pop up a "share link" window(via api request to homer api) of a x-cid call when i click it in my own cdr.

Is it in the api docs? is it possible when i use x-cid as a parameter and not a session ID of homer?(the x-cid is mapped in homer config)

hrhashmi commented 1 year ago

HI @idanam-del

you can find API docs in HOMER-UI (Settings -> API Documentation).

image

idanam-del commented 1 year ago

I see thank you