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