Sistemde bulunan kullanıcı ilişkili tiplerin listelerini sorgulamak için kullanılan endpoint ve http metod bilgisi aşağıda verilmiştir.
HTTP Method | URL |
---|---|
GET | /tanimlar/v1/data-tipleri |
Parametre | Tip | Açıklama |
---|---|---|
code | string | Kod |
name | string | İsim |
description | string | Açıklama |
items | obje | Öğeler |
key | string | Şifre |
text | string | Metin |
description | string | Açıklama (items) |
İSTEK (GET):
Boş JSON gönderilir
YANIT:
"code": "TR.SP.DataCode.KullaniciTur",
"name": null,
"description": "API Kullanıcı Turu",
"items": [
{
"key": "hhh",
"text": "Hesap Hizmeti",
"description": "Hesap Hizmeti"
},
]