Interface SelfSpmApi
public interface SelfSpmApi
-
Method Summary
Modifier and TypeMethodDescriptionretrofit2.Call<List<SurveyData>> retrofit2.Call<List<SurveyData>> fetchAllSurveys(Map<String, String> headers)
-
Method Details
-
fetchAllSurveys
- Returns:
- Call<List<SurveyData>>
-
fetchAllSurveys
@GET("v1/self/surveys") retrofit2.Call<List<SurveyData>> fetchAllSurveys(@HeaderMap Map<String, String> headers) - Returns:
- Call<List<SurveyData>>
-