Searches for media items based on the provided search criteria.

Behavior: Returns matching media items as per the search criteria defined in the request body.

Authorization: No authentication required. This endpoint is publicly accessible.

Side Effects: None. This is a read-only operation.

Error Scenarios: Returns 400 if the search model is null or invalid. Returns 204 if no items match the criteria.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The Nomad.Common.Models.Media.MediaSearchModel containing search criteria.

Represents a search request for media items with pagination, text query, sorting, and identifier filtering.

int32

Gets or sets the size of the page (the number of items returned for this page)

int32

Gets or sets the offset of the page (zero based).

string | null

Gets or sets a text string to search within all of the text fields to match

sortFields
array of objects | null

Gets or sets the fields to sort by

sortFields
ids
array of uuids | null

Gets or sets the uuidSearchField values to limit the search by.

ids
Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

204

No content matched the search criteria.

500

An unknown error occurred.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json