Authorization: Bearer ********************curl --location --request GET '/iapi/v1/pro/finance/crm/expressionstrategy/list' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": 0,
"name": "string",
"code": "string",
"priority": 0,
"remark": "string",
"conditions": {
"customExp": "string",
"expression": [
{
"name": "string",
"option": "1",
"value": null
}
],
"logic": "1"
},
"content": "string",
"createOperator": {
"managerID": 0,
"userName": "string"
},
"lastUpdateOperator": {
"managerID": 0,
"userName": "string"
},
"createTime": 0,
"updateTime": 0,
"isDeleted": true
}
],
"totalCount": 0,
"refreshedTotal": true
}