Get
/saved-searches/charts/{chart_id}
Get a single SavedSearchChart.
Security
OAuth
Laravel passport oauth2 security.
FlowAuthorization Code
Authorization URLhttps://develop-qa.processmaker.net/oauth/authorize
Token URLhttps://develop-qa.processmaker.net/oauth/token
Refresh URLhttps://develop-qa.processmaker.net/token/refresh
Path parameters
chart_id
stringRequired
ID of chart to return
Responses
200
Successfully found the saved search chart
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