Skip to main content

A collection of Position entities. One entity for each avaialble player position.

GET 

/basketball/v2/positions

A Position entity can be associated with a Player and is used to represent the player's primary role on the team.

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

Position collection

Response Attributes and Relations

  • name (string)

  • abbreviation (string)

  • uuid (uuid)

Loading...