GET /API/v2/Organizations/GetMyList?organizationId=!{organizationId}
会社配下の組織を全て取得します。 ログインしている利用者が所属する会社配下に登録されている全ての組織を取得します。 有効でない組織(isActive=false)を含めて、会社配下に登録されている全ての組織を取得します。 組織に関する詳細については、[組織について]()を参照ください。
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
organizationId | 組織ID |
String |
Required Max length: 20 Pattern : ^[A-Za-z0-9_-]+$ |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
organizationId | 組織ID |
String |
Required Max length: 20 Pattern : ^[A-Za-z0-9_-]+$ |
organizationName | 組織名 |
String |
Required Max length: 130 |
organizationNameEn | 組織名_英語表記 |
String |
Required Max length: 130 |
address |
Required |
||
contactTo |
Required |
||
company |
Required |
||
assignedBusinessTypes | 組織に割り当てられた事業種別 |
Collection, Null of assignedBusinessTypes |
None. |
permitSearchByName | 名称等での検索を許可するか |
Boolean |
Required |
isActive | 有効であるか |
Boolean |
Required |