Skip to main content
GET
/
subjects
get-by-filter
curl --request GET \
  --url https://api.example.com/subjects

get-by-filter

No description available.

Parameters

firstName

  • Type: string
  • In: query
  • Example: John

lastName

  • Type: string
  • In: query
  • Example: Doe

email

phone

  • Type: string
  • In: query
  • Example: 555-123-4567

ssn

  • Type: string
  • In: query

offset

  • Type: number
  • In: query

limit

  • Type: number
  • In: query
  • Example: 10

offset

  • Type: number
  • In: query

limit

  • Type: number
  • In: query
  • Example: 10

Response

200

No description available.

Example Request

openapi: GET /subjects