Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save IndiceeCoder/1097904 to your computer and use it in GitHub Desktop.
Save IndiceeCoder/1097904 to your computer and use it in GitHub Desktop.
report v3 list shared reports in a group
GET /api/reports/v3/groups/8/list HTTP/1.1
Authorization: OAuth xxxxxx
Accept: application/xml
Host: secure.indicee.com
<?xml version="1.0" encoding="UTF-8"?>
<reports>
<report>
<qname>iqn.2://indicee.com/1/0/report/b978aa53-...-8fea8eeb4a76</qname>
<name>Sales Report</name>
</report>
...
<next_page>?rpp=100&cursor=200</next_page>
</reports>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment