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