Expert Directory/Search
This is the main endpoint used to list all the experts in searchable format.
Listing Experts
GET
/v2/organization/:corporation/expert
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
Applying Category Filter to Experts
GET
/v2/organization/:corporation/expert
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
Last updated
Was this helpful?