GET api/AuthorizationDetail/GetExamComponentList?q={q}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfExamcomponentDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | Collection of ExamcomponentDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": [
{
"Id": 1,
"ComponentId": 2,
"ComponentName": "sample string 3",
"Sequence": 4,
"CaseNo": 5,
"IsAuthorizationEnable": true,
"AuthorizationType": 7,
"MappingId": 1,
"RecordId": "67579f10-12b2-43de-b7fa-c07e7d8c877a",
"OrderCategoryTypeId": 1,
"OrderCategoryTypeLevel1Id": "sample string 8",
"OrderCategoryTypeLevel2Id": 1,
"OrderCategoryTypeLevel3Id": 1,
"Selected": true,
"OrderDescription": "sample string 10",
"ValidFlag": true,
"DateCreated": "2025-10-30T07:44:41.9232566-07:00",
"DateUpdated": "2025-10-30T07:44:41.9232566-07:00",
"UserIDCreated": 14,
"UserIDUpdated": 15
},
{
"Id": 1,
"ComponentId": 2,
"ComponentName": "sample string 3",
"Sequence": 4,
"CaseNo": 5,
"IsAuthorizationEnable": true,
"AuthorizationType": 7,
"MappingId": 1,
"RecordId": "67579f10-12b2-43de-b7fa-c07e7d8c877a",
"OrderCategoryTypeId": 1,
"OrderCategoryTypeLevel1Id": "sample string 8",
"OrderCategoryTypeLevel2Id": 1,
"OrderCategoryTypeLevel3Id": 1,
"Selected": true,
"OrderDescription": "sample string 10",
"ValidFlag": true,
"DateCreated": "2025-10-30T07:44:41.9232566-07:00",
"DateUpdated": "2025-10-30T07:44:41.9232566-07:00",
"UserIDCreated": 14,
"UserIDUpdated": 15
}
],
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfExamcomponentDTOzIntITI8 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:ExamcomponentDTO>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T07:44:41.9232566-07:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T07:44:41.9232566-07:00</DateUpdated>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">14</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">15</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
<d2p1:AuthorizationType>7</d2p1:AuthorizationType>
<d2p1:CaseNo>5</d2p1:CaseNo>
<d2p1:ComponentId>2</d2p1:ComponentId>
<d2p1:ComponentName>sample string 3</d2p1:ComponentName>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsAuthorizationEnable>true</d2p1:IsAuthorizationEnable>
<d2p1:MappingId>1</d2p1:MappingId>
<d2p1:OrderCategoryTypeId>1</d2p1:OrderCategoryTypeId>
<d2p1:OrderCategoryTypeLevel1Id>sample string 8</d2p1:OrderCategoryTypeLevel1Id>
<d2p1:OrderCategoryTypeLevel2Id>1</d2p1:OrderCategoryTypeLevel2Id>
<d2p1:OrderCategoryTypeLevel3Id>1</d2p1:OrderCategoryTypeLevel3Id>
<d2p1:OrderDescription>sample string 10</d2p1:OrderDescription>
<d2p1:RecordId>67579f10-12b2-43de-b7fa-c07e7d8c877a</d2p1:RecordId>
<d2p1:Selected>true</d2p1:Selected>
<d2p1:Sequence>4</d2p1:Sequence>
</d2p1:ExamcomponentDTO>
<d2p1:ExamcomponentDTO>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T07:44:41.9232566-07:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T07:44:41.9232566-07:00</DateUpdated>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">14</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">15</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
<d2p1:AuthorizationType>7</d2p1:AuthorizationType>
<d2p1:CaseNo>5</d2p1:CaseNo>
<d2p1:ComponentId>2</d2p1:ComponentId>
<d2p1:ComponentName>sample string 3</d2p1:ComponentName>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsAuthorizationEnable>true</d2p1:IsAuthorizationEnable>
<d2p1:MappingId>1</d2p1:MappingId>
<d2p1:OrderCategoryTypeId>1</d2p1:OrderCategoryTypeId>
<d2p1:OrderCategoryTypeLevel1Id>sample string 8</d2p1:OrderCategoryTypeLevel1Id>
<d2p1:OrderCategoryTypeLevel2Id>1</d2p1:OrderCategoryTypeLevel2Id>
<d2p1:OrderCategoryTypeLevel3Id>1</d2p1:OrderCategoryTypeLevel3Id>
<d2p1:OrderDescription>sample string 10</d2p1:OrderDescription>
<d2p1:RecordId>67579f10-12b2-43de-b7fa-c07e7d8c877a</d2p1:RecordId>
<d2p1:Selected>true</d2p1:Selected>
<d2p1:Sequence>4</d2p1:Sequence>
</d2p1:ExamcomponentDTO>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfArrayOfExamcomponentDTOzIntITI8>