# Here is a curl example
curl \
X GET -H "Authorization:{token}" http://localhost:8888/api/Objects/Shortcuts
To get the shortcuts, you need to make a GET call to the following url :
http://localhost:8888/api/Objects/Shortcuts
Result example :
[
{
"record_guid": "string",
"display_name": "string",
"object_id": 0,
"checked_status": 0,
"shortcut_id": 0,
"parent_id": 0,
"is_folder": true,
"shortcutsobject": [
{
"record_guid": "string",
"display_name": "string",
"object_id": 0,
"checked_status": 0,
"shortcut_id": 0,
"parent_id": 0,
"shortcutsobject": [
{}
]
}
]
}
]
| Field | Parameter Type | Type | Description |
|---|---|---|---|
| Authorization | header | string | Add Authorization header token |