GET api/ElistContacts/GetElistContact/{Id}
Get a contact (of type ElistContact) by the Elist Contact Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The Id of the contact to get. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ElistContact
ElistContact| Name | Description | Type | Additional information |
|---|---|---|---|
| ListContact_Id | integer |
None. |
|
| ListName | string |
Required String length: inclusive between 0 and 128 |
|
| ListDisplayName | string |
Required String length: inclusive between 0 and 255 |
|
| OwnerNetID | string |
Required String length: inclusive between 0 and 50 |
|
| OwnerEMailAddress | string |
Required String length: inclusive between 0 and 128 |
|
| OwnerDisplayName | string |
Required String length: inclusive between 0 and 128 |
|
| ListDomainName | string |
Required String length: inclusive between 0 and 128 |
|
| Purpose | string |
Required String length: inclusive between 0 and 128 |
|
| SponsorNetID | string |
Required String length: inclusive between 0 and 50 |
|
| CornellEntity | string |
None. |
|
| ListContactDirectory_Id | globally unique identifier |
None. |
|
| RequestContactDirectory_Id | globally unique identifier |
None. |
|
| OwnerContactDirectory_Id | globally unique identifier |
None. |
|
| Enabled | boolean |
None. |
|
| MetaData | Dictionary of string [key] and Object [value] |
None. |
|
| SerializedMetaData | string |
None. |
|
| Notes | string |
None. |
|
| WhenCreated | date |
None. |
|
| WhenModified | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ListContact_Id": 1,
"ListName": "sample string 2",
"ListDisplayName": "sample string 3",
"OwnerNetID": "sample string 4",
"OwnerEMailAddress": "sample string 5",
"OwnerDisplayName": "sample string 6",
"ListDomainName": "sample string 7",
"Purpose": "sample string 8",
"SponsorNetID": "sample string 9",
"CornellEntity": "sample string 10",
"ListContactDirectory_Id": "7adede82-ff89-426a-a018-10ebecdd4ee4",
"RequestContactDirectory_Id": "729eebba-78b3-4200-b6f5-b8bb9bd05faf",
"OwnerContactDirectory_Id": "a8cad86b-1f5e-442b-a853-edfe61756620",
"Enabled": true,
"MetaData": {},
"SerializedMetaData": "{}",
"Notes": "sample string 16",
"WhenCreated": "2025-12-31T20:07:10.227077-05:00",
"WhenModified": "2025-12-31T20:07:10.227077-05:00"
}
application/xml, text/xml
Sample:
<ElistContact xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListServiceManagement.Models">
<CornellEntity>sample string 10</CornellEntity>
<Enabled>true</Enabled>
<ListContactDirectory_Id>7adede82-ff89-426a-a018-10ebecdd4ee4</ListContactDirectory_Id>
<ListContact_Id>1</ListContact_Id>
<ListDisplayName>sample string 3</ListDisplayName>
<ListDomainName>sample string 7</ListDomainName>
<ListName>sample string 2</ListName>
<MetaData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<Notes>sample string 16</Notes>
<OwnerContactDirectory_Id>a8cad86b-1f5e-442b-a853-edfe61756620</OwnerContactDirectory_Id>
<OwnerDisplayName>sample string 6</OwnerDisplayName>
<OwnerEMailAddress>sample string 5</OwnerEMailAddress>
<OwnerNetID>sample string 4</OwnerNetID>
<Purpose>sample string 8</Purpose>
<RequestContactDirectory_Id>729eebba-78b3-4200-b6f5-b8bb9bd05faf</RequestContactDirectory_Id>
<SerializedMetaData>{}</SerializedMetaData>
<SponsorNetID>sample string 9</SponsorNetID>
<WhenCreated>2025-12-31T20:07:10.227077-05:00</WhenCreated>
<WhenModified>2025-12-31T20:07:10.227077-05:00</WhenModified>
</ElistContact>