cURL
curl --request GET \ --url https://openapi.octoparse.com/taskGroup \ --header 'Authorization: Bearer <token>'
{ "data": [ { "taskGroupId": "<string>", "taskGroupName": "<string>" } ], "requestId": "<string>" }
すべてのタスクグループの情報を取得してください。
Documentation IndexFetch the complete documentation index at: https://www.octoparse.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://www.octoparse.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
POST /tokenで取得したaccess_tokenを使用します。
POST /token
access_token
タスクグループ一覧の取得に成功しました。
Show child attributes