get https://api-prod.scopeinc.com/api/v1/expert
Required Parameters
None.
Optional Query Parameters
limit
- description: The limit on the number of experts to be returned
- type:
Integer
- default:
100
currentPage
- type:
Integer
- default:
0
- type:
programId
- description: Is used to fetch experts by
programId
(experts that are certified for the provided program) - type:
String
- description: Is used to fetch experts by
updatedAt
- type:
String
- format: It should contain operator and date separated by vertical line
- example:
<|1646654625
- operators supported:
<
,>
- date format:
timestamp
- type:
updatedAtSort
- type:
String(Prisma.SortOrder)
- accepts
desc
andasc
- default orders by createdAt:
desc
- type: