Job search, the parentId is used to specify the parent folder. A parentId of -1 means searching the outermost level directory;
The search is an exact search.{
"searchString": "string",
"parentId": "string"
}curl --location 'https://mcs-gateway.fscut.com/cn-api/api/job/list/v2' \
--header 'appId: op191eb50f9b81873c' \
--header 'appSecret: appSecret' \
--header 'timestamp: 1743497261540' \
--header 'appSign: 13622d51e3e4f4935c8ba27728ed309f' \
--header 'X-FS-Orgcode: TEAM001' \
--header 'Content-Type: application/json' \
--data '{
"searchString": "string",
"parentId": "string"
}'{
"data": [
{
"create_time": "2021-10-20 16:38:51",
"id": 4226,
"parent_id": 4215,
"status": 0,
"title": "作业名称",
"type": 1
}
],
"msg": "OK",
"status": 0
}