Added callStatus in get api of form

This commit is contained in:
nisha
2024-09-24 20:03:28 +05:30
parent cdbb9c0072
commit b997fb3a5a
2 changed files with 3 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ public class FormResponseBean {
private Long id;
private String callStatus;
private String label;
private Long callId;