Shortcut Service
Get Shortcut
GetShortcut gets a shortcut by name.
Path Parameters
user*string
The user id.
shortcut*string
The shortcut id.
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/users/string/shortcuts/string"{
"name": "string",
"title": "string",
"filter": "string"
}{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}