List
API URL
{{url}}/admin-service/program/list
Method
POST
Description
Program List
Input 1:
Field Name
Type
Mandatory
Example
Authorization(Header)
String
Yes
Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI
Sample Input 1:
{
"limit":3, "tenantId":156, "searchTerm":""
}
Output 1:
Field Name
Type
Comments
id
Number
Program id
name
String
Program name
tenantId
Number
Program tenantId
active
String
Program 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
Medplus
Sample Input 2:
{ "tenantId": "6", "country": "4", "limit": 10, "searchTerm": "Medplus" }
Output 2:
Field Name
Type
Comments
id
Number
Program id
name
String
Program name
tenantId
Number
Program tenantId
active
String
Program status
Sample Output 2:
Last updated