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
AsapResponseOfListOfExamcomponentDTOName | 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": "a2f9f921-d061-4665-b6b2-54c87de7844c", "OrderCategoryTypeId": 1, "OrderCategoryTypeLevel1Id": "sample string 8", "OrderCategoryTypeLevel2Id": 1, "OrderCategoryTypeLevel3Id": 1, "Selected": true, "OrderDescription": "sample string 10", "ValidFlag": true, "DateCreated": "2024-11-21T00:35:17.2970015-08:00", "DateUpdated": "2024-11-21T00:35:17.2970015-08:00", "UserIDCreated": 14, "UserIDUpdated": 15 }, { "Id": 1, "ComponentId": 2, "ComponentName": "sample string 3", "Sequence": 4, "CaseNo": 5, "IsAuthorizationEnable": true, "AuthorizationType": 7, "MappingId": 1, "RecordId": "a2f9f921-d061-4665-b6b2-54c87de7844c", "OrderCategoryTypeId": 1, "OrderCategoryTypeLevel1Id": "sample string 8", "OrderCategoryTypeLevel2Id": 1, "OrderCategoryTypeLevel3Id": 1, "Selected": true, "OrderDescription": "sample string 10", "ValidFlag": true, "DateCreated": "2024-11-21T00:35:17.2970015-08:00", "DateUpdated": "2024-11-21T00:35:17.2970015-08: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">2024-11-21T00:35:17.2970015-08:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:35:17.2970015-08: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>a2f9f921-d061-4665-b6b2-54c87de7844c</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">2024-11-21T00:35:17.2970015-08:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:35:17.2970015-08: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>a2f9f921-d061-4665-b6b2-54c87de7844c</d2p1:RecordId> <d2p1:Selected>true</d2p1:Selected> <d2p1:Sequence>4</d2p1:Sequence> </d2p1:ExamcomponentDTO> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfArrayOfExamcomponentDTOzIntITI8>