GET api/verwaltung/funktionen/{sek_id}

OBSOLETE: Funktionen einer Sektion

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sek_id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of FunktionKennung
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

name

string

None.

name_maennlich

string

None.

name_weiblich

string

None.

name_divers

string

None.

sek_id

globally unique identifier

None.

parent_id

globally unique identifier

None.

ebene

integer

None.

reihenfolge

integer

None.

weiterbildung_id

globally unique identifier

None.

onlineausgabe

boolean

None.

notiz

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "24b8f6f4-a9c8-43da-8985-e98098d3d97d",
    "name": "sample string 2",
    "name_maennlich": "sample string 3",
    "name_weiblich": "sample string 4",
    "name_divers": "sample string 5",
    "sek_id": "7db8750a-41c2-4d10-a1ed-03239c6d6474",
    "parent_id": "487b8429-8a01-4fea-83cb-c65e717dfeb7",
    "ebene": 8,
    "reihenfolge": 9,
    "weiterbildung_id": "4cb0a033-2c02-4f38-91cd-1756da2bafec",
    "onlineausgabe": true,
    "notiz": "sample string 12"
  },
  {
    "id": "24b8f6f4-a9c8-43da-8985-e98098d3d97d",
    "name": "sample string 2",
    "name_maennlich": "sample string 3",
    "name_weiblich": "sample string 4",
    "name_divers": "sample string 5",
    "sek_id": "7db8750a-41c2-4d10-a1ed-03239c6d6474",
    "parent_id": "487b8429-8a01-4fea-83cb-c65e717dfeb7",
    "ebene": 8,
    "reihenfolge": 9,
    "weiterbildung_id": "4cb0a033-2c02-4f38-91cd-1756da2bafec",
    "onlineausgabe": true,
    "notiz": "sample string 12"
  }
]