You are currently viewing ' Get Sport By Id ' page



Usage

GET /Sport

Content-Type

application/json

Description

Return sport by ID that user has access to

Note

Sample request:
/Sport?SportID=200

Example

Type Name Required Note
Query String SportID YES Sport ID partner has access to

Sample response:

{

"ID": 200,
"Name": "Baseball",
"Gender": "M"
}