GetScopeList get Opsgenie repos @Summary get Opsgenie repos @Description get Opsgenie repos @Tags plugins/opsgenie @Param connectionId path int true "connection ID" @Param searchTerm query string false "search term for scope name" @Param pageSize query int false "page size, default 50" @Param page q
(input *plugin.ApiResourceInput)
| 72 | // @Failure 500 {object} shared.ApiBody "Internal Error" |
| 73 | // @Router /plugins/opsgenie/connections/{connectionId}/scopes/ [GET] |
| 74 | func GetScopeList(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) { |
| 75 | return dsHelper.ScopeApi.GetPage(input) |
| 76 | } |
| 77 | |
| 78 | // GetScope get one Opsgenie service |
| 79 | // @Summary get one Opsgenie service |