API Reference

Search dashboard entries

Search Dashboards

This route allows you to search and order your dashboard entries for any given dashboard

You can provide your own sort array: for example:

['status:desc', 'lastActivity:asc'] sort by status then by last activity

Log in to see full request history
Path Params
string
required

The UUID of the dashboard who's entries you want to search

Body Params

The information required to search and order dashboard entries for a given dashboard.

number

The reference of the dashboard you want to search for

number
≥ 0

The number of entries that you want to skip

number
≤ 100

The limit of dashboard entries that you want back

status
array of strings
length ≤ 10

An array of tags that the dashboard entries should match

status
assignedAgents
array of strings
length ≤ 10

An array of agents that the dashboard entries should match

assignedAgents
sort
array of strings

any key in the response with asc or desc (status:desc)

sort
dashboardUUIDs
array of strings
length ≤ 10

The Dashboard UUID's to filter results to (FCCID and AGENT search only)

dashboardUUIDs
date
object

Date filter object

Responses

500

Internal Server Error

Language
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json