Query parameters
-
The page number in a paginated set of results
-
The limit of results to be returned per page
-
Search Lives with a specific title
-
Search Lives that contains this in the title
-
Search Lives with a specific status
Values are
Ended
,Planned
, orLive
. -
Return elements with date before than this
-
Return elements with date before than or equal to this
-
Return elements with date after than this
-
Return elements with date after than or equal to this
-
Return elements with date equal to this
-
Search Lives with theses types of solution
Values are
Youtube
,Vimeo
,BuiltIn
, orNoSolution
. -
Search Lives with a specific solution
Values are
Youtube
,Vimeo
,BuiltIn
, orNoSolution
. -
Search Lives with or without replay
-
Search Lives with theses types of BuiltInType
Values are
Workshop
orConference
. -
Search Lives with a specific BuiltInType
Values are
Workshop
orConference
. -
Return elements with value lower than this
-
Return elements with value lower than or equal to this
-
Return elements with value greater than this
-
Return elements with value greater than or equal to this
-
Return elements with value equal to this
-
Return elements with value lower than this
-
Return elements with value lower than or equal to this
-
Return elements with value greater than this
-
Return elements with value greater than or equal to this
-
Return elements with value equal to this
-
Return elements with value lower than this
-
Return elements with value lower than or equal to this
-
Return elements with value greater than this
-
Return elements with value greater than or equal to this
-
Return elements with value equal to this
-
Return elements with value lower than this
-
Return elements with value lower than or equal to this
-
Return elements with value greater than this
-
Return elements with value greater than or equal to this
-
Return elements with value equal to this
-
Return elements with value lower than this
-
Return elements with value lower than or equal to this
-
Return elements with value greater than this
-
Return elements with value greater than or equal to this
-
Return elements with value equal to this
-
Return elements with value lower than this
-
Return elements with value lower than or equal to this
-
Return elements with value greater than this
-
Return elements with value greater than or equal to this
-
Return elements with value equal to this
curl \
--request GET 'https://openapi.meltingspot.io/v1/lives'
{
"items": [
{
"id": "string",
"title": "string",
"startDate": "2025-05-04T09:42:00Z",
"endDate": "2025-05-04T09:42:00Z",
"metrics": {
"averageViewTime": 42,
"noShow": 42,
"totalReplayView": 42,
"registrant": 42,
"attendee": 42,
"attendanceRate": 42,
"invited": 42
},
"description": [
{
"type": "p",
"children": [
{
"text": "My new live"
}
]
}
],
"status": "Ended",
"computedStatus": "Ended",
"solution": "Youtube",
"privacy": {
"visibility": "AnyOne",
"participation": "AnySpotMembers"
},
"config": {
"chatVisibility": "Display",
"participantsVisibility": "Ended"
},
"builtInType": "Workshop",
"videoUrl": {},
"createdAt": "2025-05-04T09:42:00Z",
"spotId": "string",
"builtInConfig": {
"isRecorded": true,
"recordAvailable": true,
"enableBreakoutRooms": true,
"enableRaiseHand": true,
"enablePictureInPicture": true,
"videos": {
"url": "string",
"quality": "string",
"encoding": "hls",
"createdAt": "2025-05-04T09:42:00Z"
},
"replayVideo": {}
}
}
],
"total": 42
}