GET /API/v1/Master/OrgEmployees/GetList?filter={filter}&orderby={orderby}
組織・利用者マスタから、検索条件に該当する組織・利用者を全て取得します。 ただし、自社の組織・利用者情報に限ります。他社の組織・利用者情報は取得出来ません。
Request Information
URI Parameters
UriModel of OrgEmployees.GetList
| Name | Description | Type | Additional information |
|---|---|---|---|
| filter | filter |
String |
Required |
| orderby | orderby |
String |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| organizationId | 組織ID |
String |
Required Format : ForeignKey /API/v1/Master/Organizations/Get/{value} |
| employeeId | 利用者ID |
String |
Required Format : ForeignKey /API/v1/Master/Employees/Get/{value} |
| orgEmployeeId | 組織利用者ID |
String |
Required |
| isDefault | デフォルト組織フラグ |
Boolean |
Required |