GET Profile/{id}/Registrations
Gets the event registrations associated with this profile
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The profile id to query |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RegistrationSearchResultDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProfileID | integer |
None. |
|
| ProfileReportName | string |
None. |
|
| DisplayName | string |
None. |
|
| OrgName | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| Paid | boolean |
None. |
|
| SignUpDate | date |
None. |
|
| AmountInvoiced | decimal number |
None. |
|
| AmountPaid | decimal number |
None. |
|
| ItemsDisplay | string |
None. |
|
| Member | boolean |
None. |
|
| OrgInd | boolean |
None. |
|
| InvoiceNum | integer |
None. |
|
| AttendeeCount | integer |
None. |
|
| PotentialAttendeeCount | integer |
None. |
|
| BlankAttendeeCount | integer |
None. |
|
| HasRefundableCCPayment | boolean |
None. |
|
| EventId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
- {
- "Id": 1,
- "ProfileID": 2,
- "ProfileReportName": "sample string 3",
- "DisplayName": "sample string 4",
- "OrgName": "sample string 5",
- "FirstName": "sample string 6",
- "LastName": "sample string 7",
- "Email": "sample string 8",
- "Phone": "sample string 9",
- "Paid": true,
- "SignUpDate": "2025-11-01T19:00:38.3235892Z",
- "AmountInvoiced": 12.1,
- "AmountPaid": 13.1,
- "ItemsDisplay": "sample string 14",
- "Member": true,
- "OrgInd": true,
- "InvoiceNum": 17,
- "AttendeeCount": 18,
- "PotentialAttendeeCount": 19,
- "BlankAttendeeCount": 20,
- "HasRefundableCCPayment": true,
- "EventId": 22
{
- "Id": 1,
- "ProfileID": 2,
- "ProfileReportName": "sample string 3",
- "DisplayName": "sample string 4",
- "OrgName": "sample string 5",
- "FirstName": "sample string 6",
- "LastName": "sample string 7",
- "Email": "sample string 8",
- "Phone": "sample string 9",
- "Paid": true,
- "SignUpDate": "2025-11-01T19:00:38.3235892Z",
- "AmountInvoiced": 12.1,
- "AmountPaid": 13.1,
- "ItemsDisplay": "sample string 14",
- "Member": true,
- "OrgInd": true,
- "InvoiceNum": 17,
- "AttendeeCount": 18,
- "PotentialAttendeeCount": 19,
- "BlankAttendeeCount": 20,
- "HasRefundableCCPayment": true,
- "EventId": 22