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
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": "7899b884-83d3-42bf-8eb4-8a894d58f34b",
"MobileReferralId": "fa144647-7704-457f-9b90-241c2cb0aedd",
"UNHCRReferralId": "sample string 3",
"MobileReferralFollowUpId": "d2ce062c-5dcb-46b5-b46f-a8db958af869",
"UNHCRReferraFollowUplId": 1,
"DeviceGroup_id": "f166a174-c72d-4c58-b0c5-204130932c40",
"IsRegisteredUNHCR": true,
"UNHCRCaseNumber": "sample string 6",
"FollowUpAction": "sample string 7",
"FollowUpActionDate": "2026-05-06T12:34:57.7521703+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>7899b884-83d3-42bf-8eb4-8a894d58f34b</EventId> <MobileReferralId>fa144647-7704-457f-9b90-241c2cb0aedd</MobileReferralId> <UNHCRReferralId>sample string 3</UNHCRReferralId> <MobileReferralFollowUpId>d2ce062c-5dcb-46b5-b46f-a8db958af869</MobileReferralFollowUpId> <UNHCRReferraFollowUplId>1</UNHCRReferraFollowUplId> <DeviceGroup_id>f166a174-c72d-4c58-b0c5-204130932c40</DeviceGroup_id> <IsRegisteredUNHCR>true</IsRegisteredUNHCR> <UNHCRCaseNumber>sample string 6</UNHCRCaseNumber> <FollowUpAction>sample string 7</FollowUpAction> <FollowUpActionDate>2026-05-06T12:34:57.7521703+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" 7899b884-83d3-42bf-8eb4-8a894d58f34b --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MobileReferralId" fa144647-7704-457f-9b90-241c2cb0aedd --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="UNHCRReferralId" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MobileReferralFollowUpId" d2ce062c-5dcb-46b5-b46f-a8db958af869 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="UNHCRReferraFollowUplId" 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="DeviceGroup_id" f166a174-c72d-4c58-b0c5-204130932c40 --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-05-06T12:34:57.7521703+00:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Username" sample string 9 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Comments" sample string 10 --MultipartDataMediaFormatterBoundary1q2w3e--