{
"page": {
"page": 0,
"size": 0,
"orders": [
{
"field": "string",
"sort": 0
}
]
},
"dictCode": "string",
"parentID": 0,
"status": 0,
"label": "string",
"value": "string",
"values": [
"string"
]
}
curl --location --request POST '/api/v1/system/dict/detail/index' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": {
"page": 0,
"size": 0,
"orders": [
{
"field": "string",
"sort": 0
}
]
},
"dictCode": "string",
"parentID": 0,
"status": 0,
"label": "string",
"value": "string",
"values": [
"string"
]
}'
{
"code": "200",
"msg": "string",
"data": {
"page": 0,
"pageSize": 0,
"total": 0,
"list": [
{
"id": 0,
"dictCode": "string",
"parentID": 0,
"idPath": "string",
"label": "string",
"value": "string",
"sort": 0,
"desc": "string",
"status": 0,
"body": "string",
"parent": {},
"children": [
{}
]
}
]
}
}