GET api/Kullanici/EtkinligeKatilmakisteyiponaylanmamislarigetir?etkinlikid={etkinlikid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
etkinlikid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of KullaniciTip
NameDescriptionTypeAdditional information
KullaniciID

integer

None.

AdSoyad

string

None.

TcNo

string

None.

Sifre

string

None.

Memleket

string

None.

Meslek

string

None.

DogumTarihi

date

None.

TelefonNo

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "KullaniciID": 1,
    "AdSoyad": "sample string 2",
    "TcNo": "sample string 3",
    "Sifre": "sample string 4",
    "Memleket": "sample string 5",
    "Meslek": "sample string 6",
    "DogumTarihi": "2026-05-25T06:50:54.9371129-05:00",
    "TelefonNo": "sample string 7"
  },
  {
    "KullaniciID": 1,
    "AdSoyad": "sample string 2",
    "TcNo": "sample string 3",
    "Sifre": "sample string 4",
    "Memleket": "sample string 5",
    "Meslek": "sample string 6",
    "DogumTarihi": "2026-05-25T06:50:54.9371129-05:00",
    "TelefonNo": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfKullaniciTip xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArkadasimAPI.Controllers">
  <KullaniciTip>
    <AdSoyad>sample string 2</AdSoyad>
    <DogumTarihi>2026-05-25T06:50:54.9371129-05:00</DogumTarihi>
    <KullaniciID>1</KullaniciID>
    <Memleket>sample string 5</Memleket>
    <Meslek>sample string 6</Meslek>
    <Sifre>sample string 4</Sifre>
    <TcNo>sample string 3</TcNo>
    <TelefonNo>sample string 7</TelefonNo>
  </KullaniciTip>
  <KullaniciTip>
    <AdSoyad>sample string 2</AdSoyad>
    <DogumTarihi>2026-05-25T06:50:54.9371129-05:00</DogumTarihi>
    <KullaniciID>1</KullaniciID>
    <Memleket>sample string 5</Memleket>
    <Meslek>sample string 6</Meslek>
    <Sifre>sample string 4</Sifre>
    <TcNo>sample string 3</TcNo>
    <TelefonNo>sample string 7</TelefonNo>
  </KullaniciTip>
</ArrayOfKullaniciTip>