File tree Expand file tree Collapse file tree
docs/api_reference/reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8585 * Added PUT /api/v2/alerts-filters/{identifier}
8686 * Added DELETE /api/v2/alerts-filters/{identifier}
8787 * Added POST /api/v2/global-tasks
88+ * Added GET /api/v2/global-tasks/{identifier}
8889 * Deprecated POST /manage/cases/add in favor of POST /api/v2/cases
8990 * Deprecated POST /manage/cases/update in favor of PUT /api/v2/cases/{case_identifier}
9091 * Deprecated POST /manage/cases/delete/{case_id} in favor of DELETE /api/v2/cases/{case_identifier}
@@ -234,6 +235,8 @@ paths:
234235 $ref : v2.1.0/resources/api_v2_me.yaml
235236 /api/v2/global-tasks :
236237 $ref : v2.1.0/resources/api_v2_global-tasks.yaml
238+ /api/v2/global-tasks/{identifier} :
239+ $ref : v2.1.0/resources/api_v2_global-tasks_{identifier}.yaml
237240 /manage/cases/update/{case_id} :
238241 $ref : v2.1.0/resources/manage_cases_update_{case_id}.yaml
239242 /case/summary/update :
Original file line number Diff line number Diff line change 1+ parameters :
2+ - $ref : ../parameters/path/identifier.yaml
3+ get :
4+ operationId : api_v2_global-tasks_(identifier)_get
5+ tags :
6+ - Global tasks
7+ - Beta
8+ summary : Get a global task
9+ description : Get a global task
10+ responses :
11+ ' 200 ' :
12+ description : global task successfully found
13+ content :
14+ application/json :
15+ schema :
16+ $ref : ../schemas/GlobalTask.yaml
17+ ' 404 ' :
18+ $ref : ../responses/NotFound.yaml
19+
20+
Original file line number Diff line number Diff line change 88 summary : Get a group
99 description : Requires administrative rights.
1010 responses :
11- ' 201 ' :
11+ ' 200 ' :
1212 description : group successfully found
1313 content :
1414 application/json :
You can’t perform that action at this time.
0 commit comments