Get single saved search chart by ID

Prev Next
Get
/saved-searches/charts/{chart_id}

Get a single SavedSearchChart.

Security
OAuth

Laravel passport oauth2 security.

FlowAuthorization Code
Authorization URLhttp://processmaker.test/oauth/authorize
Token URLhttp://processmaker.test/oauth/token
Refresh URLhttp://processmaker.test/token/refresh
HTTP
Type bearer
Path parameters
chart_id
stringRequired

ID of chart to return

Responses
200

Successfully found the saved search chart

Expand All
object
id
string (id)
saved_search_id
string (id)
user_id
string (id)
created_at
string (date-time)
updated_at
string (date-time)
deleted_at
string (date-time)
title
string

Represents an Eloquent model of a Saved Search Chart.

type
string
Valid values[ "bar", "bar-vertical", "line", "pie", "doughnut" ]
config
object
sort
integer