Skip to main content
GET
/
user
/
event-icons
/
list
Get Event Icons
curl --request GET \
  --url https://api.decodahealth.com/user/event-icons/list \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "data": [
    {
      "id": "<string>",
      "iconType": "BOOKING_FEE_PAID",
      "emoji": "<string>",
      "color": "<string>",
      "isActive": true,
      "createdDate": "2023-11-07T05:31:56Z",
      "updatedDate": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Query Parameters

page
integer | null
per_page
integer | null
sort_by
string | null
sort_direction
enum<string> | null
Available options:
asc,
desc
location_id
string | null
icon_type
enum<string> | null

Filter by icon type

Available options:
BOOKING_FEE_PAID,
NEW_PATIENT,
SCHEDULED_BY_AI,
FORM_COMPLETED,
CHECKED_IN
is_active
boolean | null

Filter by active status

Response

Successful Response

data
EventIconSummary · object[]
required
total
integer
required