GET api/StudentRelationships/{StudentRelationshipId}
Returns a Student Relationship.
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| StudentRelationshipId | 
                         Application identifier for the Student Relationship  | 
                    globally unique identifier | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
StudentRelationship object for the specified StudentRelationshipId
StudentRelationship| Name | Description | Type | Additional information | 
|---|---|---|---|
| StudentId | 
                         The application identifier of the Student for the Student Relationship.  | 
                    globally unique identifier | 
                             None.  | 
                
| StudentRelationshipPerson | 
                         The Person for the Student Relationship.  | 
                    Person | 
                             None.  | 
                
| RelationshipType | 
                         The Relationship Type user identifier for the Student Relationship.  | 
                    string | 
                             None.  | 
                
| RelationshipDescription | 
                         The Relationship Type description for the Student Relationship.  | 
                    string | 
                             None.  | 
                
| ContactSequence | 
                         The contact sequence for the Student Relationship. This is the order in which Student Relationships should be contacted.  | 
                    integer | 
                             None.  | 
                
| ParentLegalGuardian | 
                         The indicator for whether the Student Relationship is a parent or legal guardian for the Student.  | 
                    boolean | 
                             None.  | 
                
| HasCustody | 
                         The indicator for whether the Student Relationship has custody for the Student.  | 
                    boolean | 
                             None.  | 
                
| AccessToRecords | 
                         The indicator for whether the Student Relationship has access to records for the Student.  | 
                    boolean | 
                             None.  | 
                
| PickupRights | 
                         The indicator for whether the Student Relationship has pickup rights for the Student.  | 
                    boolean | 
                             None.  | 
                
| LivesWith | 
                         The indicator for whether the Student Relationship lives with the Student.  | 
                    boolean | 
                             None.  | 
                
| EmergencyContact | 
                         The indicator for whether the Student Relationship is an emergency contact for the Student.  | 
                    boolean | 
                             None.  | 
                
| DefaultAddress | 
                         The default address for the Student Relationship.  | 
                    Address | 
                             None.  | 
                
| AddressList | 
                         The addresses for the Student Relationship. This list includes the default address for the Student Relationship.  | 
                    Collection of Address | 
                             None.  | 
                
| DefaultPhone | 
                         The default phone for the Student Relationship.  | 
                    Phone | 
                             None.  | 
                
| PhoneList | 
                         The phones for the Student Relationship. This list includes the default phone for the Student Relationship.  | 
                    Collection of Phone | 
                             None.  | 
                
| DefaultEmail | 
                         The default email for the Student Relationship.  | 
                    
                             None.  | 
                |
| EmailList | 
                         The emails for the Student Relationship. This list includes the default email for the Student Relationship.  | 
                    Collection of Email | 
                             None.  | 
                
| SIFRefId | 
                         The SIFRefID for the Student Relationship.  | 
                    globally unique identifier | 
                             None.  | 
                
| Id | 
                         The application identifier for the object. This cannot be changed by the user.  | 
                    globally unique identifier | 
                             None.  | 
                
| DataVersion | 
                         The version of the API data  | 
                    string | 
                             None.  | 
                
| ApiName | 
                         The name of the object without the Api suffix  | 
                    string | 
                             None.  | 
                
Response Formats
application/json, text/json
{
  "StudentId": "26d12a92-8979-4678-838f-191a34df3019",
  "StudentRelationshipPerson": {
    "Title": "sample string 1",
    "FirstName": "sample string 2",
    "MiddleName": "sample string 3",
    "LastName": "sample string 4",
    "Suffix": "sample string 5",
    "AlternateFirstName": "sample string 6",
    "AlternateLastName": "sample string 7",
    "SSN": "sample string 8",
    "Gender": "sample string 9",
    "BirthDate": "2025-11-04T08:57:02.6746211-06:00",
    "HispanicLatino": true,
    "AmericanIndian": true,
    "White": true,
    "Asian": true,
    "PacificIslander": true,
    "Black": true,
    "UnknownRace": true,
    "EmployerName": "sample string 18",
    "LanguageCodeUid": "sample string 19",
    "LanguageCodeDescription": "sample string 20",
    "Id": "c298857f-6625-46f5-9a03-2d78dca6d54a",
    "DataVersion": "sample string 22",
    "ApiName": ""
  },
  "RelationshipType": "sample string 2",
  "RelationshipDescription": "sample string 3",
  "ContactSequence": 4,
  "ParentLegalGuardian": true,
  "HasCustody": true,
  "AccessToRecords": true,
  "PickupRights": true,
  "LivesWith": true,
  "EmergencyContact": true,
  "DefaultAddress": {
    "AddressType": "sample string 1",
    "AddressTypeDescription": "sample string 2",
    "Line1": "sample string 3",
    "Line2": "sample string 4",
    "Line3": "sample string 5",
    "Apartment": "sample string 6",
    "City": "sample string 7",
    "State": "sample string 8",
    "Country": "sample string 9",
    "PostalCode": "sample string 10",
    "Zip": "sample string 11",
    "ZipPlusFour": "sample string 12",
    "RoomNumber": "sample string 13",
    "Id": "4de6e518-8a0c-4e48-900f-d54f4c9ad868",
    "DataVersion": "sample string 15",
    "ApiName": ""
  },
  "AddressList": [
    {
      "AddressType": "sample string 1",
      "AddressTypeDescription": "sample string 2",
      "Line1": "sample string 3",
      "Line2": "sample string 4",
      "Line3": "sample string 5",
      "Apartment": "sample string 6",
      "City": "sample string 7",
      "State": "sample string 8",
      "Country": "sample string 9",
      "PostalCode": "sample string 10",
      "Zip": "sample string 11",
      "ZipPlusFour": "sample string 12",
      "RoomNumber": "sample string 13",
      "Id": "4de6e518-8a0c-4e48-900f-d54f4c9ad868",
      "DataVersion": "sample string 15",
      "ApiName": ""
    },
    {
      "AddressType": "sample string 1",
      "AddressTypeDescription": "sample string 2",
      "Line1": "sample string 3",
      "Line2": "sample string 4",
      "Line3": "sample string 5",
      "Apartment": "sample string 6",
      "City": "sample string 7",
      "State": "sample string 8",
      "Country": "sample string 9",
      "PostalCode": "sample string 10",
      "Zip": "sample string 11",
      "ZipPlusFour": "sample string 12",
      "RoomNumber": "sample string 13",
      "Id": "4de6e518-8a0c-4e48-900f-d54f4c9ad868",
      "DataVersion": "sample string 15",
      "ApiName": ""
    }
  ],
  "DefaultPhone": {
    "MessageDeviceType": "sample string 1",
    "MessageDeviceTypeDescription": "sample string 2",
    "Number": "sample string 3",
    "Description": "sample string 4",
    "Id": "52c4499a-926d-4247-89e1-97991b9b9264",
    "DataVersion": "sample string 6",
    "ApiName": ""
  },
  "PhoneList": [
    {
      "MessageDeviceType": "sample string 1",
      "MessageDeviceTypeDescription": "sample string 2",
      "Number": "sample string 3",
      "Description": "sample string 4",
      "Id": "52c4499a-926d-4247-89e1-97991b9b9264",
      "DataVersion": "sample string 6",
      "ApiName": ""
    },
    {
      "MessageDeviceType": "sample string 1",
      "MessageDeviceTypeDescription": "sample string 2",
      "Number": "sample string 3",
      "Description": "sample string 4",
      "Id": "52c4499a-926d-4247-89e1-97991b9b9264",
      "DataVersion": "sample string 6",
      "ApiName": ""
    }
  ],
  "DefaultEmail": {
    "Address": "sample string 1",
    "Description": "sample string 2",
    "Id": "dcf750de-878c-48cb-a47e-5133f4816db5",
    "DataVersion": "sample string 4",
    "ApiName": ""
  },
  "EmailList": [
    {
      "Address": "sample string 1",
      "Description": "sample string 2",
      "Id": "dcf750de-878c-48cb-a47e-5133f4816db5",
      "DataVersion": "sample string 4",
      "ApiName": ""
    },
    {
      "Address": "sample string 1",
      "Description": "sample string 2",
      "Id": "dcf750de-878c-48cb-a47e-5133f4816db5",
      "DataVersion": "sample string 4",
      "ApiName": ""
    }
  ],
  "SIFRefId": "a991d6b5-aa5a-47e2-a596-0b9d3991ebae",
  "Id": "92f7c4db-728e-459e-913a-a9b13cc2efa4",
  "DataVersion": "sample string 13",
  "ApiName": ""
}
        application/xml, text/xml
<StudentRelationship xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi.v1">
  <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 13</DataVersion>
  <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">92f7c4db-728e-459e-913a-a9b13cc2efa4</Id>
  <AccessToRecords>true</AccessToRecords>
  <AddressList>
    <Address>
      <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 15</DataVersion>
      <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">4de6e518-8a0c-4e48-900f-d54f4c9ad868</Id>
      <AddressType>sample string 1</AddressType>
      <AddressTypeDescription>sample string 2</AddressTypeDescription>
      <Apartment>sample string 6</Apartment>
      <City>sample string 7</City>
      <Country>sample string 9</Country>
      <Line1>sample string 3</Line1>
      <Line2>sample string 4</Line2>
      <Line3>sample string 5</Line3>
      <PostalCode>sample string 10</PostalCode>
      <RoomNumber>sample string 13</RoomNumber>
      <State>sample string 8</State>
      <Zip>sample string 11</Zip>
      <ZipPlusFour>sample string 12</ZipPlusFour>
    </Address>
    <Address>
      <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 15</DataVersion>
      <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">4de6e518-8a0c-4e48-900f-d54f4c9ad868</Id>
      <AddressType>sample string 1</AddressType>
      <AddressTypeDescription>sample string 2</AddressTypeDescription>
      <Apartment>sample string 6</Apartment>
      <City>sample string 7</City>
      <Country>sample string 9</Country>
      <Line1>sample string 3</Line1>
      <Line2>sample string 4</Line2>
      <Line3>sample string 5</Line3>
      <PostalCode>sample string 10</PostalCode>
      <RoomNumber>sample string 13</RoomNumber>
      <State>sample string 8</State>
      <Zip>sample string 11</Zip>
      <ZipPlusFour>sample string 12</ZipPlusFour>
    </Address>
  </AddressList>
  <ContactSequence>4</ContactSequence>
  <DefaultAddress>
    <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 15</DataVersion>
    <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">4de6e518-8a0c-4e48-900f-d54f4c9ad868</Id>
    <AddressType>sample string 1</AddressType>
    <AddressTypeDescription>sample string 2</AddressTypeDescription>
    <Apartment>sample string 6</Apartment>
    <City>sample string 7</City>
    <Country>sample string 9</Country>
    <Line1>sample string 3</Line1>
    <Line2>sample string 4</Line2>
    <Line3>sample string 5</Line3>
    <PostalCode>sample string 10</PostalCode>
    <RoomNumber>sample string 13</RoomNumber>
    <State>sample string 8</State>
    <Zip>sample string 11</Zip>
    <ZipPlusFour>sample string 12</ZipPlusFour>
  </DefaultAddress>
  <DefaultEmail>
    <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 4</DataVersion>
    <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">dcf750de-878c-48cb-a47e-5133f4816db5</Id>
    <Address>sample string 1</Address>
    <Description>sample string 2</Description>
  </DefaultEmail>
  <DefaultPhone>
    <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 6</DataVersion>
    <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">52c4499a-926d-4247-89e1-97991b9b9264</Id>
    <Description>sample string 4</Description>
    <MessageDeviceType>sample string 1</MessageDeviceType>
    <MessageDeviceTypeDescription>sample string 2</MessageDeviceTypeDescription>
    <Number>sample string 3</Number>
  </DefaultPhone>
  <EmailList>
    <Email>
      <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 4</DataVersion>
      <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">dcf750de-878c-48cb-a47e-5133f4816db5</Id>
      <Address>sample string 1</Address>
      <Description>sample string 2</Description>
    </Email>
    <Email>
      <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 4</DataVersion>
      <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">dcf750de-878c-48cb-a47e-5133f4816db5</Id>
      <Address>sample string 1</Address>
      <Description>sample string 2</Description>
    </Email>
  </EmailList>
  <EmergencyContact>true</EmergencyContact>
  <HasCustody>true</HasCustody>
  <LivesWith>true</LivesWith>
  <ParentLegalGuardian>true</ParentLegalGuardian>
  <PhoneList>
    <Phone>
      <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 6</DataVersion>
      <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">52c4499a-926d-4247-89e1-97991b9b9264</Id>
      <Description>sample string 4</Description>
      <MessageDeviceType>sample string 1</MessageDeviceType>
      <MessageDeviceTypeDescription>sample string 2</MessageDeviceTypeDescription>
      <Number>sample string 3</Number>
    </Phone>
    <Phone>
      <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 6</DataVersion>
      <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">52c4499a-926d-4247-89e1-97991b9b9264</Id>
      <Description>sample string 4</Description>
      <MessageDeviceType>sample string 1</MessageDeviceType>
      <MessageDeviceTypeDescription>sample string 2</MessageDeviceTypeDescription>
      <Number>sample string 3</Number>
    </Phone>
  </PhoneList>
  <PickupRights>true</PickupRights>
  <RelationshipDescription>sample string 3</RelationshipDescription>
  <RelationshipType>sample string 2</RelationshipType>
  <SIFRefId>a991d6b5-aa5a-47e2-a596-0b9d3991ebae</SIFRefId>
  <StudentId>26d12a92-8979-4678-838f-191a34df3019</StudentId>
  <StudentRelationshipPerson>
    <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 22</DataVersion>
    <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">c298857f-6625-46f5-9a03-2d78dca6d54a</Id>
    <AlternateFirstName>sample string 6</AlternateFirstName>
    <AlternateLastName>sample string 7</AlternateLastName>
    <AmericanIndian>true</AmericanIndian>
    <Asian>true</Asian>
    <BirthDate>2025-11-04T08:57:02.6746211-06:00</BirthDate>
    <Black>true</Black>
    <EmployerName>sample string 18</EmployerName>
    <FirstName>sample string 2</FirstName>
    <Gender>sample string 9</Gender>
    <HispanicLatino>true</HispanicLatino>
    <LanguageCodeDescription>sample string 20</LanguageCodeDescription>
    <LanguageCodeUid>sample string 19</LanguageCodeUid>
    <LastName>sample string 4</LastName>
    <MiddleName>sample string 3</MiddleName>
    <PacificIslander>true</PacificIslander>
    <SSN>sample string 8</SSN>
    <Suffix>sample string 5</Suffix>
    <Title>sample string 1</Title>
    <UnknownRace>true</UnknownRace>
    <White>true</White>
  </StudentRelationshipPerson>
</StudentRelationship>