Plots


Jump to API response

This endpoint handles manipulation of Plotly plot files.

Reference

Authorization


Any user with or without a Plotly account may view public plots. For private plots, see authentication.

Actions


list

Listing all public plots can be done via a GET request to this endpoint. By default, plots will be listed in order of date created. The order_by query parameter is accepted at this endpoint. Currently, only ordering by views is supported. It is possible to filter the plots by quality with min_quality or max_quality as query parameter.

Example:

// GET https://api.plotly.com/v2/plots/ ---> 200

// GET https://api.plotly.com/v2/plots/?order_by=-views ---> 200

// GET https://api.plotly.com/v2/plots/?min_quality=5 ---> 200

// GET https://api.plotly.com/v2/plots/?max_quality=5 ---> 200

feed

Listing all handpicked feed plots can be done via a GET request to this endpoint. By default, plots will be listed in a random order.

Example:

// GET https://api.plotly.com/v2/plots/feed ---> 200

create

You can create new plot resources here. The only required field is 'figure'. Currently, the figure is restricted to only contain references to grid data. That is, this will fail if raw data arrays are passed in. To create and manipulate underlying grids for plots, see the grids endpoint.

Example:

// This fails because a figure field is required.
// POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{}

// This fails because the figure has raw data
//POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{
    "figure": {"data": [{"y": ['this', 'is', 'raw', 'data']}]}
}

// This succeeds because the figure has src keys, not raw data.
//POST https://api.plotly.com/v2/plots ---> 200 OK
{
    "figure": {"data": [{"ysrc": "sven:88:u8nd62"}]}
}

When creating a grid, you can optionally specify a source_fid to specify where a plot has come from:

  • source_fid: the fid of a plot that was copied (and presumably edited) to produce this one

detail

There is a lot of meta information stored about plot files including filename, title, share_url, and content_url to name a few.

This information can only be reached with a GET to this endpoint.

Example:

// GET https://api.plotly.com/v2/plots/iheartgraphs:90

content

The contents of a plot can be downloaded via the content resource. The plot content contains referenced grid/column data by default. If you wish to return the raw grid/column data, the inline_data=true query must be included in the request url. The Content-Type header will be appropriately set for the response body.

Alternatively, you can set ?map_data=unreadable to append a mapping of sources to data that belongs to grids which are unreadable for the requestor. This is useful when you have read access to another users plot, but that plot contains grid references which you don't have access to.

Examples:

// Returns referenced grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content ---> 200 OK

// Returns full grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?inline_data=true ---> 200 OK

// Returns full grid/column data when requestor doesn't have permission
// to read the referenced grid.
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?map_data=unreadable ---> 200 OK

GET /v2/plots?cursor=cj0xJnA9MjAxOS0wNC0yMiswNCUzQTE5JTNBMzMuOTAzNjE1JTJCMDAlM0EwMA%3D%3D&format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA0LTIyKzA0JTNBMjElM0EyNy43MTA5OTElMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNC0yMiswNCUzQTI1JTNBMzkuNDMyNzE3JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-04-22T04:25:39.432717Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~pallavi_s/12.embed",
            "fid": "pallavi_s:12",
            "filename": "plot from API (3)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/pallavi_s:12/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/pallavi_s/12/2_WEGDTIMNIRVDONNLIS1ECQJ3CL8SKC.png",
                "block-thumb": "https://api.plotly.com/v2/files/pallavi_s:12/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/pallavi_s:12/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/pallavi_s:12",
                "plots": "https://api.plotly.com/v2/plots/pallavi_s:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=pallavi_s"
            },
            "owner": "pallavi_s",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~pallavi_s/12/",
            "world_readable": true,
            "date_modified": "2019-04-22T04:25:40.008Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~pallavi_s/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "add7bc12-64b6-11e9-b136-d20049411001",
                        "type": "mesh3d",
                        "xsrc": "pallavi_s:13:20c47b",
                        "ysrc": "pallavi_s:13:d15e27",
                        "zsrc": "pallavi_s:13:45464f",
                        "color": "#FFB6C1",
                        "opacity": 1,
                        "alphahull": -1
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~pallavi_s",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/75.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-08-03 07:09:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "pallavi_s",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-04-22T04:25:38.978675Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~timothynguye/5.embed",
            "fid": "timothynguye:5",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/timothynguye:5/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/timothynguye:5/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/timothynguye:5/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/timothynguye:5/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/timothynguye:5",
                "plots": "https://api.plotly.com/v2/plots/timothynguye:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=timothynguye"
            },
            "owner": "timothynguye",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Average land temperature in world",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~timothynguye/5/average-land-temperature-in-world/",
            "world_readable": true,
            "date_modified": "2019-04-22T04:25:39.423Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~timothynguye/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "584d55da-e542-4cc3-b5c1-45bc95308579",
                        "line": {
                            "color": "rgb(0, 255, 255)"
                        },
                        "mode": "lines",
                        "name": "Uncertainty top",
                        "type": "scatter",
                        "xsrc": "timothynguye:6:fb0c50",
                        "ysrc": "timothynguye:6:a4624e"
                    },
                    {
                        "uid": "0eb7d41a-ec4f-4eeb-a0ba-66355bd67a28",
                        "fill": "tonexty",
                        "line": {
                            "color": "rgb(0, 255, 255)"
                        },
                        "mode": "lines",
                        "name": "Uncertainty bot",
                        "type": "scatter",
                        "xsrc": "timothynguye:6:fb0c50",
                        "ysrc": "timothynguye:6:0cfaa5"
                    },
                    {
                        "uid": "ba890727-bd07-4751-bc76-765d4e5bffcc",
                        "line": {
                            "color": "rgb(199, 121, 093)"
                        },
                        "name": "Average Temperature",
                        "type": "scatter",
                        "xsrc": "timothynguye:6:fb0c50",
                        "ysrc": "timothynguye:6:6d5545"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Average land temperature in world"
                    },
                    "xaxis": {
                        "title": {
                            "text": "year"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Average Temperature, °C"
                        }
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~timothynguye",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/43.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-22 03:59:01",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "timothynguye",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-04-22T04:25:34.598609Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~oaklea/0.embed",
            "fid": "oaklea:0",
            "filename": "basic-scatter",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/oaklea:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/oaklea:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/oaklea:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/oaklea:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/oaklea:0",
                "plots": "https://api.plotly.com/v2/plots/oaklea:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=oaklea"
            },
            "owner": "oaklea",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Technology",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~oaklea/0/technology/",
            "world_readable": true,
            "date_modified": "2019-04-25T20:09:41.268Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~oaklea/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1e745997-ad70-4625-9e59-02cc30153697",
                        "mode": "markers",
                        "name": "Technology",
                        "type": "scatter",
                        "xsrc": "oaklea:2:204dd0",
                        "ysrc": "oaklea:2:d36842"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~oaklea",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-22 04:16:18",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "oaklea",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-04-22T04:24:51.094227Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~timothynguye/3.embed",
            "fid": "timothynguye:3",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/timothynguye:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/timothynguye:3/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/timothynguye:3/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/timothynguye:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/timothynguye:3",
                "plots": "https://api.plotly.com/v2/plots/timothynguye:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=timothynguye"
            },
            "owner": "timothynguye",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Average land temperature in world",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~timothynguye/3/average-land-temperature-in-world/",
            "world_readable": true,
            "date_modified": "2019-04-22T04:24:51.615Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~timothynguye/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "34a0a2f6-89ff-459d-93cf-b797aea67ffc",
                        "line": {
                            "color": "rgb(0, 255, 255)"
                        },
                        "mode": "lines",
                        "name": "Uncertainty top",
                        "type": "scatter",
                        "xsrc": "timothynguye:4:adefa9",
                        "ysrc": "timothynguye:4:184c75"
                    },
                    {
                        "uid": "628756ec-93d8-46f8-908b-86c2b50f7017",
                        "fill": "tonexty",
                        "line": {
                            "color": "rgb(0, 255, 255)"
                        },
                        "mode": "lines",
                        "name": "Uncertainty bot",
                        "type": "scatter",
                        "xsrc": "timothynguye:4:adefa9",
                        "ysrc": "timothynguye:4:46d6e8"
                    },
                    {
                        "uid": "bd3af96d-14dc-40d3-a442-ac177a46fcee",
                        "line": {
                            "color": "rgb(199, 121, 093)"
                        },
                        "name": "Average Temperature",
                        "type": "scatter",
                        "xsrc": "timothynguye:4:adefa9",
                        "ysrc": "timothynguye:4:159af1"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Average land temperature in world"
                    },
                    "xaxis": {
                        "title": {
                            "text": "year"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Average Temperature, °C"
                        }
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~timothynguye",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/43.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-22 03:59:01",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "timothynguye",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-04-22T04:24:09.543444Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~pallavi_s/10.embed",
            "fid": "pallavi_s:10",
            "filename": "plot from API (2)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/pallavi_s:10/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/pallavi_s:10/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/pallavi_s:10/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/pallavi_s:10/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/pallavi_s:10",
                "plots": "https://api.plotly.com/v2/plots/pallavi_s:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=pallavi_s"
            },
            "owner": "pallavi_s",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~pallavi_s/10/",
            "world_readable": true,
            "date_modified": "2019-04-22T04:24:10.153Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~pallavi_s/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "7889f502-64b6-11e9-8594-d20049411001",
                        "type": "mesh3d",
                        "xsrc": "pallavi_s:11:c97268",
                        "ysrc": "pallavi_s:11:44b7ab",
                        "zsrc": "pallavi_s:11:9d6cd9",
                        "color": "#FFB6C1",
                        "opacity": 1,
                        "alphahull": 5
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~pallavi_s",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/75.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-08-03 07:09:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "pallavi_s",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-04-22T04:23:42.005523Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~paulinap2/16.embed",
            "fid": "paulinap2:16",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/paulinap2:16/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/paulinap2:16/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/paulinap2/16/8_MD3YVKSODJO4NBFDNAYYMH2JOFUZ36.png",
                "list-thumb": "https://api.plotly.com/v2/files/paulinap2:16/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/paulinap2:16",
                "plots": "https://api.plotly.com/v2/plots/paulinap2:16",
                "parent": "https://api.plotly.com/v2/folders/home?user=paulinap2"
            },
            "owner": "paulinap2",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~paulinap2/16/",
            "world_readable": true,
            "date_modified": "2019-04-22T04:23:42.479Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~paulinap2/16/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "16dda6f1-8c37-4446-ab62-2508702f3308",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "paulinap2:17:187cb1",
                        "ysrc": "paulinap2:17:f8f091",
                        "zsrc": "paulinap2:17:4a77cd",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    }
                ],
                "layout": {
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~paulinap2",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-22 03:20:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "paulinap2",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-04-22T04:23:37.542428Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~pallavi_s/8.embed",
            "fid": "pallavi_s:8",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/pallavi_s:8/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/pallavi_s/8/2_O0MG6XQI9EDZ8ZZD00G61IUFR14NKK.png",
                "block-thumb": "https://api.plotly.com/v2/files/pallavi_s:8/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/pallavi_s:8/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/pallavi_s:8",
                "plots": "https://api.plotly.com/v2/plots/pallavi_s:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=pallavi_s"
            },
            "owner": "pallavi_s",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~pallavi_s/8/",
            "world_readable": true,
            "date_modified": "2019-04-22T04:23:38.108Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~pallavi_s/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "650cf062-64b6-11e9-9121-d20049411001",
                        "type": "mesh3d",
                        "xsrc": "pallavi_s:9:47017d",
                        "ysrc": "pallavi_s:9:a54c2c",
                        "zsrc": "pallavi_s:9:01a032",
                        "color": "#FFB6C1",
                        "opacity": 1
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~pallavi_s",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/75.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-08-03 07:09:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "pallavi_s",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-04-22T04:23:09.012774Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~pallavi_s/6.embed",
            "fid": "pallavi_s:6",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/pallavi_s:6/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/pallavi_s/6/2_OQYXT9WZDMR2ZTFMUVSJJ78IULL4BY.png",
                "block-thumb": "https://api.plotly.com/v2/files/pallavi_s:6/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/pallavi_s:6/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/pallavi_s:6",
                "plots": "https://api.plotly.com/v2/plots/pallavi_s:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=pallavi_s"
            },
            "owner": "pallavi_s",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~pallavi_s/6/",
            "world_readable": true,
            "date_modified": "2019-04-22T04:23:09.645Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~pallavi_s/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "52ea4a54-64b6-11e9-8359-d20049411001",
                        "type": "mesh3d",
                        "xsrc": "pallavi_s:7:0df936",
                        "ysrc": "pallavi_s:7:157e0f",
                        "zsrc": "pallavi_s:7:d17bea",
                        "color": "#FFB6C1",
                        "opacity": 0.5
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~pallavi_s",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/75.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-08-03 07:09:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "pallavi_s",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-04-22T04:21:27.889850Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~madhushan75f/125.embed",
            "fid": "madhushan75f:125",
            "filename": "plot from API (8)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/madhushan75f:125/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/madhushan75f/125/2_RLEYIR3PEMVPUVPHKMDTMWY42BA6DF.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/madhushan75f/125/8_1JAZQV6BQFRSB1JM1P8DIT48HY815Y.png",
                "list-thumb": "https://api.plotly.com/v2/files/madhushan75f:125/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/madhushan75f:125",
                "plots": "https://api.plotly.com/v2/plots/madhushan75f:125",
                "parent": "https://api.plotly.com/v2/folders/home?user=madhushan75f"
            },
            "owner": "madhushan75f",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "ROC Curve",
            "views": 33,
            "web_url": "https://chart-studio.plotly.com/~madhushan75f/125/roc-curve/",
            "world_readable": true,
            "date_modified": "2019-04-22T04:21:28.431Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~madhushan75f/125/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "18d2bfae-64b6-11e9-ac82-00155dcc03a0",
                        "mode": "lines",
                        "name": "AUC = 0.99",
                        "type": "scatter",
                        "xsrc": "madhushan75f:126:b21511",
                        "ysrc": "madhushan75f:126:391273"
                    },
                    {
                        "uid": "18d2c378-64b6-11e9-ac82-00155dcc03a0",
                        "line": {
                            "dash": "dash",
                            "color": "rgba(255, 0, 0, 0.5)",
                            "width": 4
                        },
                        "name": "Reference",
                        "type": "scatter",
                        "xsrc": "madhushan75f:126:4ab19e",
                        "ysrc": "madhushan75f:126:af13bc"
                    }
                ],
                "layout": {
                    "title": "ROC Curve",
                    "xaxis": {
                        "title": "False Positive Rate"
                    },
                    "yaxis": {
                        "title": "True Positive Rate"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~madhushan75f",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/77.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-02-12 19:53:17",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "madhushan75f",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-04-22T04:21:27.710991Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Python-Demo-Account/18112.embed",
            "fid": "Python-Demo-Account:18112",
            "filename": "csvData.csv-histogram",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Python-Demo-Account/18112/9_HZRKYYI2H66CTMCW7UBLKWOYSOONRG.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Python-Demo-Account/18112/2_12CQNYMN8L0NU85313KXUSAAZDQ9ZS.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Python-Demo-Account/18112/8_SM3ZPTWGIMJR14DDRMOI26ZEH9CTJN.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Python-Demo-Account/18112/9_HZRKYYI2H66CTMCW7UBLKWOYSOONRG.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Python-Demo-Account:18112",
                "plots": "https://api.plotly.com/v2/plots/Python-Demo-Account:18112",
                "parent": "https://api.plotly.com/v2/folders/home?user=Python-Demo-Account"
            },
            "owner": "Python-Demo-Account",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Distribution of the CH Signal",
            "views": 16,
            "web_url": "https://chart-studio.plotly.com/~Python-Demo-Account/18112/distribution-of-the-ch-signal/",
            "world_readable": true,
            "date_modified": "2019-04-22T18:15:11.021Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Python-Demo-Account/18112/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "x": [],
                        "uid": "5b1c6d23-5341-4c32-a0ad-eb320fc2adf9",
                        "name": "1",
                        "type": "histogram",
                        "xaxis": "x",
                        "marker": {
                            "color": "#0D76BF"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "cd693d76-03d2-48b0-94b3-b0286b81cc3c",
                        "name": "0",
                        "type": "histogram",
                        "xaxis": "x",
                        "marker": {
                            "color": "#00cc96"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "1e0dab0d-f0f8-4b4a-8da9-4be46b9c25c0",
                        "name": "1",
                        "type": "histogram",
                        "xaxis": "x2",
                        "marker": {
                            "color": "#0D76BF"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "6e558558-11b2-4c51-82bf-5ba0c51cfdb5",
                        "name": "0",
                        "type": "histogram",
                        "xaxis": "x2",
                        "marker": {
                            "color": "#00cc96"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "4cec3cc8-525d-4a92-a207-8cb7ffeb4d0c",
                        "name": "1",
                        "type": "histogram",
                        "xaxis": "x3",
                        "marker": {
                            "color": "#0D76BF"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "d4254611-cbe6-4d0d-980b-f5d61843c1e8",
                        "name": "0",
                        "type": "histogram",
                        "xaxis": "x3",
                        "marker": {
                            "color": "#00cc96"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "2cd9c3fc-b5dd-4a94-a435-fd469a49bef8",
                        "name": "1",
                        "type": "histogram",
                        "xaxis": "x4",
                        "marker": {
                            "color": "#0D76BF"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "342e9ad9-9e12-4f4a-96c8-b49f137aba37",
                        "name": "0",
                        "type": "histogram",
                        "xaxis": "x4",
                        "marker": {
                            "color": "#00cc96"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "a8e453a4-79a8-4523-af29-e3dbae61622f",
                        "name": "1",
                        "type": "histogram",
                        "xaxis": "x5",
                        "marker": {
                            "color": "#0D76BF"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "aac698f1-edc6-4f1a-9af1-0ec24a5aae7f",
                        "name": "0",
                        "type": "histogram",
                        "xaxis": "x5",
                        "marker": {
                            "color": "#00cc96"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "ca9f3133-017f-4f7f-adca-b94a8271e266",
                        "name": "1",
                        "type": "histogram",
                        "xaxis": "x6",
                        "marker": {
                            "color": "#0D76BF"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "886c79fa-6af7-4b1a-95a3-5c93d2ebe79e",
                        "name": "0",
                        "type": "histogram",
                        "xaxis": "x6",
                        "marker": {
                            "color": "#00cc96"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "749ef964-cb51-449b-813e-b0326db064f3",
                        "name": "1",
                        "type": "histogram",
                        "xaxis": "x7",
                        "marker": {
                            "color": "#0D76BF"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "370bb31b-e30a-4258-831e-7c53794e2a61",
                        "name": "0",
                        "type": "histogram",
                        "xaxis": "x7",
                        "marker": {
                            "color": "#00cc96"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "d4000df4-d78a-4a04-8fca-9fca4f16a50d",
                        "name": "1",
                        "type": "histogram",
                        "xaxis": "x8",
                        "marker": {
                            "color": "#0D76BF"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "d8bbca28-7730-4402-8076-e744c70d71bc",
                        "name": "0",
                        "type": "histogram",
                        "xaxis": "x8",
                        "marker": {
                            "color": "#00cc96"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "2e47cce6-0433-4a7f-83ef-1639a2a0971e",
                        "name": "1",
                        "type": "histogram",
                        "xaxis": "x9",
                        "marker": {
                            "color": "#0D76BF"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "532aabb6-0d8e-4371-8ff9-e66947fbb01d",
                        "name": "0",
                        "type": "histogram",
                        "xaxis": "x9",
                        "marker": {
                            "color": "#00cc96"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "b759ebc3-d572-4892-8987-d9ff2d6b40f6",
                        "name": "1",
                        "type": "histogram",
                        "xaxis": "x10",
                        "marker": {
                            "color": "#0D76BF"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "7cae7a06-0e7b-4417-acd6-a8381b8c6786",
                        "name": "0",
                        "type": "histogram",
                        "xaxis": "x10",
                        "marker": {
                            "color": "#00cc96"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "3e8bc39a-11ef-4e50-b5e5-9a67c25234f6",
                        "name": "1",
                        "type": "histogram",
                        "xaxis": "x11",
                        "marker": {
                            "color": "#0D76BF"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "5a849957-8bff-4ed5-9349-d11cf918a6de",
                        "name": "0",
                        "type": "histogram",
                        "xaxis": "x11",
                        "marker": {
                            "color": "#00cc96"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "80cb91b8-e870-4d9f-a14f-e1d0fabe5978",
                        "name": "1",
                        "type": "histogram",
                        "xaxis": "x12",
                        "marker": {
                            "color": "#0D76BF"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "f607f33c-e134-4f04-ae5a-6a0ff8275616",
                        "name": "0",
                        "type": "histogram",
                        "xaxis": "x12",
                        "marker": {
                            "color": "#00cc96"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "61cdb0fd-dc18-4404-8ec0-5fc48e92600c",
                        "name": "1",
                        "type": "histogram",
                        "xaxis": "x13",
                        "marker": {
                            "color": "#0D76BF"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "de0af5c6-4df7-4f8c-b081-c62fe3872a05",
                        "name": "0",
                        "type": "histogram",
                        "xaxis": "x13",
                        "marker": {
                            "color": "#00cc96"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "48376b0c-740d-4eee-b971-03de629c51e8",
                        "name": "1",
                        "type": "histogram",
                        "xaxis": "x14",
                        "marker": {
                            "color": "#0D76BF"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "7a6a1027-3d6b-43ef-9875-76e2cbba031a",
                        "name": "0",
                        "type": "histogram",
                        "xaxis": "x14",
                        "marker": {
                            "color": "#00cc96"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "d8ca5416-ac61-45b3-8a0e-ed91e5e4a87a",
                        "name": "1",
                        "type": "histogram",
                        "xaxis": "x15",
                        "marker": {
                            "color": "#0D76BF"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "962fa3cc-9213-4133-8f58-f073b94290c9",
                        "name": "0",
                        "type": "histogram",
                        "xaxis": "x15",
                        "marker": {
                            "color": "#00cc96"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "d7069845-2961-4b57-a3da-fa4d031a2710",
                        "name": "1",
                        "type": "histogram",
                        "xaxis": "x16",
                        "marker": {
                            "color": "#0D76BF"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    },
                    {
                        "x": [],
                        "uid": "11b3f40a-537f-4a95-97ad-ffaa74392e50",
                        "name": "0",
                        "type": "histogram",
                        "xaxis": "x16",
                        "marker": {
                            "color": "#00cc96"
                        },
                        "opacity": 0.75,
                        "showlegend": false
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Distribution of the CH Signal"
                    },
                    "xaxis": {
                        "title": {
                            "text": "CH1"
                        },
                        "domain": [
                            0,
                            0.05
                        ]
                    },
                    "yaxis": {
                        "title": {
                            "text": "Point Count"
                        }
                    },
                    "xaxis2": {
                        "title": {
                            "text": "CH2"
                        },
                        "domain": [
                            0.06,
                            0.11
                        ]
                    },
                    "xaxis3": {
                        "title": {
                            "text": "CH3"
                        },
                        "domain": [
                            0.12,
                            0.17
                        ]
                    },
                    "xaxis4": {
                        "title": {
                            "text": "CH4"
                        },
                        "domain": [
                            0.18,
                            0.23
                        ]
                    },
                    "xaxis5": {
                        "title": {
                            "text": "CH5"
                        },
                        "domain": [
                            0.24,
                            0.29
                        ]
                    },
                    "xaxis6": {
                        "title": {
                            "text": "CH6"
                        },
                        "domain": [
                            0.3,
                            0.35
                        ]
                    },
                    "xaxis7": {
                        "title": {
                            "text": "CH7"
                        },
                        "domain": [
                            0.36,
                            0.41
                        ]
                    },
                    "xaxis8": {
                        "title": {
                            "text": "CH8"
                        },
                        "domain": [
                            0.42,
                            0.47
                        ]
                    },
                    "xaxis9": {
                        "title": {
                            "text": "CH9"
                        },
                        "domain": [
                            0.48,
                            0.53
                        ]
                    },
                    "barmode": "overlay",
                    "xaxis10": {
                        "title": {
                            "text": "CH10"
                        },
                        "domain": [
                            0.54,
                            0.59
                        ]
                    },
                    "xaxis11": {
                        "title": {
                            "text": "CH11"
                        },
                        "domain": [
                            0.6,
                            0.65
                        ]
                    },
                    "xaxis12": {
                        "title": {
                            "text": "CH12"
                        },
                        "domain": [
                            0.66,
                            0.71
                        ]
                    },
                    "xaxis13": {
                        "title": {
                            "text": "CH13"
                        },
                        "domain": [
                            0.72,
                            0.77
                        ]
                    },
                    "xaxis14": {
                        "title": {
                            "text": "CH14"
                        },
                        "domain": [
                            0.78,
                            0.83
                        ]
                    },
                    "xaxis15": {
                        "title": {
                            "text": "CH15"
                        },
                        "domain": [
                            0.84,
                            0.89
                        ]
                    },
                    "xaxis16": {
                        "title": {
                            "text": "CH16"
                        },
                        "domain": [
                            0.93,
                            1
                        ]
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Python-Demo-Account",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2014-06-19 14:17:58",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Python-Demo-Account",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}