Match Personnel Validation

The Match Personnel validation resources cross-reference the Persons resource and are used to aggregate the representations of the main Personnel resources.

Players

GET /v0/players/(int: ID)

Returns primary and foreign key data on football players. If ID is passed, returns data for the player the ID corresponds to.

If query parameters are passed, it returns the players who match the specified filters.

Note

In practice it shouldn’t be necessary to access this resource. The human-readable format is represented in the main Players resource.

Warning

GET requests to this resource without parameters are not recommended because of the large number of records that are retrieved.

Query and Response Parameters:

Field Type Description
person integer The unique ID of person.
supplier_id integer The unique supplier ID of the player record.
position integer The unique ID of the player’s default position.

Link Parameters:

Field URL Description
person Persons resource representation.
OPTIONS /v0/players

Returns documentation of the players resource.

Managers

GET /v0/managers/(int: ID)

Returns primary and foreign key data on football managers. If ID is passed, returns data for the manager the ID corresponds to.

If query parameters are passed, it returns the managers who match the specified filters.

Note

In practice it shouldn’t be necessary to access this resource. The human-readable format is represented in the main Managers resource.

Warning

GET requests to this resource without parameters are not recommended because of the large number of records that are retrieved.

Query and Response Parameters:

Field Type Description
person integer The unique ID of person.
supplier_id integer The unique supplier ID of the manager record.

Link Parameters:

Field URL Description
person Persons resource representation.
OPTIONS /v0/managers

Returns documentation of the managers resource.

Referees

GET /v0/referees/(int: ID)

Returns primary and foreign key data on football referees. If ID is passed, returns data for the referee the ID corresponds to.

If query parameters are passed, it returns the referees who match the specified filters.

Note

In practice it shouldn’t be necessary to access this resource. The human-readable format is represented in the main Referees resource.

Warning

GET requests to this resource without parameters are not recommended because of the large number of records that are retrieved.

Query and Response Parameters:

Field Type Description
person integer The unique ID of person.
supplier_id integer The unique supplier ID of the referee record.

Link Parameters:

Field URL Description
person Persons resource representation.
OPTIONS /v0/referee

Returns documentation of the referee resource.