Skip to main content
Version: Next

Slice

cache_timeoutinteger

Duration (in seconds) of the caching timeout for this chart.

certification_detailsstring

Details of the certification.

certified_bystring

Person or group that has certified this dashboard.

changed_onstring<date-time>

Timestamp of the last modification.

changed_on_humanizedstring

Timestamp of the last modification in human readable form.

datasourcestring

Datasource identifier.

descriptionstring

Slice description.

description_markeddownstring

Sanitized HTML version of the chart description.

edit_urlstring

The URL for editing the slice.

editors object[]

List of editors

  • Array [
  • idinteger
    imgstring
    labelstring
    secondary_labelstring
    typeinteger
  • ]
  • form_dataobject

    Form data associated with the slice.

    is_managed_externallyboolean

    If the chart is managed outside externally.

    modifiedstring

    Last modification in human readable form.

    query_contextobject

    The context associated with the query.

    slice_idinteger

    The slice ID.

    slice_namestring

    The slice name.

    slice_urlstring

    The slice URL.

    Slice
    {
    "cache_timeout": 0,
    "certification_details": "string",
    "certified_by": "string",
    "changed_on": "2024-07-29T15:51:28.071Z",
    "changed_on_humanized": "string",
    "datasource": "string",
    "description": "string",
    "description_markeddown": "string",
    "edit_url": "string",
    "editors": [
    {
    "id": 0,
    "img": "string",
    "label": "string",
    "secondary_label": "string",
    "type": 0
    }
    ],
    "form_data": {},
    "is_managed_externally": true,
    "modified": "string",
    "query_context": {},
    "slice_id": 0,
    "slice_name": "string",
    "slice_url": "string"
    }