Etiket Tanımları
POST
https://api.b2b.net.tr/tanimlar/etiket/liste
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.b2b.net.tr/tanimlar/etiket/liste' \
--header 'User-Agent: insomnia/2023.5.8' \
--header 'Content-Type: application/json' \
--data-raw '{
"session_id": 1,
"filters": [
{
"field": "ek_durum",
"operator": "<",
"value": "1"
}
],
"params": {
"columns": [
"*"
]
},
"sorts": [
{
"field": "ek_baslik",
"sorttype": "ASC"
}
],
"limit": 0,
"offset": 0
}'
Response Response Example
{}
Request
Header Params
Content-Type
string
required
Example:
application/json
User-Agent
string
required
Example:
insomnia/2023.5.8
Body Params application/json
Responses
Modified at 2025-06-18 18:29:55