# ReportsApi
All URIs are relative to https://api.salestim.io/api/v1.0
Method | HTTP request | Description |
---|---|---|
getReportUrl | GET /reports/{resource_type}/{resource_id} | Get report secure URL |
getReports | GET /reports | Get reports |
getReportsCategories | GET /reports/categories | Get reports categories |
# getReportUrl
ReportUrl getReportUrl(resource_type, resource_id)
Get report secure URL
Get report secure URL
# Parameters
Name | Type | Description | Notes |
---|---|---|---|
resource_type | String | The resource type (dashboard / question). | [default to null] |
resource_id | String | The resource id. | [default to null] |
# Return type
# Authorization
# HTTP request headers
- Content-Type: Not defined
- Accept: application/json
# getReports
List getReports()
Get reports
Get reports
# Parameters
This endpoint does not need any parameter.
# Return type
# Authorization
# HTTP request headers
- Content-Type: Not defined
- Accept: application/json
# getReportsCategories
List getReportsCategories()
Get reports categories
Get reports categories
# Parameters
This endpoint does not need any parameter.
# Return type
# Authorization
# HTTP request headers
- Content-Type: Not defined
- Accept: application/json