Query parameters
-
The page number in a paginated set of results
-
The limit of results to be returned per page
-
The search query to be performed
-
The unique identifier of the user performing the search
-
Filters on entities related to this group
-
The types of entities to include in the search
Values are
Channel
,Collection
,CollectionLink
,CollectionPage
,Course
,Forum
,Live
,SpotMember
,Topic
, orTopicAnswer
.
Responses
-
Search results
Hide response attributes Show response attributes object
-
The items found
Any of: SearchableTopicApiResponseobject SearchableForumApiResponseobject SearchableTopicAnswerApiResponseobject SearchableSpotMemberApiResponseobject SearchableCollectionLinkApiResponseobject SearchableCollectionPageApiResponseobject SearchableCollectionApiResponseobject SearchableLiveApiResponseobject SearchableChannelApiResponseobject SearchableCourseApiResponseobject Hide attributes Show attributes
-
Entity unique identifier
-
Entity type
Values are
Channel
,Collection
,CollectionLink
,CollectionPage
,Course
,Forum
,Live
,SpotMember
,Topic
, orTopicAnswer
. -
The title of the topic
-
The content of the topic
-
The name of the forum
-
The privacy of the forum
Values are
Private
orSecret
. -
The picture url of the author
-
The name of the author
-
The spot id of the topic
-
The forum id
-
The topic id
Hide attributes Show attributes
-
Entity unique identifier
-
Entity type
Values are
Channel
,Collection
,CollectionLink
,CollectionPage
,Course
,Forum
,Live
,SpotMember
,Topic
, orTopicAnswer
. -
The name of the forum
-
The description of the forum
-
The privacy of the forum
Values are
Private
orSecret
. -
The spot id of the forum
-
The ids of the groups assigned to the forum
-
The forum id
Hide attributes Show attributes
-
Entity unique identifier
-
Entity type
Values are
Channel
,Collection
,CollectionLink
,CollectionPage
,Course
,Forum
,Live
,SpotMember
,Topic
, orTopicAnswer
. -
The title of the topic
-
The content of the topic answer
-
The name of the forum
-
The privacy of the forum
Values are
Private
orSecret
. -
The picture url of the author answer
-
The name of the author answer
-
The spot id of the topic answer
-
The forum id of the topic answer
-
The topic id of the topic answer
Hide attributes Show attributes
-
Entity unique identifier
-
Entity type
Values are
Channel
,Collection
,CollectionLink
,CollectionPage
,Course
,Forum
,Live
,SpotMember
,Topic
, orTopicAnswer
. -
The first name of the member
-
The last name of the member
-
The email of the member
-
The headline of the member
-
The picture url of the member
-
The status of the member
-
The role of the member
-
The tags of the member
-
The spot id of the member
-
The member id
Hide attributes Show attributes
-
Entity unique identifier
-
Entity type
Values are
Channel
,Collection
,CollectionLink
,CollectionPage
,Course
,Forum
,Live
,SpotMember
,Topic
, orTopicAnswer
. -
The title of the collection document link
-
The description of the collection documentlink
-
The tags of the collection document link
-
The name of the collection
-
The privacy of the collection
Values are
Private
orPublic
. -
is the document is in draft mode
-
The spot id of the collection
-
The collection id
-
The id of the document link
Hide attributes Show attributes
-
Entity unique identifier
-
Entity type
Values are
Channel
,Collection
,CollectionLink
,CollectionPage
,Course
,Forum
,Live
,SpotMember
,Topic
, orTopicAnswer
. -
The title of the collection page
-
The content of the collection page
-
The tags of the collection page
-
The name of the collection
-
The privacy of the collection
Values are
Private
orPublic
. -
is the document is in draft mode
-
The spot id of the collection
-
The collection id
-
The id of the page
Hide attributes Show attributes
-
Entity unique identifier
-
Entity type
Values are
Channel
,Collection
,CollectionLink
,CollectionPage
,Course
,Forum
,Live
,SpotMember
,Topic
, orTopicAnswer
. -
The name of the collection
-
The description of the collection
-
The privacy of the collection
Values are
Private
orPublic
. -
The spot id of the collection
-
The ids of the groups assigned to the collection
-
The collection id
Hide attributes Show attributes
-
Entity unique identifier
-
Entity type
Values are
Channel
,Collection
,CollectionLink
,CollectionPage
,Course
,Forum
,Live
,SpotMember
,Topic
, orTopicAnswer
. -
The title of the live
-
The description of the live
-
The start date of the live
-
The tags of the live
-
The visibility privacy of the live
Values are
AnyOne
,OnlySpotMembers
, orInvitedMembersOnly
. -
The spot id of the live
-
The ids of the groups assigned to the live
-
The live id
Hide attributes Show attributes
-
Entity unique identifier
-
Entity type
Values are
Channel
,Collection
,CollectionLink
,CollectionPage
,Course
,Forum
,Live
,SpotMember
,Topic
, orTopicAnswer
. -
The name of the channel
-
The description of the channel
-
The privacy of the channel
Values are
Private
orPublic
. -
The spot id of the channel
-
The ids of the groups assigned to the channel
-
The channel id
Hide attributes Show attributes
-
Entity unique identifier
-
Entity type
Values are
Channel
,Collection
,CollectionLink
,CollectionPage
,Course
,Forum
,Live
,SpotMember
,Topic
, orTopicAnswer
. -
The name of the course
-
The description of the course
-
The privacy of the course
Values are
Secret
orPublic
. -
To know if the course is in draft
-
The spot id of the course
-
The ids of the groups assigned to the course
-
The course id
-
-
The total number of items found
-
-
Malformed payload
curl \
--request GET 'https://openapi.meltingspot.io/v1/search?query=string'
{
"items": [
{
"id": "string",
"type": "Channel",
"topicTitle": "string",
"topicContent": "string",
"forumName": "string",
"forumPrivacy": "Private",
"topicAuthorPictureUrl": "string",
"topicAuthorName": "string",
"spotId": "string",
"forumId": "string",
"topicId": "string"
}
],
"total": 42
}