{
"requestInfo": {
"apiId": "string",
"ver": "string",
"ts": 0,
"action": "string",
"did": "string",
"key": "string",
"msgId": "string",
"requesterId": "string",
"authToken": "string",
"userInfo": {
"tenantId": "string",
"id": 0,
"uuid": "string",
"userName": "string",
"mobileNumber": "string",
"emailId": "string",
"roles": [
{
"tenantId": "string",
"id": "string",
"name": "string",
"description": "string"
}
],
"salutation": "string",
"name": "string",
"gender": "string",
"alternateMobileNumber": "string",
"altContactNumber": "string",
"pan": "string",
"aadhaarNumber": "string",
"permanentAddress": "string",
"permanentCity": "string",
"permanentPincode": "string",
"correspondenceCity": "string",
"correspondencePincode": "string",
"correspondenceAddress": "string",
"active": true,
"locale": "string",
"type": "string",
"accountLocked": true,
"accountLockedDate": 0,
"fatherOrHusbandName": "string",
"relationship": "string",
"signature": "string",
"bloodGroup": "str",
"photo": "string",
"identificationMark": "string",
"createdBy": 0,
"password": "string",
"otpReference": "string",
"lastModifiedBy": 0,
"createdDate": "2019-08-24",
"lastModifiedDate": "2019-08-24",
"dob": 0,
"pwdExpiryDate": 0
}
},
"tenantId": "string",
"reportName": "string",
"searchParams": [
{
"name": "string",
"input": {}
}
]
}
curl --location -g --request POST 'https://unified-dev.digit.org/[module_base_path]/reports/_get' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestInfo": {
"apiId": "string",
"ver": "string",
"ts": 0,
"action": "string",
"did": "string",
"key": "string",
"msgId": "string",
"requesterId": "string",
"authToken": "string",
"userInfo": {
"tenantId": "string",
"id": 0,
"uuid": "string",
"userName": "string",
"mobileNumber": "string",
"emailId": "string",
"roles": [
{
"tenantId": "string",
"id": "string",
"name": "string",
"description": "string"
}
],
"salutation": "string",
"name": "string",
"gender": "string",
"alternateMobileNumber": "string",
"altContactNumber": "string",
"pan": "string",
"aadhaarNumber": "string",
"permanentAddress": "string",
"permanentCity": "string",
"permanentPincode": "string",
"correspondenceCity": "string",
"correspondencePincode": "string",
"correspondenceAddress": "string",
"active": true,
"locale": "string",
"type": "string",
"accountLocked": true,
"accountLockedDate": 0,
"fatherOrHusbandName": "string",
"relationship": "string",
"signature": "string",
"bloodGroup": "str",
"photo": "string",
"identificationMark": "string",
"createdBy": 0,
"password": "string",
"otpReference": "string",
"lastModifiedBy": 0,
"createdDate": "2019-08-24",
"lastModifiedDate": "2019-08-24",
"dob": 0,
"pwdExpiryDate": 0
}
},
"tenantId": "string",
"reportName": "string",
"searchParams": [
{
"name": "string",
"input": {}
}
]
}'
{
"requestInfo": {
"apiId": "string",
"ver": "string",
"ts": 0,
"resMsgId": "string",
"msgId": "string",
"status": "SUCCESSFUL"
},
"reportHeader": [
{
"name": "string",
"label": "string",
"type": "number",
"defaultValue": {},
"isMandatory": true,
"showColumn": true
}
],
"ttl": 0,
"reportData": [
[
{}
]
]
}