GET
/
reminders
/
{id}
curl --request GET \
  --url https://api.breakcold.com/rest/reminders/{id} \
  --header 'X-API-KEY: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "date": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "cron": "<string>",
  "cron_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "is_deleted": true,
  "is_done": true,
  "ressource_link": "<string>",
  "id_lead": "<string>",
  "id_space": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Response

200
application/json
Successful response
id
string
required
date
string | null
required
name
string | null
required
cron
string | null
required
cron_id
string | null
required
created_at
string
required
updated_at
string | null
required
is_deleted
boolean
required
is_done
boolean
required
id_lead
string | null
required
id_space
string | null
required