{
"searchText": "",
"filedList": [
"contacts",
"follow_user_name",
"channel_name",
"project_city",
"industry_space_name",
"number",
"project_city",
"let",
"rgt",
"channel_number",
"follow_depart_id",
"follow_user_id",
"create_time"
],
"sqlConditionList": [
{
"columnName": "data_state",
"condition": "=",
"keywordList": [
1
]
}
]
}curl --location --request POST 'https://crm-dev.e-lansen.com/api/market/marketOpportunity/export' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"searchText": "",
"filedList": [
"contacts",
"follow_user_name",
"channel_name",
"project_city",
"industry_space_name",
"number",
"project_city",
"let",
"rgt",
"channel_number",
"follow_depart_id",
"follow_user_id",
"create_time"
],
"sqlConditionList": [
{
"columnName": "data_state",
"condition": "=",
"keywordList": [
1
]
}
]
}'{}