GET api/MESetting/GetExamComponent?q={q}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfExamComponentListDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | Collection of ExamComponentListDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": [
{
"Id": 1,
"ExamId": "sample string 2",
"ComponentId": 3,
"Sequence": 4,
"Name": "sample string 5",
"ValidFlag": true,
"DateCreated": "2025-10-30T10:55:11.2254678-07:00",
"DateUpdated": "2025-10-30T10:55:11.2254678-07:00",
"UserIDCreated": 9,
"UserIDUpdated": 10
},
{
"Id": 1,
"ExamId": "sample string 2",
"ComponentId": 3,
"Sequence": 4,
"Name": "sample string 5",
"ValidFlag": true,
"DateCreated": "2025-10-30T10:55:11.2254678-07:00",
"DateUpdated": "2025-10-30T10:55:11.2254678-07:00",
"UserIDCreated": 9,
"UserIDUpdated": 10
}
],
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfExamComponentListDTOzIntITI8 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
<isSuccess>true</isSuccess>
<jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.MedicalExam">
<d2p1:ExamComponentListDTO>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-10-30T10:55:11.2254678-07:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-10-30T10:55:11.2254678-07:00</DateUpdated>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">9</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">10</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">true</ValidFlag>
<d2p1:ComponentId>3</d2p1:ComponentId>
<d2p1:ExamId>sample string 2</d2p1:ExamId>
<d2p1:Id>1</d2p1:Id>
<d2p1:Name>sample string 5</d2p1:Name>
<d2p1:Sequence>4</d2p1:Sequence>
</d2p1:ExamComponentListDTO>
<d2p1:ExamComponentListDTO>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-10-30T10:55:11.2254678-07:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-10-30T10:55:11.2254678-07:00</DateUpdated>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">9</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">10</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">true</ValidFlag>
<d2p1:ComponentId>3</d2p1:ComponentId>
<d2p1:ExamId>sample string 2</d2p1:ExamId>
<d2p1:Id>1</d2p1:Id>
<d2p1:Name>sample string 5</d2p1:Name>
<d2p1:Sequence>4</d2p1:Sequence>
</d2p1:ExamComponentListDTO>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfArrayOfExamComponentListDTOzIntITI8>