GET api/WICOfConstruction/Get?ConstructionId={ConstructionId}&WICOfConstructionId={WICOfConstructionId}&BuilderId={BuilderId}&CreatedDate={CreatedDate}&ModifiedDate={ModifiedDate}&CreatedById={CreatedById}&ModifiedById={ModifiedById}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ConstructionId

integer

None.

WICOfConstructionId

integer

None.

BuilderId

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

CreatedById

integer

None.

ModifiedById

integer

None.

Body Parameters

None.

Response Information

Resource Description

WICOfConstructionAPIResultItem
NameDescriptionTypeAdditional information
ConstructionId

integer

None.

WICOfConstructionId

integer

None.

GroupId

integer

None.

EmployeeId

integer

None.

SupplierName

string

None.

Name

string

None.

Tel

string

None.

ThumbnailFilePath

string

None.

NotShared

integer

None.

BuilderId

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

CreatedById

integer

None.

ModifiedById

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ConstructionId": 1,
  "WICOfConstructionId": 2,
  "GroupId": 3,
  "EmployeeId": 4,
  "SupplierName": "sample string 5",
  "Name": "sample string 6",
  "Tel": "sample string 7",
  "ThumbnailFilePath": "",
  "NotShared": 0,
  "BuilderId": 1,
  "CreatedDate": "2025-12-10T05:47:39.1809131+00:00",
  "ModifiedDate": "2025-12-10T05:47:39.1809131+00:00",
  "CreatedById": 10,
  "ModifiedById": 11
}

application/xml, text/xml

Sample:
<WICOfConstructionAPIResultItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data">
  <BuilderId>1</BuilderId>
  <CreatedById>10</CreatedById>
  <CreatedDate>2025-12-10T05:47:39.1809131+00:00</CreatedDate>
  <ModifiedById>11</ModifiedById>
  <ModifiedDate>2025-12-10T05:47:39.1809131+00:00</ModifiedDate>
  <ConstructionId>1</ConstructionId>
  <EmployeeId>4</EmployeeId>
  <GroupId>3</GroupId>
  <Name>sample string 6</Name>
  <SupplierName>sample string 5</SupplierName>
  <Tel>sample string 7</Tel>
  <WICOfConstructionId>2</WICOfConstructionId>
</WICOfConstructionAPIResultItem>