Falken
Home
Falken
  • Website
  • News
Home
Falken
  • Website
  • News
  1. Organization
  • Athlete
    • /api/Athlete/Create
      POST
  • Auth
    • /api/Auth/login
      POST
    • /api/Auth/refresh-token
      POST
    • /api/Auth/logout
      POST
    • /api/Auth/me
      GET
  • Organization
    • /api/organization/classyears/add
      POST
    • /api/organization/classyears/update/{id}
      PUT
    • /api/organization/classyears/delete/{id}
      DELETE
    • /api/organization/classyears/{id}
      GET
    • /api/organization/{organizationId}/classyears/all
      GET
    • /api/organization/{organizationId}/athletes
      GET
  • User
    • /api/User/organizations
      GET
  • UserAddress
    • /api/UserAddress/all
      GET
    • /api/UserAddress/id/{id}
      GET
    • /api/UserAddress/Add
      POST
    • /api/UserAddress/update/{id}
      PUT
    • /api/UserAddress/delete/{id}
      DELETE
  1. Organization

/api/organization/{organizationId}/athletes

GET
https://www.falken.ltd/api/organization/{organizationId}/athletes

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
organizationId
string <uuid>
required

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.falken.ltd/api/organization//athletes'

Responses

🟢200OK
text/plain
OK
Body
array of:
athleteId
string <uuid>
optional
firstName
string  | null 
optional
middleName
string  | null 
optional
lastName
string  | null 
optional
dateOfBirth
string <date-time>
optional
email
string  | null 
optional
picture
string  | null 
optional
nickname
string  | null 
optional
gender
enum<integer> <int32>
optional
Allowed values:
01
cmpNumber
string  | null 
optional
athleteStatus
enum<integer> <int32>
optional
Allowed values:
0123
athleteOrganizations
array[object (AthleteOrganization) {11}]  | null 
optional
id
string <uuid>
optional
athleteId
string <uuid>
optional
athlete
object (Athlete) 
optional
organizationId
string <uuid>
optional
organization
object (Organization) 
optional
classYearId
string <uuid> | null 
optional
classYear
object (OrganizationClassYear) 
optional
startDate
string <date-time>
optional
endDate
string <date-time> | null 
optional
createdDate
string <date-time>
optional
lastUpdatedDate
string <date-time>
optional
createdDate
string <date-time>
optional
lastUpdatedDate
string <date-time>
optional
Example
[
    {
        "athleteId": "69552696-5b24-4200-805d-78e46a91f565",
        "firstName": "string",
        "middleName": "string",
        "lastName": "string",
        "dateOfBirth": "2019-08-24T14:15:22Z",
        "email": "string",
        "picture": "string",
        "nickname": "string",
        "gender": 0,
        "cmpNumber": "string",
        "athleteStatus": 0,
        "athleteOrganizations": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "athleteId": "69552696-5b24-4200-805d-78e46a91f565",
                "athlete": {},
                "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
                "organization": {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "name": "string",
                    "mascot": "string",
                    "pocFirstName": "string",
                    "pocLastName": "string",
                    "pocEmail": "user@example.com",
                    "pocPhone": "string",
                    "addressLine1": "string",
                    "addressLine2": "string",
                    "city": "string",
                    "state": "string",
                    "postalCode": "string",
                    "country": "string",
                    "latitude": 0,
                    "longitude": 0,
                    "status": 0,
                    "createdAt": "2019-08-24T14:15:22Z",
                    "updatedAt": "2019-08-24T14:15:22Z",
                    "slug": "string",
                    "logoUrl": "string",
                    "friendlyUrl": "string",
                    "organizationUserRoles": [
                        {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "role": 0,
                            "status": 0,
                            "accessStartDate": "2019-08-24T14:15:22Z",
                            "accessEndDate": "2019-08-24T14:15:22Z",
                            "user": {
                                "id": "string",
                                "userName": "string",
                                "normalizedUserName": "string",
                                "email": "string",
                                "normalizedEmail": "string",
                                "emailConfirmed": true,
                                "passwordHash": "string",
                                "securityStamp": "string",
                                "concurrencyStamp": "string",
                                "phoneNumber": "string",
                                "phoneNumberConfirmed": true,
                                "twoFactorEnabled": true,
                                "lockoutEnd": "2019-08-24T14:15:22Z",
                                "lockoutEnabled": true,
                                "accessFailedCount": 0,
                                "firstName": "string",
                                "lastName": "string",
                                "fullName": "string",
                                "picture": "string",
                                "organizationUserRoles": [
                                    {}
                                ],
                                "refreshTokens": [
                                    {
                                        "id": 0,
                                        "token": "string",
                                        "userId": "string",
                                        "user": {},
                                        "expires": "2019-08-24T14:15:22Z",
                                        "isRevoked": true,
                                        "created": "2019-08-24T14:15:22Z",
                                        "revoked": "2019-08-24T14:15:22Z",
                                        "deviceId": "string"
                                    }
                                ],
                                "addresses": [
                                    {
                                        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                                        "street": "string",
                                        "city": "string",
                                        "state": 0,
                                        "postalCode": "string",
                                        "country": 0,
                                        "addressType": 0,
                                        "protectionStatus": 0,
                                        "notes": "string"
                                    }
                                ]
                            },
                            "organization": {}
                        }
                    ],
                    "athleteOrganizations": [
                        {}
                    ]
                },
                "classYearId": "528f72f7-db0e-42dc-b232-35138f585f64",
                "classYear": {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
                    "graduationDate": "2019-08-24T14:15:22Z",
                    "startDate": "2019-08-24T14:15:22Z",
                    "endDate": "2019-08-24T14:15:22Z",
                    "className": "string",
                    "notes": "string",
                    "createdDate": "2019-08-24T14:15:22Z",
                    "lastUpdatedDate": "2019-08-24T14:15:22Z"
                },
                "startDate": "2019-08-24T14:15:22Z",
                "endDate": "2019-08-24T14:15:22Z",
                "createdDate": "2019-08-24T14:15:22Z",
                "lastUpdatedDate": "2019-08-24T14:15:22Z"
            }
        ],
        "createdDate": "2019-08-24T14:15:22Z",
        "lastUpdatedDate": "2019-08-24T14:15:22Z"
    }
]
🟠404Record Not Found
Modified at 2024-09-11 15:37:46
Previous
/api/organization/{organizationId}/classyears/all
Next
/api/User/organizations
Built with