- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to get the app url?
Hello,
I have a .Net project (C#) and display all apps, which are available on hub. After a selection of an app, I provide all sheetnames.
Depending on the sheetname selection, I want to show this in a webbrowser control. How do I get the correct url?
SingleUrl - Method doesn't return the correct one.
Thanks René
- Tags:
- c
- sense .net sdk
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
use the Single Integration API to get the entire sheet (Single Integration API reference).
Note, the single configurator will help you to define the URL (Single configurator).
Regards
Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi René,
I know nothing about .Net, but you can append a sheet_ID to the URL for the app - that does not work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
use the Single Integration API to get the entire sheet (Single Integration API reference).
Note, the single configurator will help you to define the URL (Single configurator).
Regards
Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
you can find sheet URL here:
http://localhost:4848/single
If you want to show only chart URL , you need to select which chart URL you want to see. If you want to see whole sheet but with different selections, you need to create bookmark.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you this works.
But I have to call the https://<ServerName>/single Url before calling my singleUrl, since I got problems with permission.