GET api/sazwettbewerb/get/{Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

integer

Required

Body Parameters

None.

Response Information

Resource Description

SazWettbewerbDisplay
NameDescriptionTypeAdditional information
GruppeIdDisplay

string

None.

DisplayField

string

None.

WettbewerbArtId

integer

None.

WettbewerbArtIdDisplay

string

None.

Id

integer

Required

RowGuid

globally unique identifier

Required

GruppeId

integer

Required

Bezeichnung

string

None.

Jahr

integer

Required

AnzahlMin

integer

Required

AnzahlMax

integer

Required

Geschlossen

boolean

Required

Response Formats

application/json, text/json

Sample:
{
  "GruppeIdDisplay": "sample string 1",
  "DisplayField": "sample string 2",
  "WettbewerbArtId": 1,
  "WettbewerbArtIdDisplay": "sample string 3",
  "Id": 4,
  "RowGuid": "a458b3c7-a2b9-4fb7-85de-9bdd940a43e5",
  "GruppeId": 6,
  "Bezeichnung": "sample string 7",
  "Jahr": 8,
  "AnzahlMin": 9,
  "AnzahlMax": 10,
  "Geschlossen": true
}

application/xml, text/xml

Sample:
<SazWettbewerbDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Saz.Models">
  <AnzahlMax>10</AnzahlMax>
  <AnzahlMin>9</AnzahlMin>
  <Bezeichnung>sample string 7</Bezeichnung>
  <Geschlossen>true</Geschlossen>
  <GruppeId>6</GruppeId>
  <Id>4</Id>
  <Jahr>8</Jahr>
  <RowGuid>a458b3c7-a2b9-4fb7-85de-9bdd940a43e5</RowGuid>
  <DisplayField>sample string 2</DisplayField>
  <GruppeIdDisplay>sample string 1</GruppeIdDisplay>
  <WettbewerbArtId>1</WettbewerbArtId>
  <WettbewerbArtIdDisplay>sample string 3</WettbewerbArtIdDisplay>
</SazWettbewerbDisplay>