Shortcut Service
List Shortcuts
ListShortcuts returns a list of shortcuts for a user.
curl -X GET "https://example.com/api/v1/users/string/shortcuts"{
"shortcuts": [
{
"name": "string",
"title": "string",
"filter": "string"
}
]
}{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}