cURL
curl --request GET \ --url https://openapi.octoparse.com/taskGroup \ --header 'Authorization: Bearer <token>'
{ "data": [ { "taskGroupId": "<string>", "taskGroupName": "<string>" } ], "requestId": "<string>" }
Get information of all task groups.
Use the access_token obtained from POST /token
Task group list retrieved successfully
Show child attributes