Search for something
GET
/v1/searchLast modified: 6 months ago
Maintainer: Not configured
Search for something based on text, center, result type, and expertise.
Request
Query Params
text
string
optional
The text to search for.
center
integer
optional
The center id for the search.
result_type
enum<string>
optional
The result type for the search.
Allowed value:
فقط پزشکان
expertise
enum<string>
optional
The expertise for the search.
Allowed value:
internal-diseases
token
string
optional
The token of the user for requests that need permission
give_search_engine_request
string
optional
for degugging search requests, curl request of search engine return in response(need admin permission)
give_search_engine_response
string
optional
for degugging search requests, response of search engine return in response.(need admin permission)
Cookie Params
token
string
optional
The token of the user for requests that need permission
Request samples
Responses
Successful response(200)
Successful response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
search
object
optional
total
integer
optional
Example:
6
pagination
object
optional
result
$ref(#/definitions/2004890)[]
optional
debug_mode_result
object
optional
Example
Not configured
Last modified: 6 months ago