public interface FormApi
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Single<GenericResponse<String>> |
createForm(CreateFormRequest request)
Deprecated.
|
io.reactivex.rxjava3.core.Single<GenericResponse<String>> |
createForm(CreateSettingFormRequest request)
创建收集表
|
io.reactivex.rxjava3.core.Single<FormAnswerResponse> |
getFormAnswer(FormAnswerRequest request)
读取收集表答案
|
io.reactivex.rxjava3.core.Single<GenericResponse<FormDetail>> |
getFormInfo(FormId formid)
获取收集表信息
|
io.reactivex.rxjava3.core.Single<FormConfirmedResponse> |
getFormStatistic(FormConfirmedRequest request)
收集表的统计信息查询(获取已提交列表)
|
io.reactivex.rxjava3.core.Single<FormStatisticResponse> |
getFormStatistic(FormStatisticRequest request)
收集表的统计信息查询(仅获取统计结果)
|
io.reactivex.rxjava3.core.Single<FormUnConfirmedResponse> |
getFormStatistic(FormUnConfirmedRequest request)
收集表的统计信息查询(获取未提交列表,仅当限制提交范围时有结果)
|
io.reactivex.rxjava3.core.Single<WeComResponse> |
modifyForm(AbstractUpdateFormRequest request)
编辑收集表信息
|
@Deprecated @POST(value="wedoc/create_form") io.reactivex.rxjava3.core.Single<GenericResponse<String>> createForm(@Body CreateFormRequest request)
request - the requestWeComException - the weComExceptioncreateForm(CreateSettingFormRequest)@POST(value="wedoc/create_form") io.reactivex.rxjava3.core.Single<GenericResponse<String>> createForm(@Body CreateSettingFormRequest request)
request - the requestWeComException - the we com exception@POST(value="wedoc/modify_form") io.reactivex.rxjava3.core.Single<WeComResponse> modifyForm(@Body AbstractUpdateFormRequest request)
request - the request@POST(value="wedoc/get_form_info") io.reactivex.rxjava3.core.Single<GenericResponse<FormDetail>> getFormInfo(@Body FormId formid)
formid - the formid@POST(value="wedoc/get_form_statistic") io.reactivex.rxjava3.core.Single<FormStatisticResponse> getFormStatistic(@Body FormStatisticRequest request)
request - the request@POST(value="wedoc/get_form_statistic") io.reactivex.rxjava3.core.Single<FormConfirmedResponse> getFormStatistic(@Body FormConfirmedRequest request)
request - the request@POST(value="wedoc/get_form_statistic") io.reactivex.rxjava3.core.Single<FormUnConfirmedResponse> getFormStatistic(@Body FormUnConfirmedRequest request)
request - the request@POST(value="wedoc/get_form_answer") io.reactivex.rxjava3.core.Single<FormAnswerResponse> getFormAnswer(@Body FormAnswerRequest request)
request - the requestCopyright © 2023. All rights reserved.