Skip to main content

ListEmployers

GET /tp-api/employers

Retrieve a list of employers.

Query Parameters
  • cursor string

    Cursor to return items after a specific position in the list.

  • limit integer

    Possible values: >= 1 and <= 100

    Default value: 10

    Maximum number of items to return.

  • skip integer

    Query to retrieve the items starting from that position in the dataset.

  • employerName string required

    Possible values: >= 3 characters

    Query by employer name

Header Parameters
  • training-provider-id string required
Responses

Default Response

Schema
  • Array [
  • id string required
  • name string required
  • ]
Loading...