Skip to main content

A collection of School entities.

GET 

/basketball/v2/schools

A School entity can be associated with a Player such as where they went to high school or college.

Request

Query Parameters

    page integer

    Default value: 1

    The collection page number

    count integer

    Default value: 30

    The number of items per page

    properties[] string[]
    updatedAt[before] string
    updatedAt[strictly_before] string
    updatedAt[after] string
    updatedAt[strictly_after] string

Responses

School collection

Response Attributes and Relations

  • name (string)

  • uuid (uuid)

Loading...