Skip to main content

A collection of Coach entities.

GET 

/american-football/v2/coaches

A Coach entity can be associated with a Team and is used to represent the coach of a team.

Request

Query Parameters

    page integer

    Default value: 1

    The collection page number

    count integer

    Default value: 30

    The number of items per page

    id integer
    id[] integer[]
    team.uuid string
    team.uuid[] string[]
    properties[] string[]
    updatedAt[before] string
    updatedAt[strictly_before] string
    updatedAt[after] string
    updatedAt[strictly_after] string

Responses

Coach collection

Response Attributes and Relations

  • team (Team)

  • firstName (string)

  • lastName (string)

  • fullName (string)

  • position (string)

  • league (League)

  • uuid (uuid)

  • award (string)

  • nameSuffix (string)

  • combinedName (string)

  • teamName (string)

Loading...