public interface SelectablesApi
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<SelectablesIndexResponse> |
getFormsSelectables(Integer companyId,
String includes)
フォーム用選択項目情報の取得
<h2 id=\"\">概要</h2> <p>指定した事業所のフォーム用選択項目情報を取得する</p>
|
@GET(value="api/1/forms/selectables") io.reactivex.Observable<SelectablesIndexResponse> getFormsSelectables(@Query(value="company_id") Integer companyId, @Query(value="includes") String includes)
companyId - 事業所ID (required)includes - 取得する項目(項目: account_item) (optional)Copyright © 2020. All rights reserved.