ReportsExternal

ReportsExternal

List all external report urls for tenant

get
/tenants/{tenantUid}/report-urls

List all external report urls for tenant

Authorizations
AuthorizationstringRequired

Access token recevied after user login with a deviceToken

Path parameters
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
Responses
200

Example response

application/json
get
/tenants/{tenantUid}/report-urls
200

Example response

List all external report urls for organization

get
/tenants/{tenantUid}/organizations/{organizationUid}/report-urls

List all external report urls for organization

Authorizations
AuthorizationstringRequired

Access token recevied after user login with a deviceToken

Path parameters
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
organizationUidstringRequired

Reference to an organization.

Pattern: ^[A-Za-z0-9-_]+
Responses
200

Example response

application/json
get
/tenants/{tenantUid}/organizations/{organizationUid}/report-urls
200

Example response

List all external report urls for store

get
/tenants/{tenantUid}/stores/{storeUid}/report-urls

List all external report urls for store

Authorizations
AuthorizationstringRequired

Access token recevied after user login with a deviceToken

Path parameters
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
storeUidstringRequired

Reference to a Store.

Pattern: ^[A-Za-z0-9-_]+
Responses
200

Example response

application/json
get
/tenants/{tenantUid}/stores/{storeUid}/report-urls
200

Example response

Last updated