GET /API/v1/Master/Companies/GetList?filter={filter}&orderby={orderby}&top={top}
検索条件を指定して、条件に該当する会社情報を全て取得します。 ## 概要 検索条件を指定して、条件に該当する会社情報を全て取得します。 ***/API/v1/Master/Companies/Get*** と同じく、APIを呼び出すユーザが所属していない他社の情報の場合、参照できる項目は制限されます。 検索条件の指定方法については、[こちらを参照ください](https://docs.microsoft.com/ja-jp/graph/query-parameters#filter-parameter)
Request Information
URI Parameters
UriModel of Companies.GetList
| Name | Description | Type | Additional information |
|---|---|---|---|
| filter | filter |
String |
Required |
| orderby | orderby |
String |
Required |
| top | top |
String |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyId | 会社ID |
String |
Required |
| companyName | 会社名 |
String |
Required |
| businessTypes | 事業種別 |
Collection of businessTypes |
Required |
| representativeName | 代表者名 |
String, Null |
None. |
| address | 住所 |
String, Null |
None. |
| tel | 代表連絡先 |
String, Null |
None. |
| japanCorporateNumber | 法人番号 |
String, Null |
None. |
| notificationNumbers | 届出番号 |
Collection, Null of notificationNumbers |
None. |
| registrationNumbers | 登録番号 |
Collection, Null of registrationNumbers |
None. |
| administrators | 管理者 |
Collection of administrators |
Required |
| useConpas | CONPAS利用 |
Boolean |
Required |
| isActive | 有効フラグ |
Boolean |
Required |
| isPublic | 公開フラグ |
Boolean |
Required |
| isNotifiedOfApplication | 利用申請の通知を受領する |
Boolean |
Required |
| announcements | お知らせ通知先 |
Collection, Null of announcements |
None. |