🗃️Endpoints - Recherche

Search for resources in the spot

Paramètres de requête
pageinteger | nullableOptionnel

The page number in a paginated set of results

limitinteger | nullableOptionnel

The limit of results to be returned per page

querystringRequis

The search query to be performed

userIdstringOptionnel

The unique identifier of the user performing the search

Réponses
200
Search results
application/json
get
GET /v1/search HTTP/1.1
Host: openapi.meltingspot.io
Accept: */*
{
  "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 ?