Skip to content

List person favorites

GET
/api/favorites
curl --request GET \
--url https://api.eventpoint.io/api/favorites \
--header 'x-api-key: <x-api-key>'
personId
string format: uuid
topLevelEventId
string format: uuid

OK

object
personId
string format: uuid
topLevelEventId
string format: uuid
eventIds
Array<string> | null
facilitatorIds
Array<string> | null
companyIds
Array<string> | null
registrantIds
Array<string> | null

Bad Request

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string

Not Found

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string