Skip to main content
POST
Find by ids

Authorizations

Authorization
string
header
required

Doofinder API key. Pass it as: Authorization: Token <api_key>

Path Parameters

hashid
string
required

Unique id of a search engine.

Pattern: ^[a-f0-9]{32}$
name
string
required

Name of an index.

Pattern: ^[a-z][a-z0-9_]*$

Body

application/json
Required array length: 1 - 100 elements
id
string

Unique identifier of the item.

Example:

Response

Mget succeed.

id
string

Item id

found
boolean

Indicates if the item was found or not.

item
Item · object

A "searchable" element. Items are the objects that form the search results.

Example: