Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Introduksjon

Metoden gir informasjon om hvordan tabellen skal tegnes opp og hvordan tabellen skal fungere i spill.

Forretningsregler

Presentasjonslinjene er ikke relevante i alle tabeller. Men når de er, så skal de tegnes inn slik det står beskrevet med antall plasser oven i fra eller ned i fra.

Eksempler

JSON Request

TournamentID er endel av URL og brukes slik:
{{dataurl}}/api/v1/ta/TournamentStandings/Settings/404284

JSON Response

{
    "tournamentId": 404284,
    "tableSystemCode": "HB",
    "tableSystemName": "Standard Håndball",
    "sportId": 210,
    "orgIdOwner": 372,
    "tableComment": null,
    "presentationLineFromTopDirect": null,
    "presentationLineFromTopQualify": null,
    "presentationLineFromBottomQualify": null,
    "presentationLineFromBottomDirect": null,
    "presentationSettings": [
        {
            "presentationParameterSorting": 1,
            "presentationParameterLabel": "K",
            "presentationParameterName": "Spilt",
            "presentationParameterTypeId": 1
        },
        {
            "presentationParameterSorting": 2,
            "presentationParameterLabel": "V",
            "presentationParameterName": "Vunnet",
            "presentationParameterTypeId": 2
        },
        {
            "presentationParameterSorting": 3,
            "presentationParameterLabel": "U",
            "presentationParameterName": "Uavgjort",
            "presentationParameterTypeId": 3
        },
        {
            "presentationParameterSorting": 4,
            "presentationParameterLabel": "T",
            "presentationParameterName": "Tapt",
            "presentationParameterTypeId": 4
        },
        {
            "presentationParameterSorting": 5,
            "presentationParameterLabel": "Mål",
            "presentationParameterName": "Skårede og innslupne mål",
            "presentationParameterTypeId": 100
        },
        {
            "presentationParameterSorting": 6,
            "presentationParameterLabel": "P",
            "presentationParameterName": "Poeng",
            "presentationParameterTypeId": 5
        },
        {
            "presentationParameterSorting": 7,
            "presentationParameterLabel": "LS",
            "presentationParameterName": "Lagstraff",
            "presentationParameterTypeId": 9
        }
    ]
}

Endpoints

  • No labels