🗃️Endpoints - Recherche

Search for resources in the spot

Query parameters
pageinteger | nullableoptional

The page number in a paginated set of results

limitinteger | nullableoptional

The limit of results to be returned per page

querystringrequired

The search query to be performed

userIdstringoptional

The unique identifier of the user performing the search

searchableTypes[in]string · enum[]optional

The types of entities to include in the search

Responses
curl -L \
  --url 'https://openapi.meltingspot.io/v1/search?query=text'
{
  "items": [
    {
      "id": "text",
      "type": "Channel",
      "topicTitle": "text",
      "topicContent": "text",
      "forumName": "text",
      "forumPrivacy": "Private",
      "topicAuthorPictureUrl": "text",
      "topicAuthorName": "text",
      "spotId": "text",
      "forumId": "text",
      "topicId": "text"
    }
  ],
  "total": 1
}

Dernière mise à jour

Cet article vous a-t-il été utile ?