Returns a string with the site's API URI.
DekiScript | Output |
---|---|
site.api; |
https://expert-help.nice.com/@api/deki |
Returns the page object of the site's home page.
DekiScript | Output |
---|---|
site.homepage.uri; |
https://expert-help.nice.com/ |
Returns the site's host name.
DekiScript | Output |
---|---|
site.hostname; |
expert-help.nice.com |
Returns the total number of pages on your Expert site.
DekiScript | Output |
---|---|
site.pagecount; |
3812 |
Returns a map of all the tag objects for the entire site.
Only use this on pages that are accessible to administrators and are accessed rarely.
Returns a string with the site's URI.
DekiScript | Output |
---|---|
site.uri; |
https://expert-help.nice.com/?mt-view=f1 |
Returns the total number of registered users on your Expert site.
DekiScript | Output |
---|---|
site.usercount; |
363 |
Returns a map of user objects for the entire site.
Only use this on pages that are accessible to administrators and are accessed rarely.