GET api/MobileReferralsFollowUp/GetMobileReferralFollowUpByEvent?eventId={eventId}

Get List of Mobile Referral Follow Up by Event Id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventId

Event Id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

List of Mobile Referral Follow Up by Event Id

VMobileReferralFollowUpDisplay
NameDescriptionTypeAdditional 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": "93d63d29-4d5a-40e3-a959-a25d0a251c6f",
  "MobileReferralId": "f0a38262-3344-47e4-97b7-b2a952738014",
  "UNHCRReferralId": "sample string 3",
  "MobileReferralFollowUpId": "d0daceec-086a-4212-8746-3e57bc115582",
  "UNHCRReferraFollowUplId": 1,
  "DeviceGroup_id": "671f276b-0bb3-4b1e-bcfa-408081335b68",
  "IsRegisteredUNHCR": true,
  "UNHCRCaseNumber": "sample string 6",
  "FollowUpAction": "sample string 7",
  "FollowUpActionDate": "2025-10-16T04:27:20.743222+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>93d63d29-4d5a-40e3-a959-a25d0a251c6f</EventId>
  <MobileReferralId>f0a38262-3344-47e4-97b7-b2a952738014</MobileReferralId>
  <UNHCRReferralId>sample string 3</UNHCRReferralId>
  <MobileReferralFollowUpId>d0daceec-086a-4212-8746-3e57bc115582</MobileReferralFollowUpId>
  <UNHCRReferraFollowUplId>1</UNHCRReferraFollowUplId>
  <DeviceGroup_id>671f276b-0bb3-4b1e-bcfa-408081335b68</DeviceGroup_id>
  <IsRegisteredUNHCR>true</IsRegisteredUNHCR>
  <UNHCRCaseNumber>sample string 6</UNHCRCaseNumber>
  <FollowUpAction>sample string 7</FollowUpAction>
  <FollowUpActionDate>2025-10-16T04:27:20.743222+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"

93d63d29-4d5a-40e3-a959-a25d0a251c6f
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="MobileReferralId"

f0a38262-3344-47e4-97b7-b2a952738014
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="UNHCRReferralId"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="MobileReferralFollowUpId"

d0daceec-086a-4212-8746-3e57bc115582
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="UNHCRReferraFollowUplId"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="DeviceGroup_id"

671f276b-0bb3-4b1e-bcfa-408081335b68
--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:27:20.7432220+00:00
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Username"

sample string 9
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Comments"

sample string 10
--MultipartDataMediaFormatterBoundary1q2w3e--