Expert Directory/Search

This is the main endpoint used to list all the experts in searchable format.

Remember to change :corporation with your corporation id(found in the integrations section of the dashboard).

Listing Experts

GET /v2/organization/:corporation/expert

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Url

Name
Type
Description

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

Filter by country. Array of countries(i.e. ["CA","US"]) See full list here

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"])

See full list here

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

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Url

Name
Type
Description

corporation

number

Corporation ID

categories

string

Filter by categories. Array of categories(i.e. ["cat1","cat2"])

Response

Code

Last updated

Was this helpful?