{
"key": {}
}
curl --location --request POST '/lookupItemNode/listByMap' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": {}
}'
{
"returncode": "",
"data": [
{
"id": 0,
"entid": "",
"dbsplitcode": "",
"creator": "",
"createtime": "",
"modifier": "",
"modifytime": "",
"lookupid": "",
"fieldvalue": "",
"lookup": "",
"nodeid": "",
"nodename": "",
"parentcode": "",
"lastflag": 0,
"level": 0,
"status": 0,
"note": "",
"locale": ""
}
],
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}