Hocam ikinci attığınız site api url adresi :
https://www.turkpatent.gov.tr/api/research POST isteği göndermelisiniz
Payload :
{
"type": "trademark",
"params": {
"markTypeId": "0",
"searchText": "",
"searchTextOption": "isContains",
"holderName": "a",
"holderNameOption": "isStartWith",
"bulletinNo": "",
"gazzetteNo": "",
"clientNo": "",
"niceClasses": "",
"niceClassesFor": "all"
},
"next": 0,
"limit": 20,
"order": null,
"token": "SITE_TARAFINDAN_URETILEN_TOKEN_BILGISI"
}Preview :
{
"success": true,
"payload": {
"fields": [
{
"id": "applicationNo",
"label": "Application No",
"sortable": true
},
{
"id": "markName",
"label": "Mark Name",
"sortable": true
},
{
"id": "holdName",
"label": "Hold Name",
"sortable": true
},
{
"id": "applicationDate",
"label": "Application Date",
"sortable": true
},
{
"id": "registrationNo",
"label": "Registration Number",
"sortable": true
},
{
"id": "state",
"label": "State"
},
{
"id": "niceClasses",
"label": "Nice Classes"
},
{
"id": "image",
"label": "Image"
},
{
"id": "_actions",
"label": "Actions",
"align": "center",
"buttons": [
{
"id": "details",
"icon": "DetailsIcon",
"label": "Details",
"url": "trademark-file",
"param": "applicationNo"
}
]
}
],
"items": [
{
"id": "",
"applicationNo": "",
"markName": "",
"holdName": "",
"applicationDate": "",
"registrationNo": null,
"state": "",
"niceClasses": "",
"image": {
"key": "",
"data": "BASE64_RESIM"
}
}
],
"total": 1,
"next": 1,
"limit": 20
}
}Bu şekilde yapabilirsiniz hocam