POST api/{area}/Exam/GetItems
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| area | string |
None. |
Body Parameters
ExamQueryPara| Name | Description | Type | Additional information |
|---|---|---|---|
| BIMComposerId | string |
None. |
|
| KeyWord | string |
None. |
|
| Token | string |
None. |
|
| ExamineResult | string |
None. |
|
| aede_examinetype | string |
None. |
|
| aede_severitylevel | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BIMComposerId": "sample string 1",
"KeyWord": "sample string 2",
"Token": "sample string 3",
"ExamineResult": "sample string 4",
"aede_examinetype": "sample string 5",
"aede_severitylevel": "sample string 6"
}
application/xml, text/xml
Sample:
<ExamQueryPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.Exam"> <BIMComposerId>sample string 1</BIMComposerId> <ExamineResult>sample string 4</ExamineResult> <KeyWord>sample string 2</KeyWord> <Token>sample string 3</Token> <aede_examinetype>sample string 5</aede_examinetype> <aede_severitylevel>sample string 6</aede_severitylevel> </ExamQueryPara>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |