Expert Directory/Search
This is the main endpoint used to list all the experts in searchable format.
Last updated
Was this helpful?
This is the main endpoint used to list all the experts in searchable format.
Last updated
Was this helpful?
GET
Headers
Content-Type
application/json
Authorization
Bearer <token>
Url
corporation
number
Corporation ID
username
string
Unique username
q
string
Keyword search term
access
string
public/private/all
status
string
published/unpublished/all
page_size
number
Size of page
page_from
number
Starting point
countries
string
topics
string
Filter by topics. Array of topics(i.e. ["topic1","topic2"])
industries
string
Filter by industries. Array of industries(i.e. ["industry1","industry2"])
categories
string
Filter by categories. Array of categories(i.e. ["cat1","cat2"])
tags
string
Filter by tags. Array of tags(i.e. ["tag1","tag2"])
fields
string
Array of field name(i.e. ["fullname","username"])
sort
string
Sorting order(name/featured)
searchfield
string
Fullname to query only name field.
Response
Code
Headers
Content-Type
application/json
Authorization
Bearer <token>
Url
corporation
number
Corporation ID
categories
string
Filter by categories. Array of categories(i.e. ["cat1","cat2"])
Response
Code
Filter by country. Array of countries(i.e. ["CA","US"]) See full list
See full list
GET