GET api/child/get-adult-privacy?childid={childid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
childid

integer

Required

Body Parameters

None.

Response Information

Resource Description

ContactPrivacyFlagModel
NameDescriptionTypeAdditional information
Allow_SecCon_See_FamilyData

boolean

None.

Allow_SecCon_Share_ChildJournal

boolean

None.

Allow_SecCon_Share_ChildPhoto

boolean

None.

Allow_SecCon_Chat_WithTeacher

boolean

None.

Allow_ShareInfo_In_ChildGroup

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Allow_SecCon_See_FamilyData": true,
  "Allow_SecCon_Share_ChildJournal": true,
  "Allow_SecCon_Share_ChildPhoto": true,
  "Allow_SecCon_Chat_WithTeacher": true,
  "Allow_ShareInfo_In_ChildGroup": true
}

application/xml, text/xml

Sample:
<ContactPrivacyFlagModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCareApiModel">
  <Allow_SecCon_Chat_WithTeacher>true</Allow_SecCon_Chat_WithTeacher>
  <Allow_SecCon_See_FamilyData>true</Allow_SecCon_See_FamilyData>
  <Allow_SecCon_Share_ChildJournal>true</Allow_SecCon_Share_ChildJournal>
  <Allow_SecCon_Share_ChildPhoto>true</Allow_SecCon_Share_ChildPhoto>
  <Allow_ShareInfo_In_ChildGroup>true</Allow_ShareInfo_In_ChildGroup>
</ContactPrivacyFlagModel>