curl --request GET \
--url https://api.mottostreaming.com/cms/standing_phases/v1/{standing_phase_id} \
--header 'Authorization: Bearer <token>'{
"standing_phase": {
"project_id": "<string>",
"classifications": [
{
"id": "<string>",
"localized_name": {},
"localized_short_name": {},
"priority": "<string>"
}
],
"groups": [
{
"entries": [
{
"entity_id": "<string>",
"entity_type": "<string>",
"stats": {}
}
],
"localized_name": {}
}
],
"id": "<string>",
"localized_name": {}
}
}GetStandingPhase
Returns standing phase information by standing phase ID.
curl --request GET \
--url https://api.mottostreaming.com/cms/standing_phases/v1/{standing_phase_id} \
--header 'Authorization: Bearer <token>'{
"standing_phase": {
"project_id": "<string>",
"classifications": [
{
"id": "<string>",
"localized_name": {},
"localized_short_name": {},
"priority": "<string>"
}
],
"groups": [
{
"entries": [
{
"entity_id": "<string>",
"entity_type": "<string>",
"stats": {}
}
],
"localized_name": {}
}
],
"id": "<string>",
"localized_name": {}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
Show child attributes
A list of classifications that are used to rank entities in the standings. A classification is a description of a specific metric or statistic that is used to rank entities in the standings. For example, "points", "wins", "losses", etc.
Show child attributes
An identifier for this classification (column in the standings table). For example "points", "wins", "losses", etc.
A map of localized names for this classification, for end users to see. The key is the language code (ISO 639 - set 1), e.g. "en", "de", "fr", etc. If you want to localize the text for different regions of the same language, you can add the country code (ISO 3166-1 alpha-2), e.g. "en-US", "en-GB", etc.
Show child attributes
A map of localized short names for this classification, for end users to see. The key is the language code (ISO 639 - set 1), e.g. "en", "de", "fr", etc. If you want to localize the text for different regions of the same language, you can add the country code (ISO 3166-1 alpha-2), e.g. "en-US", "en-GB", etc.
Show child attributes
The priority of this classification in the standings. Higher priority classifications are prioritized over lower ones in a table when the screen is limited in horizontal space.
Show child attributes
Show child attributes
The ID of the entity that this entry represents.
The type of the entity that this entry represents. For example, "team".
The values for each classification in this entry. The key is the classification ID, and the value is the value for that classification. E.g. "points": "9", "wins": "3", "losses": "1".
Show child attributes
Show child attributes
The canonical value for this standing value, e.g. "3" for a classification that represents points.
A map of localized values for this standing value, for end users to see. The key is the language code (ISO 639 - set 1), e.g. "en", "de", "fr", etc. If you want to localize the text for different regions of the same language, you can add the country code (ISO 3166-1 alpha-2), e.g. "en-US", "en-GB", etc.
This can be left empty in many cases, except when the value is a number that should be localized (e.g. "3" in English vs "3,0" in German).
Show child attributes
A map of localized names for this group, for end users to see. The key is the language code (ISO 639 - set 1), e.g. "en", "de", "fr", etc. If you want to localize the text for different regions of the same language, you can add the country code (ISO 3166-1 alpha-2), e.g. "en-US", "en-GB", etc.
This can be left empty, e.g. when this is the only group in the standings.
Show child attributes
System generated unique identifier for the standing phase object.
A map of localized names for this phase, for end users to see. The key is the language code (ISO 639 - set 1), e.g. "en", "de", "fr", etc. If you want to localize the text for different regions of the same language, you can add the country code (ISO 3166-1 alpha-2), e.g. "en-US", "en-GB", etc.
This can be left empty, e.g. when this is the only phase in the standings.
Show child attributes