GET api/SupplierEmployee/Get?SupplierId={SupplierId}&EmployeeId={EmployeeId}&BuilderId={BuilderId}&CreatedDate={CreatedDate}&ModifiedDate={ModifiedDate}&CreatedById={CreatedById}&ModifiedById={ModifiedById}
IDを指定して職人を取得
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SupplierId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| BuilderId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| CreatedById | integer |
None. |
|
| ModifiedById | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
data[1] "BuilderId":会社ID "SupplierId":サプライヤー企業ID "EmployeeId":社員ID "Code":社員コード "Name":名前 "Furigana":ふりがな "Email":Email "Role":権限 "DateOfEntering":入社日 "DateOfLeaving":退社日 "FileName":ファイル名 "ThumbnailFilePath":サムネイルファイルパス "ActivationStatus":認証ステータス "WorkerOfIndustryIds":業種(ID) "WorkerOfIndustryValues":業種(名称) "Tel":電話番号 "CreatedDate":登録日時 "ModifiedDate":更新日時 "CreatedById":登録者ID "ModifiedById":更新者ID
SupplierEmployeeAPIResultItem| Name | Description | Type | Additional information |
|---|---|---|---|
| SupplierId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| Furigana | string |
None. |
|
| string |
None. |
||
| Role | integer |
None. |
|
| DateOfEntering | date |
None. |
|
| DateOfLeaving | date |
None. |
|
| FileName | string |
None. |
|
| ThumbnailFilePath | string |
None. |
|
| ActivationStatus | integer |
None. |
|
| WorkerOfIndustryIds | Collection of integer |
None. |
|
| WorkerOfIndustryValues | Collection of string |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| CreatedById | integer |
None. |
|
| ModifiedById | integer |
None. |
|
| Tel | string |
None. |
|
| BuilderId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| CreatedById | integer |
None. |
|
| ModifiedById | integer |
None. |
Response Formats
application/json, text/json
{
"SupplierId": 1,
"EmployeeId": 1,
"Code": "sample string 1",
"Name": "sample string 2",
"Furigana": "sample string 3",
"Email": "sample string 4",
"Role": 5,
"DateOfEntering": "2025-12-10T05:47:39.1027778+00:00",
"DateOfLeaving": "2025-12-10T05:47:39.1027778+00:00",
"FileName": "sample string 6",
"ThumbnailFilePath": "sample string 7",
"ActivationStatus": 8,
"WorkerOfIndustryIds": [
1,
2
],
"WorkerOfIndustryValues": [
"sample string 1",
"sample string 2"
],
"CreatedDate": "2025-12-10T05:47:39.1027778+00:00",
"ModifiedDate": "2025-12-10T05:47:39.1027778+00:00",
"CreatedById": 1,
"ModifiedById": 1,
"Tel": "sample string 9",
"BuilderId": 1
}
application/xml, text/xml
<SupplierEmployeeAPIResultItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data">
<BuilderId>1</BuilderId>
<CreatedById>12</CreatedById>
<CreatedDate>2025-12-10T05:47:39.1027778+00:00</CreatedDate>
<ModifiedById>13</ModifiedById>
<ModifiedDate>2025-12-10T05:47:39.1027778+00:00</ModifiedDate>
<ActivationStatus>8</ActivationStatus>
<Code>sample string 1</Code>
<CreatedById>1</CreatedById>
<CreatedDate>2025-12-10T05:47:39.1027778+00:00</CreatedDate>
<DateOfEntering>2025-12-10T05:47:39.1027778+00:00</DateOfEntering>
<DateOfLeaving>2025-12-10T05:47:39.1027778+00:00</DateOfLeaving>
<Email>sample string 4</Email>
<EmployeeId>1</EmployeeId>
<FileName>sample string 6</FileName>
<Furigana>sample string 3</Furigana>
<ModifiedById>1</ModifiedById>
<ModifiedDate>2025-12-10T05:47:39.1027778+00:00</ModifiedDate>
<Name>sample string 2</Name>
<Role>5</Role>
<SupplierId>1</SupplierId>
<Tel>sample string 9</Tel>
<ThumbnailFilePath>sample string 7</ThumbnailFilePath>
<WorkerOfIndustryIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</WorkerOfIndustryIds>
<WorkerOfIndustryValues xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</WorkerOfIndustryValues>
</SupplierEmployeeAPIResultItem>