GET api/MobileReferralsFollowUp/GetMobileReferralFollowUpByEventUNHCRReferralID?eventId={eventId}&unhcrReferralID={unhcrReferralID}
Get List of Mobile Referral Follow Up by Event Id filter by UNHCR Referral ID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
eventId |
Event ID |
globally unique identifier |
Required |
unhcrReferralID |
UNHCR Referral ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
VMobileReferralFollowUpDisplayName | 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": "1e41e8ab-5d7c-4188-be46-8053fa292acc", "MobileReferralId": "8d091488-83fe-46f2-b10d-7b082bd8d28c", "UNHCRReferralId": "sample string 3", "MobileReferralFollowUpId": "0cf8c02f-9dc9-4d09-9456-feaf5ba66dcd", "UNHCRReferraFollowUplId": 1, "DeviceGroup_id": "03f520fc-a15d-4801-9ce6-c92a636c3a01", "IsRegisteredUNHCR": true, "UNHCRCaseNumber": "sample string 6", "FollowUpAction": "sample string 7", "FollowUpActionDate": "2025-10-16T04:32:22.5777171+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>1e41e8ab-5d7c-4188-be46-8053fa292acc</EventId> <MobileReferralId>8d091488-83fe-46f2-b10d-7b082bd8d28c</MobileReferralId> <UNHCRReferralId>sample string 3</UNHCRReferralId> <MobileReferralFollowUpId>0cf8c02f-9dc9-4d09-9456-feaf5ba66dcd</MobileReferralFollowUpId> <UNHCRReferraFollowUplId>1</UNHCRReferraFollowUplId> <DeviceGroup_id>03f520fc-a15d-4801-9ce6-c92a636c3a01</DeviceGroup_id> <IsRegisteredUNHCR>true</IsRegisteredUNHCR> <UNHCRCaseNumber>sample string 6</UNHCRCaseNumber> <FollowUpAction>sample string 7</FollowUpAction> <FollowUpActionDate>2025-10-16T04:32:22.5777171+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" 1e41e8ab-5d7c-4188-be46-8053fa292acc --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MobileReferralId" 8d091488-83fe-46f2-b10d-7b082bd8d28c --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="UNHCRReferralId" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MobileReferralFollowUpId" 0cf8c02f-9dc9-4d09-9456-feaf5ba66dcd --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="UNHCRReferraFollowUplId" 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="DeviceGroup_id" 03f520fc-a15d-4801-9ce6-c92a636c3a01 --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" 2025-10-16T04:32:22.5777171+00:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Username" sample string 9 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Comments" sample string 10 --MultipartDataMediaFormatterBoundary1q2w3e--