Overview
Provides information about a particular slicer. This information includes the list of available key and data fields and their descriptions. There are no request fields for this except those required for all requests, i.e. slicer_name, project_name, and token.
See the Always Required Fields section for details.
Response Fields
Field | Description |
---|---|
status | Returns the status of the request,
|
status | Returns the status of the request, |
timezone | The slicer time zone. |
supports_timezone | time zone support sign. Possible values:
|
first_date | The first date with available data for the slicer specified by the slicer_name POST argument. Format: |
last_date | The last date with available data for the slicer specified by the slicer_name POST argument. Format: YYYY-MM-DD. |
key_fields | The key fields available for the report specified by the project_name and slicer_name POST arguments
|
data_fields | the list of data fields available for the report specified by the project_name and slicer_name POST arguments.
|