Query Tasks by ID List
No Description
Endpoint
POST http://v98store.com/mj/task/list-by-condition cURL Command
curl -X POST 'http://v98store.com/mj/task/list-by-condition' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "ids": [ "1743326750223591" ] }' Parameters
| Name | In | Description | Required |
|---|---|---|---|
| Authorization | header | No |
Request Body
Example
{
"ids": [
"1743326750223591"
]
} Responses
200 -
Example
undefined