Sistemde bulunan tiplerin listelerini sorgulamak için kullanılan endpoint ve http metod bilgisi aşağıda verilmiştir.
HTTP Method | URL |
---|---|
GET | /hbh/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.OHVPS.DataCode.KimlikTur",
"name": null,
"description": "Kimlik Turleri",
"items": [
{
"key": "K",
"text": "TCKN",
"description": "TC Kimlik Numarası"
},
]