Search Index 9 CZDc GFy ZNHH9v EMu FVa DH

The search index 9 czdc gfy znhh9v emu fva dh resource.

Basehttps://rest.carbon.ms/searchIndex_9CZDcGFyZNHH9vEMuFVaDH
GET/searchIndex_9CZDcGFyZNHH9vEMuFVaDH

List search index 9 czdc gfy znhh9v emu fva dhs

Retrieve a paginated list of search index 9 czdc gfy znhh9v emu fva dhs. Filter, order, and select columns with PostgREST query parameters.

Query parameters

selectstring

Comma-separated columns to return. Defaults to all.

orderstring

Column to sort by, e.g. `createdAt.desc`.

limitinteger

Maximum rows to return.

offsetinteger

Rows to skip, for pagination.

GEThttps://rest.carbon.ms/searchIndex_9CZDcGFyZNHH9vEMuFVaDH
curl --request GET \
  --url 'https://rest.carbon.ms/searchIndex_9CZDcGFyZNHH9vEMuFVaDH?select=*&limit=10' \
  --header 'Authorization: Bearer <api-key>'
Response
[
  {
    "id": 0,
    "entityType": "string",
    "entityId": "xyz789",
    "title": "string",
    "link": "string",
    "createdAt": "2026-01-01T00:00:00Z",
    "description": "string",
    "tags": []
  }
]
GET/searchIndex_9CZDcGFyZNHH9vEMuFVaDH

Retrieve a search index 9 czdc gfy znhh9v emu fva dh

Fetch a single search index 9 czdc gfy znhh9v emu fva dh by filtering on `id`.

Query parameters

idstring

Match on the search index 9 czdc gfy znhh9v emu fva dh's `id`, e.g. `eq.{id}`.

GEThttps://rest.carbon.ms/searchIndex_9CZDcGFyZNHH9vEMuFVaDH
curl --request GET \
  --url 'https://rest.carbon.ms/searchIndex_9CZDcGFyZNHH9vEMuFVaDH?id=eq.%7Bid%7D' \
  --header 'Authorization: Bearer <api-key>'
Response
{
  "id": 0,
  "entityType": "string",
  "entityId": "xyz789",
  "title": "string",
  "link": "string",
  "createdAt": "2026-01-01T00:00:00Z",
  "description": "string",
  "tags": []
}
POST/searchIndex_9CZDcGFyZNHH9vEMuFVaDH

Create a search index 9 czdc gfy znhh9v emu fva dh

Create a new search index 9 czdc gfy znhh9v emu fva dh.

Body parameters

entityTypestringrequired
entityIdstringrequired
titlestringrequired
descriptionstring
linkstringrequired
tagsarray
metadataobject
searchVectorstring
POSThttps://rest.carbon.ms/searchIndex_9CZDcGFyZNHH9vEMuFVaDH
curl --request POST \
  --url https://rest.carbon.ms/searchIndex_9CZDcGFyZNHH9vEMuFVaDH \
  --header 'Authorization: Bearer <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'Prefer: return=representation' \
  --data '{"entityType":"string","entityId":"xyz789","title":"string","description":"string","link":"string"}'
Response
{
  "id": 0,
  "entityType": "string",
  "entityId": "xyz789",
  "title": "string",
  "link": "string",
  "createdAt": "2026-01-01T00:00:00Z",
  "description": "string",
  "tags": []
}
PATCH/searchIndex_9CZDcGFyZNHH9vEMuFVaDH

Update a search index 9 czdc gfy znhh9v emu fva dh

Update an existing search index 9 czdc gfy znhh9v emu fva dh, matched on `id`.

Body parameters

entityTypestringrequired
entityIdstringrequired
titlestringrequired
descriptionstring
linkstringrequired
tagsarray
metadataobject
searchVectorstring
PATCHhttps://rest.carbon.ms/searchIndex_9CZDcGFyZNHH9vEMuFVaDH
curl --request PATCH \
  --url 'https://rest.carbon.ms/searchIndex_9CZDcGFyZNHH9vEMuFVaDH?id=eq.%7Bid%7D' \
  --header 'Authorization: Bearer <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'Prefer: return=representation' \
  --data '{"entityType":"string"}'
Response
{
  "id": 0,
  "entityType": "string",
  "entityId": "xyz789",
  "title": "string",
  "link": "string",
  "createdAt": "2026-01-01T00:00:00Z",
  "description": "string",
  "tags": []
}
DELETE/searchIndex_9CZDcGFyZNHH9vEMuFVaDH

Delete a search index 9 czdc gfy znhh9v emu fva dh

Delete a search index 9 czdc gfy znhh9v emu fva dh, matched on `id`. Returns 204 No Content.

Query parameters

idstring

The `id` of the search index 9 czdc gfy znhh9v emu fva dh to delete, e.g. `eq.{id}`.

DELETEhttps://rest.carbon.ms/searchIndex_9CZDcGFyZNHH9vEMuFVaDH
curl --request DELETE \
  --url 'https://rest.carbon.ms/searchIndex_9CZDcGFyZNHH9vEMuFVaDH?id=eq.%7Bid%7D' \
  --header 'Authorization: Bearer <api-key>'
204 No Content