List
API URL
{{url}}/admin-service/labtest/list
Method
POST
Description
Get lab test list
Input 1:
Field Name
Type
Mandatory
Example
Authorization(Header)
String
Yes
Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI
Sample Input 1:
{ "searchTerm": "", "countryId": 4, "tenantId": 156 }
Output 1:
Field Name
Type
Comments
id
String
Lab test id
countryId
Number
Country id
tenantId
Number
Country tenant id
name
String
Lab test name
active
String
Lab test status
Sample Output 1:
Input 2:
Field Name
Type
Mandatory
Example
Authorization(Header)
String
Yes
Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI
Search Name
String
No
Diabetes care
Sample Input 2:
{ "tenantId": "5", "limit": 10, "searchTerm": "Urine Ketones", "countryId": "3", "paginated": true }
Output 2:
Field Name
Type
Comments
id
String
Lab test id
countryId
Number
Country id
tenantId
Number
Country tenant id
name
String
Lab test name
active
String
Lab test status
Sample Output 2:
Last updated