get /metadata/scopes
[ "openid", "profile", "email" ]
application/json
get /products/{productType}
Returns the requested type of user's products. The products are returned in the order of the product validity start time.
The event registration may contain additional products the user has selected at the time of the event registration.
Filter for validity of the product. Defines the start time for the validity.
If the validAfter filter is not defined but the validBefore is defined, the query is not bound by the start value and will return all products valid before the validBefore time.
If neither the validAfter nor the validBefore filters are defined, the validAfter is set to current time.
default: null format: date-timeFilter for validity of the product. Defines the end time for the validity.
If the validBefore filter is not defined but the validAfter is defined, the query is not bound by the end value and will return all products valid after the validAfter time.
If neither the validAfter nor the validBefore filters are defined, the validAfter is set to current time.
default: null format: date-time[ {
"userContent" : "true",
"additionalProducts" : [ {
"id" : "ADP:128",
"name" : "T-shirt",
"userContent" : "Size XL",
"updatedAt" : "2019-04-02T11:20:44.804+03:00",
"productPrototype" : {
"id" : "PADP:410:993",
"type" : "additional_product"
}
}, {
"id" : "ADP:129",
"name" : "Great Coach book",
"updatedAt" : "2019-04-02T11:20:44.805+03:00",
"productPrototype" : {
"id" : "PADP:411:994",
"type" : "additional_product"
}
} ],
"organization" : {
"name" : "Suomen Esimerkkiliitto ry.",
"id" : 2422,
"shortName" : "Esimerkkiliitto"
},
"name" : "Harrastelisenssi",
"validUntil" : "2020-01-01T00:00:00Z",
"primarySport" : {
"name" : "Kännykänheitto",
"id" : 82
},
"productPrototype" : {
"organization" : {
"name" : "Suomen Esimerkkiliitto ry.",
"id" : 2422,
"shortName" : "Esimerkkiliitto"
},
"licencePeriod" : {
"name" : "Kausi 2018-2019",
"id" : 29922,
"periodStart" : "2019-01-01T00:00:00Z",
"periodEnd" : "2020-01-01T00:00:00Z"
},
"id" : "PLIC:1882",
"type" : "licence"
},
"id" : "LIC:29928",
"validFrom" : "2019-01-01T00:00:00Z",
"grantedAt" : "2018-12-29T00:00:00Z",
"additionalDetails" : [ {
"id" : "ADD:192",
"name" : "Experience as a coach?",
"userContent" : "Four years in the ivy league",
"updatedAt" : "2019-04-02T11:20:44.806+03:00",
"productPrototype" : {
"id" : "PADD:82",
"type" : "additional_details"
}
} ],
"updatedAt" : "2018-12-29T00:00:00Z"
}, {
"userContent" : "true",
"additionalProducts" : [ {
"id" : "ADP:128",
"name" : "T-shirt",
"userContent" : "Size XL",
"updatedAt" : "2019-04-02T11:20:44.804+03:00",
"productPrototype" : {
"id" : "PADP:410:993",
"type" : "additional_product"
}
}, {
"id" : "ADP:129",
"name" : "Great Coach book",
"updatedAt" : "2019-04-02T11:20:44.805+03:00",
"productPrototype" : {
"id" : "PADP:411:994",
"type" : "additional_product"
}
} ],
"organization" : {
"name" : "Suomen Esimerkkiliitto ry.",
"id" : 2422,
"shortName" : "Esimerkkiliitto"
},
"name" : "Harrastelisenssi",
"validUntil" : "2020-01-01T00:00:00Z",
"primarySport" : {
"name" : "Kännykänheitto",
"id" : 82
},
"productPrototype" : {
"organization" : {
"name" : "Suomen Esimerkkiliitto ry.",
"id" : 2422,
"shortName" : "Esimerkkiliitto"
},
"licencePeriod" : {
"name" : "Kausi 2018-2019",
"id" : 29922,
"periodStart" : "2019-01-01T00:00:00Z",
"periodEnd" : "2020-01-01T00:00:00Z"
},
"id" : "PLIC:1882",
"type" : "licence"
},
"id" : "LIC:29928",
"validFrom" : "2019-01-01T00:00:00Z",
"grantedAt" : "2018-12-29T00:00:00Z",
"additionalDetails" : [ {
"id" : "ADD:192",
"name" : "Experience as a coach?",
"userContent" : "Four years in the ivy league",
"updatedAt" : "2019-04-02T11:20:44.806+03:00",
"productPrototype" : {
"id" : "PADD:82",
"type" : "additional_details"
}
} ],
"updatedAt" : "2018-12-29T00:00:00Z"
} ]
{
"errorDescription" : "Invalid product type",
"errorCode" : "3993"
}
application/json
get /user-info
{
"sub" : "21299922",
"sport_id" : 12345678,
"email_verified" : true,
"address" : {
"street_address" : "Radiokatu 20",
"country" : "FI",
"country_code" : "FI",
"formatted" : "Radiokatu 20 00020 Helsinki\n",
"locality" : "Helsinki",
"postal_code" : "00020",
"region" : "CA"
},
"birthdate" : "2000-01-23",
"gender" : "male",
"phone_number_verified" : true,
"preferred_username" : "preferred_username",
"given_name" : "John",
"locale" : "fi-FI",
"picture" : "picture",
"nationality" : "nationality",
"updated_at" : 1542115109,
"user_id" : 29298774,
"name" : "John Henderson the 3rd",
"nickname" : "Joe",
"phone_number" : "+358401234567",
"family_name" : "Smith",
"email" : "user@email.com"
}
application/json
Address
- LicencePeriod
- licencePeriodOpenIDConnectScope
- scopesOrganizationData
- Product
- productProductPrototype
- productPrototypeProductType
- productTypeRequestError
- requestErrorSportData
- UserInfo
- userInfoAddress
- UpLicencePeriod
- licencePeriod UpOpenIDConnectScope
- scopes UpOpenID Connect Scopes
OrganizationData
- UpProduct
- product UpUser-provided content for the product. Used for example to contain user-provided responses to event registration additional questions (free text) or yes/no conditions (check box). User provided free text will be included as-is, conditions are reported as "true" for checked check box, "false" for non-checked box. The userContent is applicable to types:
ProductPrototype
- productPrototype UpProductType
- productType UpThe type of the product
RequestError
- requestError UpSportData
- UpUserInfo
- userInfo Up