GET api/MobileReferralsFollowUp/GetMobileReferralFollowUpByEventUNHCRCaseNumber?eventId={eventId}&unhcrCaseNumber={unhcrCaseNumber}
Get List of Mobile Referral Follow Up by Event Id filter by UNHCR Case Number
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| eventId |
Event Id |
globally unique identifier |
Required |
| unhcrCaseNumber |
UNHCR Case Number |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
List of Mobile Referral Follow Up by Event Id filter by UNHCR Case Number
VMobileReferralFollowUpDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId |
Event Id |
globally unique identifier |
None. |
| MobileReferralId |
Mobile Referral Id |
globally unique identifier |
None. |
| UNHCRReferralId |
UNHCR RAIS Referral Id |
string |
Data type: Text String length: inclusive between 0 and 36 |
| MobileReferralFollowUpId |
Mobile Referral Follow-Up Id |
globally unique identifier |
None. |
| UNHCRReferraFollowUplId |
UNHCR RAIS Referral Follow-Up Id |
integer |
None. |
| DeviceGroup_id |
Enroll Group Id |
globally unique identifier |
None. |
| IsRegisteredUNHCR |
Is Registered with UNHCR |
boolean |
None. |
| UNHCRCaseNumber |
UNHCR Case Number, |
string |
None. |
| FollowUpAction |
Follow-Up Action |
string |
None. |
| FollowUpActionDate |
Follow-Up Action Date |
date |
None. |
| Username |
User |
string |
None. |
| Comments |
Referral Comments |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"EventId": "f27854bc-d19f-4235-908a-46fa974795ba",
"MobileReferralId": "087b1d78-b004-4e0e-b47b-1ff7640035df",
"UNHCRReferralId": "sample string 3",
"MobileReferralFollowUpId": "ebc6cf0a-cbe6-41e0-a41f-7a39d3673bba",
"UNHCRReferraFollowUplId": 1,
"DeviceGroup_id": "fd945f7a-1476-4565-a1bf-18a706f9b968",
"IsRegisteredUNHCR": true,
"UNHCRCaseNumber": "sample string 6",
"FollowUpAction": "sample string 7",
"FollowUpActionDate": "2026-08-04T22:29:00.3023193+00:00",
"Username": "sample string 9",
"Comments": "sample string 10"
}
application/xml, text/xml
Sample:
<VMobileReferralFollowUpDisplay xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <EventId>f27854bc-d19f-4235-908a-46fa974795ba</EventId> <MobileReferralId>087b1d78-b004-4e0e-b47b-1ff7640035df</MobileReferralId> <UNHCRReferralId>sample string 3</UNHCRReferralId> <MobileReferralFollowUpId>ebc6cf0a-cbe6-41e0-a41f-7a39d3673bba</MobileReferralFollowUpId> <UNHCRReferraFollowUplId>1</UNHCRReferraFollowUplId> <DeviceGroup_id>fd945f7a-1476-4565-a1bf-18a706f9b968</DeviceGroup_id> <IsRegisteredUNHCR>true</IsRegisteredUNHCR> <UNHCRCaseNumber>sample string 6</UNHCRCaseNumber> <FollowUpAction>sample string 7</FollowUpAction> <FollowUpActionDate>2026-08-04T22:29:00.3023193+00:00</FollowUpActionDate> <Username>sample string 9</Username> <Comments>sample string 10</Comments> </VMobileReferralFollowUpDisplay>
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="EventId" f27854bc-d19f-4235-908a-46fa974795ba --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MobileReferralId" 087b1d78-b004-4e0e-b47b-1ff7640035df --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="UNHCRReferralId" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MobileReferralFollowUpId" ebc6cf0a-cbe6-41e0-a41f-7a39d3673bba --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="UNHCRReferraFollowUplId" 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="DeviceGroup_id" fd945f7a-1476-4565-a1bf-18a706f9b968 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="IsRegisteredUNHCR" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="UNHCRCaseNumber" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="FollowUpAction" sample string 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="FollowUpActionDate" 2026-08-04T22:29:00.3023193+00:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Username" sample string 9 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Comments" sample string 10 --MultipartDataMediaFormatterBoundary1q2w3e--