Noob API search question

I am brand new to this API.
I am trying to learn the API. I am using POSTMAN
I have been able to auth, get a token and view my documents via the API.

My question is how to search using the API
I assume i use this endpoint
/api/v4/search/advanced/{search_model_pk}/

my question is where do i find what “search_model_pk” is and also where to i put the search terms

Thanks for help

The list of available search models and the fields they support is in /api/v4/search_models/

Example: /api/v4/search/documents.documentsearchresult/?label=bezel

thanks, that helped a bunch

1 Like

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.