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
  • programId
    • description: Is used to fetch experts by programId (experts that are certified for the provided program)
    • type: String
  • updatedAt
    • type: String
    • format: It should contain operator and date separated by vertical line
    • example: <|1646654625
    • operators supported: <,>
    • date format: timestamp
  • updatedAtSort
    • type: String(Prisma.SortOrder)
    • accepts desc and asc
    • default orders by createdAt: desc
Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!