Social Care Bundle
API change historyRead data captured in Social Care
Request
Request URL
Request parameters
-
integer
This is the internal ID used by CareCentric - obtain this ID from the Patient Search API, in the Demographics bundle
-
string
las = Adults, lcs = Children
Request headers
-
stringOAuth 2.0 access token obtained from CareCentric System Authorisation. Supported grant types: Client credentials.
Request body
Responses
200 OK
Successful operation
Representations
{
"Summary": {
"CaseNumbers": [
{
"CaseNumber": "string",
"TenancyDescription": "string"
}
],
"Team": "string",
"DisabilityIndicator": "string",
"InterpreterRequiredIndicator": "string",
"RiskIndicator": "string",
"HazardIndicator": "string",
"ChildProtectionIndicator": "string",
"ChildInNeedIndicator": "string",
"ChildLookedAfterIndicator": "string",
"LastUpdatedDate": "string"
},
"ActiveCaseWorkers": {
"ActiveCaseWorker": [
{
"StartDate": "string",
"GivenName": "string",
"FamilyName": "string",
"RoleCode": "string",
"RoleDescription": "string",
"TeamCode": "string",
"TeamDescription": "string",
"AddressLine1": "string",
"AddressLine2": "string",
"AddressLine3": "string",
"AddressLine4": "string",
"AddressLine5": "string",
"PostCode": "string",
"EmailAddress": "string",
"TelephoneNumber": "string",
"MobileNumber": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"InactiveCaseWorkers": {
"InactiveCaseWorker": [
{
"EndDate": "string",
"StartDate": "string",
"GivenName": "string",
"FamilyName": "string",
"RoleCode": "string",
"RoleDescription": "string",
"TeamCode": "string",
"TeamDescription": "string",
"AddressLine1": "string",
"AddressLine2": "string",
"AddressLine3": "string",
"AddressLine4": "string",
"AddressLine5": "string",
"PostCode": "string",
"EmailAddress": "string",
"TelephoneNumber": "string",
"MobileNumber": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"ActiveRelatedPersons": {
"ActiveRelatedPerson": [
{
"GivenName": "string",
"FamilyName": "string",
"RelationshipDescription": "string",
"AddressLine1": "string",
"AddressLine2": "string",
"AddressLine3": "string",
"AddressLine4": "string",
"AddressLine5": "string",
"PostCode": "string",
"EmailAddress": "string",
"TelephoneNumber": "string",
"MobileNumber": "string",
"RelationshipFlag": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"InactiveRelatedPersons": {
"InactiveRelatedPerson": [
{
"EndDate": "string",
"GivenName": "string",
"FamilyName": "string",
"RelationshipDescription": "string",
"AddressLine1": "string",
"AddressLine2": "string",
"AddressLine3": "string",
"AddressLine4": "string",
"AddressLine5": "string",
"PostCode": "string",
"EmailAddress": "string",
"TelephoneNumber": "string",
"MobileNumber": "string",
"RelationshipFlag": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"ActiveReferrals": {
"ActiveReferral": [
{
"Date": "string",
"Reason": "string",
"Description": "string",
"RequesterCode": "string",
"RequesterDesc": "string",
"TeamCode": "string",
"TeamDesc": "string",
"Status": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"CompletedReferrals": {
"CompletedReferral": [
{
"EndDate": "string",
"Date": "string",
"Reason": "string",
"Description": "string",
"RequesterCode": "string",
"RequesterDesc": "string",
"TeamCode": "string",
"TeamDesc": "string",
"Status": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"AdultAssessmentEvents": {
"AdultAssessmentEvent": [
{
"Status": "string",
"StartDateTime": "string",
"TypeCode": "string",
"TypeDescription": "string",
"ReasonCode": "string",
"ReasonDescription": "string",
"ReferralIdentifier": "string",
"EndDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"SafeguardingEvents": {
"SafeguardingEvent": [
{
"Status": "string",
"StartDateTime": "string",
"TypeCode": "string",
"TypeDescription": "string",
"ReasonCode": "string",
"ReasonDescription": "string",
"ReferralIdentifier": "string",
"EndDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"DOLSEvents": {
"DOLSEvent": [
{
"Status": "string",
"StartDateTime": "string",
"TypeCode": "string",
"TypeDescription": "string",
"ReasonCode": "string",
"ReasonDescription": "string",
"ReferralIdentifier": "string",
"EndDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"ChildAssessmentEvents": {
"ChildAssessmentEvent": [
{
"Status": "string",
"StartDateTime": "string",
"TypeCode": "string",
"TypeDescription": "string",
"ReasonCode": "string",
"ReasonDescription": "string",
"ReferralIdentifier": "string",
"EndDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"MeetingEvents": {
"MeetingEvent": [
{
"Status": "string",
"StartDateTime": "string",
"TypeCode": "string",
"TypeDescription": "string",
"ReasonCode": "string",
"ReasonDescription": "string",
"ReferralIdentifier": "string",
"EndDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"CaseNotesEvents": {
"CaseNotesEvent": [
{
"Status": "string",
"StartDateTime": "string",
"TypeCode": "string",
"TypeDescription": "string",
"ReasonCode": "string",
"ReasonDescription": "string",
"ReferralIdentifier": "string",
"EndDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"Risks": {
"Risk": [
{
"Description": "string",
"Date": "string",
"TypeCode": "string",
"Note": "string",
"CreatedBy": "string",
"CreatedByCode": "string",
"Status": "string",
"ClosedDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"SpecialFactors": {
"SpecialFactor": [
{
"Description": "string",
"Date": "string",
"TypeCode": "string",
"Note": "string",
"CreatedBy": "string",
"CreatedByCode": "string",
"Status": "string",
"ClosedDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"ChildProtections": {
"ChildProtection": [
{
"Description": "string",
"Date": "string",
"TypeCode": "string",
"Note": "string",
"CreatedBy": "string",
"CreatedByCode": "string",
"Status": "string",
"ClosedDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"ChildInNeeds": {
"ChildInNeed": [
{
"Description": "string",
"Date": "string",
"TypeCode": "string",
"Note": "string",
"CreatedBy": "string",
"CreatedByCode": "string",
"Status": "string",
"ClosedDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"ChildLookAfters": {
"ChildLookAfter": [
{
"Description": "string",
"Date": "string",
"TypeCode": "string",
"Note": "string",
"CreatedBy": "string",
"CreatedByCode": "string",
"Status": "string",
"ClosedDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"MissingPersons": {
"MissingPerson": [
{
"Description": "string",
"Date": "string",
"TypeCode": "string",
"Note": "string",
"CreatedBy": "string",
"CreatedByCode": "string",
"Status": "string",
"ClosedDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"Hazards": {
"Hazard": [
{
"Description": "string",
"Date": "string",
"TypeCode": "string",
"Note": "string",
"CreatedBy": "string",
"CreatedByCode": "string",
"Status": "string",
"ClosedDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"MARACs": {
"MARAC": [
{
"Description": "string",
"Date": "string",
"TypeCode": "string",
"Note": "string",
"CreatedBy": "string",
"CreatedByCode": "string",
"Status": "string",
"ClosedDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"Disabilities": {
"Disability": [
{
"Description": "string",
"StartDate": "string",
"Note": "string",
"Status": "string",
"EndDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"ActiveClassifications": {
"ActiveClassification": [
{
"Description": "string",
"Code": "string",
"StartDate": "string",
"Note": "string",
"Status": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"InactiveClassifications": {
"InactiveClassification": [
{
"EndDate": "string",
"Description": "string",
"Code": "string",
"StartDate": "string",
"Note": "string",
"Status": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"CarePlans": {
"CarePlan": [
{
"Type": "string",
"StartDate": "string",
"EndDate": "string",
"Status": "string",
"ModifiedDate": "string",
"ReviewDate": "string",
"TenancyDescription": "string",
"ServiceProvisions": {
"ServiceProvision": [
{
"Status": "string",
"ServiceType": "string",
"ServiceName": "string",
"Comments": "string",
"ProviderName": "string",
"ProviderPhone": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
}
}
],
"TotalItemCount": 0
}
}
{
"description": "LiquidLogic results collection.",
"type": "object",
"properties": {
"Summary": {
"description": "Summary",
"type": "object",
"properties": {
"CaseNumbers": {
"description": "CaseNumbers",
"type": "array",
"items": {
"description": "Summary Case Number",
"type": "object",
"properties": {
"CaseNumber": {
"description": "Gets or sets the case number.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"Team": {
"description": "Gets or sets the team.",
"type": "string"
},
"DisabilityIndicator": {
"description": "Gets or sets the disability indicator.",
"type": "string"
},
"InterpreterRequiredIndicator": {
"description": "Gets or sets the interpreter required indicator.",
"type": "string"
},
"RiskIndicator": {
"description": "Gets or sets the risk indicator.",
"type": "string"
},
"HazardIndicator": {
"description": "Gets or sets the hazard indicator.",
"type": "string"
},
"ChildProtectionIndicator": {
"description": "Gets or sets the child protection indicator.",
"type": "string"
},
"ChildInNeedIndicator": {
"description": "Gets or sets the child in need indicator.",
"type": "string"
},
"ChildLookedAfterIndicator": {
"description": "Gets or sets the child looked after indicator.",
"type": "string"
},
"LastUpdatedDate": {
"format": "date-time",
"description": "LastUpdatedDate",
"type": "string"
}
}
},
"ActiveCaseWorkers": {
"description": "ActiveCaseWorkers",
"type": "object",
"properties": {
"ActiveCaseWorker": {
"description": "ActiveCaseWorkers collection",
"type": "array",
"items": {
"description": "ActiveCaseWorker Collection",
"type": "object",
"properties": {
"StartDate": {
"format": "date-time",
"description": "Gets or sets the start date.",
"type": "string"
},
"GivenName": {
"description": "Gets or sets the name of the given.",
"type": "string"
},
"FamilyName": {
"description": "Gets or sets the name of the family.",
"type": "string"
},
"RoleCode": {
"description": "Gets or sets the role code.",
"type": "string"
},
"RoleDescription": {
"description": "Gets or sets the role description.",
"type": "string"
},
"TeamCode": {
"description": "Gets or sets the team code.",
"type": "string"
},
"TeamDescription": {
"description": "Gets or sets the team description.",
"type": "string"
},
"AddressLine1": {
"description": "Gets or sets the address line1.",
"type": "string"
},
"AddressLine2": {
"description": "Gets or sets the address line2.",
"type": "string"
},
"AddressLine3": {
"description": "Gets or sets the address line3.",
"type": "string"
},
"AddressLine4": {
"description": "Gets or sets the address line4.",
"type": "string"
},
"AddressLine5": {
"description": "Gets or sets the address line5.",
"type": "string"
},
"PostCode": {
"description": "Gets or sets the post code.",
"type": "string"
},
"EmailAddress": {
"description": "Gets or sets the email address.",
"type": "string"
},
"TelephoneNumber": {
"description": "Gets or sets the telephone number.",
"type": "string"
},
"MobileNumber": {
"description": "Gets or sets the mobile number.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of workers.",
"type": "integer",
"readOnly": true
}
}
},
"InactiveCaseWorkers": {
"description": "InactiveCaseWorkers",
"type": "object",
"properties": {
"InactiveCaseWorker": {
"description": "InactiveCaseWorkers collection",
"type": "array",
"items": {
"description": "Inactive Case Workers",
"type": "object",
"properties": {
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"StartDate": {
"format": "date-time",
"description": "Gets or sets the start date.",
"type": "string"
},
"GivenName": {
"description": "Gets or sets the name of the given.",
"type": "string"
},
"FamilyName": {
"description": "Gets or sets the name of the family.",
"type": "string"
},
"RoleCode": {
"description": "Gets or sets the role code.",
"type": "string"
},
"RoleDescription": {
"description": "Gets or sets the role description.",
"type": "string"
},
"TeamCode": {
"description": "Gets or sets the team code.",
"type": "string"
},
"TeamDescription": {
"description": "Gets or sets the team description.",
"type": "string"
},
"AddressLine1": {
"description": "Gets or sets the address line1.",
"type": "string"
},
"AddressLine2": {
"description": "Gets or sets the address line2.",
"type": "string"
},
"AddressLine3": {
"description": "Gets or sets the address line3.",
"type": "string"
},
"AddressLine4": {
"description": "Gets or sets the address line4.",
"type": "string"
},
"AddressLine5": {
"description": "Gets or sets the address line5.",
"type": "string"
},
"PostCode": {
"description": "Gets or sets the post code.",
"type": "string"
},
"EmailAddress": {
"description": "Gets or sets the email address.",
"type": "string"
},
"TelephoneNumber": {
"description": "Gets or sets the telephone number.",
"type": "string"
},
"MobileNumber": {
"description": "Gets or sets the mobile number.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of workers.",
"type": "integer",
"readOnly": true
}
}
},
"ActiveRelatedPersons": {
"description": "ActiveRelatedPersons",
"type": "object",
"properties": {
"ActiveRelatedPerson": {
"description": "ActiveRelatedPersons collection",
"type": "array",
"items": {
"description": "RelatedPerson",
"type": "object",
"properties": {
"GivenName": {
"description": "GivenName",
"type": "string"
},
"FamilyName": {
"description": "FamilyName",
"type": "string"
},
"RelationshipDescription": {
"description": "RelationshipDescription",
"type": "string"
},
"AddressLine1": {
"description": "AddressLine1",
"type": "string"
},
"AddressLine2": {
"description": "AddressLine2",
"type": "string"
},
"AddressLine3": {
"description": "AddressLine3",
"type": "string"
},
"AddressLine4": {
"description": "AddressLine4",
"type": "string"
},
"AddressLine5": {
"description": "AddressLine5",
"type": "string"
},
"PostCode": {
"description": "PostCode",
"type": "string"
},
"EmailAddress": {
"description": "EmailAddress",
"type": "string"
},
"TelephoneNumber": {
"description": "TelephoneNumber",
"type": "string"
},
"MobileNumber": {
"description": "MobileNumber",
"type": "string"
},
"RelationshipFlag": {
"description": "RelationshipFlag",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of persons.",
"type": "integer",
"readOnly": true
}
}
},
"InactiveRelatedPersons": {
"description": "InactiveRelatedPersons",
"type": "object",
"properties": {
"InactiveRelatedPerson": {
"description": "InactiveRelatedPersons collection",
"type": "array",
"items": {
"description": "InactiveRelatedPerson",
"type": "object",
"properties": {
"EndDate": {
"format": "date-time",
"description": "EndDate",
"type": "string"
},
"GivenName": {
"description": "GivenName",
"type": "string"
},
"FamilyName": {
"description": "FamilyName",
"type": "string"
},
"RelationshipDescription": {
"description": "RelationshipDescription",
"type": "string"
},
"AddressLine1": {
"description": "AddressLine1",
"type": "string"
},
"AddressLine2": {
"description": "AddressLine2",
"type": "string"
},
"AddressLine3": {
"description": "AddressLine3",
"type": "string"
},
"AddressLine4": {
"description": "AddressLine4",
"type": "string"
},
"AddressLine5": {
"description": "AddressLine5",
"type": "string"
},
"PostCode": {
"description": "PostCode",
"type": "string"
},
"EmailAddress": {
"description": "EmailAddress",
"type": "string"
},
"TelephoneNumber": {
"description": "TelephoneNumber",
"type": "string"
},
"MobileNumber": {
"description": "MobileNumber",
"type": "string"
},
"RelationshipFlag": {
"description": "RelationshipFlag",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of persons.",
"type": "integer",
"readOnly": true
}
}
},
"ActiveReferrals": {
"description": "ActiveReferrals",
"type": "object",
"properties": {
"ActiveReferral": {
"description": "ActiveReferrals collection",
"type": "array",
"items": {
"description": "Active Referral",
"type": "object",
"properties": {
"Date": {
"format": "date-time",
"description": "Gets or sets the date.",
"type": "string"
},
"Reason": {
"description": "Gets or sets the reason.",
"type": "string"
},
"Description": {
"description": "Gets or sets the description.",
"type": "string"
},
"RequesterCode": {
"description": "Gets or sets the requester code.",
"type": "string"
},
"RequesterDesc": {
"description": "Gets or sets the requester desc.",
"type": "string"
},
"TeamCode": {
"description": "Gets or sets the team code.",
"type": "string"
},
"TeamDesc": {
"description": "Gets or sets the team desc.",
"type": "string"
},
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of referrals.",
"type": "integer",
"readOnly": true
}
}
},
"CompletedReferrals": {
"description": "CompletedReferrals",
"type": "object",
"properties": {
"CompletedReferral": {
"description": "CompletedReferrals collection",
"type": "array",
"items": {
"description": "Completed Referral",
"type": "object",
"properties": {
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Gets or sets the date.",
"type": "string"
},
"Reason": {
"description": "Gets or sets the reason.",
"type": "string"
},
"Description": {
"description": "Gets or sets the description.",
"type": "string"
},
"RequesterCode": {
"description": "Gets or sets the requester code.",
"type": "string"
},
"RequesterDesc": {
"description": "Gets or sets the requester desc.",
"type": "string"
},
"TeamCode": {
"description": "Gets or sets the team code.",
"type": "string"
},
"TeamDesc": {
"description": "Gets or sets the team desc.",
"type": "string"
},
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of referrals.",
"type": "integer",
"readOnly": true
}
}
},
"AdultAssessmentEvents": {
"description": "AdultAssessmentEvents",
"type": "object",
"properties": {
"AdultAssessmentEvent": {
"description": "AdultAssessmentEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"SafeguardingEvents": {
"description": "SafeguardingEvents",
"type": "object",
"properties": {
"SafeguardingEvent": {
"description": "SafeguardingEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"DOLSEvents": {
"description": "DOLSEvents",
"type": "object",
"properties": {
"DOLSEvent": {
"description": "DOLSEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"ChildAssessmentEvents": {
"description": "ChildAssessmentEvents",
"type": "object",
"properties": {
"ChildAssessmentEvent": {
"description": "ChildAssessmentEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"MeetingEvents": {
"description": "MeetingEvents",
"type": "object",
"properties": {
"MeetingEvent": {
"description": "MeetingEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"CaseNotesEvents": {
"description": "CaseNotesEvents",
"type": "object",
"properties": {
"CaseNotesEvent": {
"description": "CaseNotesEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"Risks": {
"description": "Risks",
"type": "object",
"properties": {
"Risk": {
"description": "Risks Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"SpecialFactors": {
"description": "SpecialFactors",
"type": "object",
"properties": {
"SpecialFactor": {
"description": "SpecialFactors Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"ChildProtections": {
"description": "ChildProtections",
"type": "object",
"properties": {
"ChildProtection": {
"description": "ChildProtections Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"ChildInNeeds": {
"description": "ChildInNeeds",
"type": "object",
"properties": {
"ChildInNeed": {
"description": "ChildInNeeds Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"ChildLookAfters": {
"description": "ChildLookAfters",
"type": "object",
"properties": {
"ChildLookAfter": {
"description": "ChildLookAfters Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"MissingPersons": {
"description": "MissingPersons",
"type": "object",
"properties": {
"MissingPerson": {
"description": "MissingPersons Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"Hazards": {
"description": "Hazards",
"type": "object",
"properties": {
"Hazard": {
"description": "Hazards Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"MARACs": {
"description": "MARACs",
"type": "object",
"properties": {
"MARAC": {
"description": "MARACs Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"Disabilities": {
"description": "Disabilities",
"type": "object",
"properties": {
"Disability": {
"description": "Disabilities Collection",
"type": "array",
"items": {
"description": "Disability",
"type": "object",
"properties": {
"Description": {
"description": "Gets or sets the description.",
"type": "string"
},
"StartDate": {
"format": "date-time",
"description": "Gets or sets the start date.",
"type": "string"
},
"Note": {
"description": "Gets or sets the note.",
"type": "string"
},
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"ActiveClassifications": {
"description": "ActiveClassifications",
"type": "object",
"properties": {
"ActiveClassification": {
"description": "Active Classifications Collection",
"type": "array",
"items": {
"description": "OutboundClassification",
"type": "object",
"properties": {
"Description": {
"description": "Gets or sets the description.",
"type": "string"
},
"Code": {
"description": "Gets or sets the code.",
"type": "string"
},
"StartDate": {
"format": "date-time",
"description": "Gets or sets the start date.",
"type": "string"
},
"Note": {
"description": "Gets or sets the note.",
"type": "string"
},
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"InactiveClassifications": {
"description": "InactiveClassifications",
"type": "object",
"properties": {
"InactiveClassification": {
"description": "Inactive Classifications Collection",
"type": "array",
"items": {
"description": "Inactive Classifications",
"type": "object",
"properties": {
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"Description": {
"description": "Gets or sets the description.",
"type": "string"
},
"Code": {
"description": "Gets or sets the code.",
"type": "string"
},
"StartDate": {
"format": "date-time",
"description": "Gets or sets the start date.",
"type": "string"
},
"Note": {
"description": "Gets or sets the note.",
"type": "string"
},
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"CarePlans": {
"description": "CarePlans",
"type": "object",
"properties": {
"CarePlan": {
"description": "Care Plans Collection",
"type": "array",
"items": {
"description": "CarePlan",
"type": "object",
"properties": {
"Type": {
"description": "Type",
"type": "string"
},
"StartDate": {
"format": "date-time",
"description": "StartDate",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "EndDate",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ModifiedDate": {
"format": "date-time",
"description": "ModifiedDate",
"type": "string"
},
"ReviewDate": {
"format": "date-time",
"description": "ReviewDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
},
"ServiceProvisions": {
"description": "ServiceProvisions",
"type": "object",
"properties": {
"ServiceProvision": {
"description": "Service Provision Collection",
"type": "array",
"items": {
"description": "OutboundServiceProvision",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"ServiceType": {
"description": "Gets or sets the type of the service.",
"type": "string"
},
"ServiceName": {
"description": "Gets or sets the name of the service.",
"type": "string"
},
"Comments": {
"description": "Gets or sets the comments.",
"type": "string"
},
"ProviderName": {
"description": "Gets or sets the name of the provider.",
"type": "string"
},
"ProviderPhone": {
"description": "Gets or sets the provider phone.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
}
}
}
{
"Summary": {
"CaseNumbers": [
{
"CaseNumber": "string",
"TenancyDescription": "string"
}
],
"Team": "string",
"DisabilityIndicator": "string",
"InterpreterRequiredIndicator": "string",
"RiskIndicator": "string",
"HazardIndicator": "string",
"ChildProtectionIndicator": "string",
"ChildInNeedIndicator": "string",
"ChildLookedAfterIndicator": "string",
"LastUpdatedDate": "string"
},
"ActiveCaseWorkers": {
"ActiveCaseWorker": [
{
"StartDate": "string",
"GivenName": "string",
"FamilyName": "string",
"RoleCode": "string",
"RoleDescription": "string",
"TeamCode": "string",
"TeamDescription": "string",
"AddressLine1": "string",
"AddressLine2": "string",
"AddressLine3": "string",
"AddressLine4": "string",
"AddressLine5": "string",
"PostCode": "string",
"EmailAddress": "string",
"TelephoneNumber": "string",
"MobileNumber": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"InactiveCaseWorkers": {
"InactiveCaseWorker": [
{
"EndDate": "string",
"StartDate": "string",
"GivenName": "string",
"FamilyName": "string",
"RoleCode": "string",
"RoleDescription": "string",
"TeamCode": "string",
"TeamDescription": "string",
"AddressLine1": "string",
"AddressLine2": "string",
"AddressLine3": "string",
"AddressLine4": "string",
"AddressLine5": "string",
"PostCode": "string",
"EmailAddress": "string",
"TelephoneNumber": "string",
"MobileNumber": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"ActiveRelatedPersons": {
"ActiveRelatedPerson": [
{
"GivenName": "string",
"FamilyName": "string",
"RelationshipDescription": "string",
"AddressLine1": "string",
"AddressLine2": "string",
"AddressLine3": "string",
"AddressLine4": "string",
"AddressLine5": "string",
"PostCode": "string",
"EmailAddress": "string",
"TelephoneNumber": "string",
"MobileNumber": "string",
"RelationshipFlag": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"InactiveRelatedPersons": {
"InactiveRelatedPerson": [
{
"EndDate": "string",
"GivenName": "string",
"FamilyName": "string",
"RelationshipDescription": "string",
"AddressLine1": "string",
"AddressLine2": "string",
"AddressLine3": "string",
"AddressLine4": "string",
"AddressLine5": "string",
"PostCode": "string",
"EmailAddress": "string",
"TelephoneNumber": "string",
"MobileNumber": "string",
"RelationshipFlag": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"ActiveReferrals": {
"ActiveReferral": [
{
"Date": "string",
"Reason": "string",
"Description": "string",
"RequesterCode": "string",
"RequesterDesc": "string",
"TeamCode": "string",
"TeamDesc": "string",
"Status": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"CompletedReferrals": {
"CompletedReferral": [
{
"EndDate": "string",
"Date": "string",
"Reason": "string",
"Description": "string",
"RequesterCode": "string",
"RequesterDesc": "string",
"TeamCode": "string",
"TeamDesc": "string",
"Status": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"AdultAssessmentEvents": {
"AdultAssessmentEvent": [
{
"Status": "string",
"StartDateTime": "string",
"TypeCode": "string",
"TypeDescription": "string",
"ReasonCode": "string",
"ReasonDescription": "string",
"ReferralIdentifier": "string",
"EndDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"SafeguardingEvents": {
"SafeguardingEvent": [
{
"Status": "string",
"StartDateTime": "string",
"TypeCode": "string",
"TypeDescription": "string",
"ReasonCode": "string",
"ReasonDescription": "string",
"ReferralIdentifier": "string",
"EndDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"DOLSEvents": {
"DOLSEvent": [
{
"Status": "string",
"StartDateTime": "string",
"TypeCode": "string",
"TypeDescription": "string",
"ReasonCode": "string",
"ReasonDescription": "string",
"ReferralIdentifier": "string",
"EndDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"ChildAssessmentEvents": {
"ChildAssessmentEvent": [
{
"Status": "string",
"StartDateTime": "string",
"TypeCode": "string",
"TypeDescription": "string",
"ReasonCode": "string",
"ReasonDescription": "string",
"ReferralIdentifier": "string",
"EndDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"MeetingEvents": {
"MeetingEvent": [
{
"Status": "string",
"StartDateTime": "string",
"TypeCode": "string",
"TypeDescription": "string",
"ReasonCode": "string",
"ReasonDescription": "string",
"ReferralIdentifier": "string",
"EndDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"CaseNotesEvents": {
"CaseNotesEvent": [
{
"Status": "string",
"StartDateTime": "string",
"TypeCode": "string",
"TypeDescription": "string",
"ReasonCode": "string",
"ReasonDescription": "string",
"ReferralIdentifier": "string",
"EndDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"Risks": {
"Risk": [
{
"Description": "string",
"Date": "string",
"TypeCode": "string",
"Note": "string",
"CreatedBy": "string",
"CreatedByCode": "string",
"Status": "string",
"ClosedDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"SpecialFactors": {
"SpecialFactor": [
{
"Description": "string",
"Date": "string",
"TypeCode": "string",
"Note": "string",
"CreatedBy": "string",
"CreatedByCode": "string",
"Status": "string",
"ClosedDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"ChildProtections": {
"ChildProtection": [
{
"Description": "string",
"Date": "string",
"TypeCode": "string",
"Note": "string",
"CreatedBy": "string",
"CreatedByCode": "string",
"Status": "string",
"ClosedDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"ChildInNeeds": {
"ChildInNeed": [
{
"Description": "string",
"Date": "string",
"TypeCode": "string",
"Note": "string",
"CreatedBy": "string",
"CreatedByCode": "string",
"Status": "string",
"ClosedDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"ChildLookAfters": {
"ChildLookAfter": [
{
"Description": "string",
"Date": "string",
"TypeCode": "string",
"Note": "string",
"CreatedBy": "string",
"CreatedByCode": "string",
"Status": "string",
"ClosedDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"MissingPersons": {
"MissingPerson": [
{
"Description": "string",
"Date": "string",
"TypeCode": "string",
"Note": "string",
"CreatedBy": "string",
"CreatedByCode": "string",
"Status": "string",
"ClosedDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"Hazards": {
"Hazard": [
{
"Description": "string",
"Date": "string",
"TypeCode": "string",
"Note": "string",
"CreatedBy": "string",
"CreatedByCode": "string",
"Status": "string",
"ClosedDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"MARACs": {
"MARAC": [
{
"Description": "string",
"Date": "string",
"TypeCode": "string",
"Note": "string",
"CreatedBy": "string",
"CreatedByCode": "string",
"Status": "string",
"ClosedDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"Disabilities": {
"Disability": [
{
"Description": "string",
"StartDate": "string",
"Note": "string",
"Status": "string",
"EndDate": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"ActiveClassifications": {
"ActiveClassification": [
{
"Description": "string",
"Code": "string",
"StartDate": "string",
"Note": "string",
"Status": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"InactiveClassifications": {
"InactiveClassification": [
{
"EndDate": "string",
"Description": "string",
"Code": "string",
"StartDate": "string",
"Note": "string",
"Status": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
},
"CarePlans": {
"CarePlan": [
{
"Type": "string",
"StartDate": "string",
"EndDate": "string",
"Status": "string",
"ModifiedDate": "string",
"ReviewDate": "string",
"TenancyDescription": "string",
"ServiceProvisions": {
"ServiceProvision": [
{
"Status": "string",
"ServiceType": "string",
"ServiceName": "string",
"Comments": "string",
"ProviderName": "string",
"ProviderPhone": "string",
"TenancyDescription": "string"
}
],
"TotalItemCount": 0
}
}
],
"TotalItemCount": 0
}
}
{
"description": "LiquidLogic results collection.",
"type": "object",
"properties": {
"Summary": {
"description": "Summary",
"type": "object",
"properties": {
"CaseNumbers": {
"description": "CaseNumbers",
"type": "array",
"items": {
"description": "Summary Case Number",
"type": "object",
"properties": {
"CaseNumber": {
"description": "Gets or sets the case number.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"Team": {
"description": "Gets or sets the team.",
"type": "string"
},
"DisabilityIndicator": {
"description": "Gets or sets the disability indicator.",
"type": "string"
},
"InterpreterRequiredIndicator": {
"description": "Gets or sets the interpreter required indicator.",
"type": "string"
},
"RiskIndicator": {
"description": "Gets or sets the risk indicator.",
"type": "string"
},
"HazardIndicator": {
"description": "Gets or sets the hazard indicator.",
"type": "string"
},
"ChildProtectionIndicator": {
"description": "Gets or sets the child protection indicator.",
"type": "string"
},
"ChildInNeedIndicator": {
"description": "Gets or sets the child in need indicator.",
"type": "string"
},
"ChildLookedAfterIndicator": {
"description": "Gets or sets the child looked after indicator.",
"type": "string"
},
"LastUpdatedDate": {
"format": "date-time",
"description": "LastUpdatedDate",
"type": "string"
}
}
},
"ActiveCaseWorkers": {
"description": "ActiveCaseWorkers",
"type": "object",
"properties": {
"ActiveCaseWorker": {
"description": "ActiveCaseWorkers collection",
"type": "array",
"items": {
"description": "ActiveCaseWorker Collection",
"type": "object",
"properties": {
"StartDate": {
"format": "date-time",
"description": "Gets or sets the start date.",
"type": "string"
},
"GivenName": {
"description": "Gets or sets the name of the given.",
"type": "string"
},
"FamilyName": {
"description": "Gets or sets the name of the family.",
"type": "string"
},
"RoleCode": {
"description": "Gets or sets the role code.",
"type": "string"
},
"RoleDescription": {
"description": "Gets or sets the role description.",
"type": "string"
},
"TeamCode": {
"description": "Gets or sets the team code.",
"type": "string"
},
"TeamDescription": {
"description": "Gets or sets the team description.",
"type": "string"
},
"AddressLine1": {
"description": "Gets or sets the address line1.",
"type": "string"
},
"AddressLine2": {
"description": "Gets or sets the address line2.",
"type": "string"
},
"AddressLine3": {
"description": "Gets or sets the address line3.",
"type": "string"
},
"AddressLine4": {
"description": "Gets or sets the address line4.",
"type": "string"
},
"AddressLine5": {
"description": "Gets or sets the address line5.",
"type": "string"
},
"PostCode": {
"description": "Gets or sets the post code.",
"type": "string"
},
"EmailAddress": {
"description": "Gets or sets the email address.",
"type": "string"
},
"TelephoneNumber": {
"description": "Gets or sets the telephone number.",
"type": "string"
},
"MobileNumber": {
"description": "Gets or sets the mobile number.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of workers.",
"type": "integer",
"readOnly": true
}
}
},
"InactiveCaseWorkers": {
"description": "InactiveCaseWorkers",
"type": "object",
"properties": {
"InactiveCaseWorker": {
"description": "InactiveCaseWorkers collection",
"type": "array",
"items": {
"description": "Inactive Case Workers",
"type": "object",
"properties": {
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"StartDate": {
"format": "date-time",
"description": "Gets or sets the start date.",
"type": "string"
},
"GivenName": {
"description": "Gets or sets the name of the given.",
"type": "string"
},
"FamilyName": {
"description": "Gets or sets the name of the family.",
"type": "string"
},
"RoleCode": {
"description": "Gets or sets the role code.",
"type": "string"
},
"RoleDescription": {
"description": "Gets or sets the role description.",
"type": "string"
},
"TeamCode": {
"description": "Gets or sets the team code.",
"type": "string"
},
"TeamDescription": {
"description": "Gets or sets the team description.",
"type": "string"
},
"AddressLine1": {
"description": "Gets or sets the address line1.",
"type": "string"
},
"AddressLine2": {
"description": "Gets or sets the address line2.",
"type": "string"
},
"AddressLine3": {
"description": "Gets or sets the address line3.",
"type": "string"
},
"AddressLine4": {
"description": "Gets or sets the address line4.",
"type": "string"
},
"AddressLine5": {
"description": "Gets or sets the address line5.",
"type": "string"
},
"PostCode": {
"description": "Gets or sets the post code.",
"type": "string"
},
"EmailAddress": {
"description": "Gets or sets the email address.",
"type": "string"
},
"TelephoneNumber": {
"description": "Gets or sets the telephone number.",
"type": "string"
},
"MobileNumber": {
"description": "Gets or sets the mobile number.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of workers.",
"type": "integer",
"readOnly": true
}
}
},
"ActiveRelatedPersons": {
"description": "ActiveRelatedPersons",
"type": "object",
"properties": {
"ActiveRelatedPerson": {
"description": "ActiveRelatedPersons collection",
"type": "array",
"items": {
"description": "RelatedPerson",
"type": "object",
"properties": {
"GivenName": {
"description": "GivenName",
"type": "string"
},
"FamilyName": {
"description": "FamilyName",
"type": "string"
},
"RelationshipDescription": {
"description": "RelationshipDescription",
"type": "string"
},
"AddressLine1": {
"description": "AddressLine1",
"type": "string"
},
"AddressLine2": {
"description": "AddressLine2",
"type": "string"
},
"AddressLine3": {
"description": "AddressLine3",
"type": "string"
},
"AddressLine4": {
"description": "AddressLine4",
"type": "string"
},
"AddressLine5": {
"description": "AddressLine5",
"type": "string"
},
"PostCode": {
"description": "PostCode",
"type": "string"
},
"EmailAddress": {
"description": "EmailAddress",
"type": "string"
},
"TelephoneNumber": {
"description": "TelephoneNumber",
"type": "string"
},
"MobileNumber": {
"description": "MobileNumber",
"type": "string"
},
"RelationshipFlag": {
"description": "RelationshipFlag",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of persons.",
"type": "integer",
"readOnly": true
}
}
},
"InactiveRelatedPersons": {
"description": "InactiveRelatedPersons",
"type": "object",
"properties": {
"InactiveRelatedPerson": {
"description": "InactiveRelatedPersons collection",
"type": "array",
"items": {
"description": "InactiveRelatedPerson",
"type": "object",
"properties": {
"EndDate": {
"format": "date-time",
"description": "EndDate",
"type": "string"
},
"GivenName": {
"description": "GivenName",
"type": "string"
},
"FamilyName": {
"description": "FamilyName",
"type": "string"
},
"RelationshipDescription": {
"description": "RelationshipDescription",
"type": "string"
},
"AddressLine1": {
"description": "AddressLine1",
"type": "string"
},
"AddressLine2": {
"description": "AddressLine2",
"type": "string"
},
"AddressLine3": {
"description": "AddressLine3",
"type": "string"
},
"AddressLine4": {
"description": "AddressLine4",
"type": "string"
},
"AddressLine5": {
"description": "AddressLine5",
"type": "string"
},
"PostCode": {
"description": "PostCode",
"type": "string"
},
"EmailAddress": {
"description": "EmailAddress",
"type": "string"
},
"TelephoneNumber": {
"description": "TelephoneNumber",
"type": "string"
},
"MobileNumber": {
"description": "MobileNumber",
"type": "string"
},
"RelationshipFlag": {
"description": "RelationshipFlag",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of persons.",
"type": "integer",
"readOnly": true
}
}
},
"ActiveReferrals": {
"description": "ActiveReferrals",
"type": "object",
"properties": {
"ActiveReferral": {
"description": "ActiveReferrals collection",
"type": "array",
"items": {
"description": "Active Referral",
"type": "object",
"properties": {
"Date": {
"format": "date-time",
"description": "Gets or sets the date.",
"type": "string"
},
"Reason": {
"description": "Gets or sets the reason.",
"type": "string"
},
"Description": {
"description": "Gets or sets the description.",
"type": "string"
},
"RequesterCode": {
"description": "Gets or sets the requester code.",
"type": "string"
},
"RequesterDesc": {
"description": "Gets or sets the requester desc.",
"type": "string"
},
"TeamCode": {
"description": "Gets or sets the team code.",
"type": "string"
},
"TeamDesc": {
"description": "Gets or sets the team desc.",
"type": "string"
},
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of referrals.",
"type": "integer",
"readOnly": true
}
}
},
"CompletedReferrals": {
"description": "CompletedReferrals",
"type": "object",
"properties": {
"CompletedReferral": {
"description": "CompletedReferrals collection",
"type": "array",
"items": {
"description": "Completed Referral",
"type": "object",
"properties": {
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Gets or sets the date.",
"type": "string"
},
"Reason": {
"description": "Gets or sets the reason.",
"type": "string"
},
"Description": {
"description": "Gets or sets the description.",
"type": "string"
},
"RequesterCode": {
"description": "Gets or sets the requester code.",
"type": "string"
},
"RequesterDesc": {
"description": "Gets or sets the requester desc.",
"type": "string"
},
"TeamCode": {
"description": "Gets or sets the team code.",
"type": "string"
},
"TeamDesc": {
"description": "Gets or sets the team desc.",
"type": "string"
},
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of referrals.",
"type": "integer",
"readOnly": true
}
}
},
"AdultAssessmentEvents": {
"description": "AdultAssessmentEvents",
"type": "object",
"properties": {
"AdultAssessmentEvent": {
"description": "AdultAssessmentEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"SafeguardingEvents": {
"description": "SafeguardingEvents",
"type": "object",
"properties": {
"SafeguardingEvent": {
"description": "SafeguardingEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"DOLSEvents": {
"description": "DOLSEvents",
"type": "object",
"properties": {
"DOLSEvent": {
"description": "DOLSEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"ChildAssessmentEvents": {
"description": "ChildAssessmentEvents",
"type": "object",
"properties": {
"ChildAssessmentEvent": {
"description": "ChildAssessmentEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"MeetingEvents": {
"description": "MeetingEvents",
"type": "object",
"properties": {
"MeetingEvent": {
"description": "MeetingEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"CaseNotesEvents": {
"description": "CaseNotesEvents",
"type": "object",
"properties": {
"CaseNotesEvent": {
"description": "CaseNotesEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"Risks": {
"description": "Risks",
"type": "object",
"properties": {
"Risk": {
"description": "Risks Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"SpecialFactors": {
"description": "SpecialFactors",
"type": "object",
"properties": {
"SpecialFactor": {
"description": "SpecialFactors Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"ChildProtections": {
"description": "ChildProtections",
"type": "object",
"properties": {
"ChildProtection": {
"description": "ChildProtections Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"ChildInNeeds": {
"description": "ChildInNeeds",
"type": "object",
"properties": {
"ChildInNeed": {
"description": "ChildInNeeds Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"ChildLookAfters": {
"description": "ChildLookAfters",
"type": "object",
"properties": {
"ChildLookAfter": {
"description": "ChildLookAfters Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"MissingPersons": {
"description": "MissingPersons",
"type": "object",
"properties": {
"MissingPerson": {
"description": "MissingPersons Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"Hazards": {
"description": "Hazards",
"type": "object",
"properties": {
"Hazard": {
"description": "Hazards Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"MARACs": {
"description": "MARACs",
"type": "object",
"properties": {
"MARAC": {
"description": "MARACs Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"Disabilities": {
"description": "Disabilities",
"type": "object",
"properties": {
"Disability": {
"description": "Disabilities Collection",
"type": "array",
"items": {
"description": "Disability",
"type": "object",
"properties": {
"Description": {
"description": "Gets or sets the description.",
"type": "string"
},
"StartDate": {
"format": "date-time",
"description": "Gets or sets the start date.",
"type": "string"
},
"Note": {
"description": "Gets or sets the note.",
"type": "string"
},
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"ActiveClassifications": {
"description": "ActiveClassifications",
"type": "object",
"properties": {
"ActiveClassification": {
"description": "Active Classifications Collection",
"type": "array",
"items": {
"description": "OutboundClassification",
"type": "object",
"properties": {
"Description": {
"description": "Gets or sets the description.",
"type": "string"
},
"Code": {
"description": "Gets or sets the code.",
"type": "string"
},
"StartDate": {
"format": "date-time",
"description": "Gets or sets the start date.",
"type": "string"
},
"Note": {
"description": "Gets or sets the note.",
"type": "string"
},
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"InactiveClassifications": {
"description": "InactiveClassifications",
"type": "object",
"properties": {
"InactiveClassification": {
"description": "Inactive Classifications Collection",
"type": "array",
"items": {
"description": "Inactive Classifications",
"type": "object",
"properties": {
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"Description": {
"description": "Gets or sets the description.",
"type": "string"
},
"Code": {
"description": "Gets or sets the code.",
"type": "string"
},
"StartDate": {
"format": "date-time",
"description": "Gets or sets the start date.",
"type": "string"
},
"Note": {
"description": "Gets or sets the note.",
"type": "string"
},
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"CarePlans": {
"description": "CarePlans",
"type": "object",
"properties": {
"CarePlan": {
"description": "Care Plans Collection",
"type": "array",
"items": {
"description": "CarePlan",
"type": "object",
"properties": {
"Type": {
"description": "Type",
"type": "string"
},
"StartDate": {
"format": "date-time",
"description": "StartDate",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "EndDate",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ModifiedDate": {
"format": "date-time",
"description": "ModifiedDate",
"type": "string"
},
"ReviewDate": {
"format": "date-time",
"description": "ReviewDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
},
"ServiceProvisions": {
"description": "ServiceProvisions",
"type": "object",
"properties": {
"ServiceProvision": {
"description": "Service Provision Collection",
"type": "array",
"items": {
"description": "OutboundServiceProvision",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"ServiceType": {
"description": "Gets or sets the type of the service.",
"type": "string"
},
"ServiceName": {
"description": "Gets or sets the name of the service.",
"type": "string"
},
"Comments": {
"description": "Gets or sets the comments.",
"type": "string"
},
"ProviderName": {
"description": "Gets or sets the name of the provider.",
"type": "string"
},
"ProviderPhone": {
"description": "Gets or sets the provider phone.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
}
}
}
<LiquidLogic.Models.Outbound.OutboundResponse>
<Summary>
<CaseNumbers>
<CaseNumber>string</CaseNumber>
<TenancyDescription>string</TenancyDescription>
</CaseNumbers>
<Team>string</Team>
<DisabilityIndicator>string</DisabilityIndicator>
<InterpreterRequiredIndicator>string</InterpreterRequiredIndicator>
<RiskIndicator>string</RiskIndicator>
<HazardIndicator>string</HazardIndicator>
<ChildProtectionIndicator>string</ChildProtectionIndicator>
<ChildInNeedIndicator>string</ChildInNeedIndicator>
<ChildLookedAfterIndicator>string</ChildLookedAfterIndicator>
<LastUpdatedDate>string</LastUpdatedDate>
</Summary>
<ActiveCaseWorkers>
<ActiveCaseWorker>
<StartDate>string</StartDate>
<GivenName>string</GivenName>
<FamilyName>string</FamilyName>
<RoleCode>string</RoleCode>
<RoleDescription>string</RoleDescription>
<TeamCode>string</TeamCode>
<TeamDescription>string</TeamDescription>
<AddressLine1>string</AddressLine1>
<AddressLine2>string</AddressLine2>
<AddressLine3>string</AddressLine3>
<AddressLine4>string</AddressLine4>
<AddressLine5>string</AddressLine5>
<PostCode>string</PostCode>
<EmailAddress>string</EmailAddress>
<TelephoneNumber>string</TelephoneNumber>
<MobileNumber>string</MobileNumber>
<TenancyDescription>string</TenancyDescription>
</ActiveCaseWorker>
<TotalItemCount>0</TotalItemCount>
</ActiveCaseWorkers>
<InactiveCaseWorkers>
<InactiveCaseWorker>
<EndDate>string</EndDate>
<StartDate>string</StartDate>
<GivenName>string</GivenName>
<FamilyName>string</FamilyName>
<RoleCode>string</RoleCode>
<RoleDescription>string</RoleDescription>
<TeamCode>string</TeamCode>
<TeamDescription>string</TeamDescription>
<AddressLine1>string</AddressLine1>
<AddressLine2>string</AddressLine2>
<AddressLine3>string</AddressLine3>
<AddressLine4>string</AddressLine4>
<AddressLine5>string</AddressLine5>
<PostCode>string</PostCode>
<EmailAddress>string</EmailAddress>
<TelephoneNumber>string</TelephoneNumber>
<MobileNumber>string</MobileNumber>
<TenancyDescription>string</TenancyDescription>
</InactiveCaseWorker>
<TotalItemCount>0</TotalItemCount>
</InactiveCaseWorkers>
<ActiveRelatedPersons>
<ActiveRelatedPerson>
<GivenName>string</GivenName>
<FamilyName>string</FamilyName>
<RelationshipDescription>string</RelationshipDescription>
<AddressLine1>string</AddressLine1>
<AddressLine2>string</AddressLine2>
<AddressLine3>string</AddressLine3>
<AddressLine4>string</AddressLine4>
<AddressLine5>string</AddressLine5>
<PostCode>string</PostCode>
<EmailAddress>string</EmailAddress>
<TelephoneNumber>string</TelephoneNumber>
<MobileNumber>string</MobileNumber>
<RelationshipFlag>string</RelationshipFlag>
<TenancyDescription>string</TenancyDescription>
</ActiveRelatedPerson>
<TotalItemCount>0</TotalItemCount>
</ActiveRelatedPersons>
<InactiveRelatedPersons>
<InactiveRelatedPerson>
<EndDate>string</EndDate>
<GivenName>string</GivenName>
<FamilyName>string</FamilyName>
<RelationshipDescription>string</RelationshipDescription>
<AddressLine1>string</AddressLine1>
<AddressLine2>string</AddressLine2>
<AddressLine3>string</AddressLine3>
<AddressLine4>string</AddressLine4>
<AddressLine5>string</AddressLine5>
<PostCode>string</PostCode>
<EmailAddress>string</EmailAddress>
<TelephoneNumber>string</TelephoneNumber>
<MobileNumber>string</MobileNumber>
<RelationshipFlag>string</RelationshipFlag>
<TenancyDescription>string</TenancyDescription>
</InactiveRelatedPerson>
<TotalItemCount>0</TotalItemCount>
</InactiveRelatedPersons>
<ActiveReferrals>
<ActiveReferral>
<Date>string</Date>
<Reason>string</Reason>
<Description>string</Description>
<RequesterCode>string</RequesterCode>
<RequesterDesc>string</RequesterDesc>
<TeamCode>string</TeamCode>
<TeamDesc>string</TeamDesc>
<Status>string</Status>
<TenancyDescription>string</TenancyDescription>
</ActiveReferral>
<TotalItemCount>0</TotalItemCount>
</ActiveReferrals>
<CompletedReferrals>
<CompletedReferral>
<EndDate>string</EndDate>
<Date>string</Date>
<Reason>string</Reason>
<Description>string</Description>
<RequesterCode>string</RequesterCode>
<RequesterDesc>string</RequesterDesc>
<TeamCode>string</TeamCode>
<TeamDesc>string</TeamDesc>
<Status>string</Status>
<TenancyDescription>string</TenancyDescription>
</CompletedReferral>
<TotalItemCount>0</TotalItemCount>
</CompletedReferrals>
<AdultAssessmentEvents>
<AdultAssessmentEvent>
<Status>string</Status>
<StartDateTime>string</StartDateTime>
<TypeCode>string</TypeCode>
<TypeDescription>string</TypeDescription>
<ReasonCode>string</ReasonCode>
<ReasonDescription>string</ReasonDescription>
<ReferralIdentifier>string</ReferralIdentifier>
<EndDate>string</EndDate>
<TenancyDescription>string</TenancyDescription>
</AdultAssessmentEvent>
<TotalItemCount>0</TotalItemCount>
</AdultAssessmentEvents>
<SafeguardingEvents>
<SafeguardingEvent>
<Status>string</Status>
<StartDateTime>string</StartDateTime>
<TypeCode>string</TypeCode>
<TypeDescription>string</TypeDescription>
<ReasonCode>string</ReasonCode>
<ReasonDescription>string</ReasonDescription>
<ReferralIdentifier>string</ReferralIdentifier>
<EndDate>string</EndDate>
<TenancyDescription>string</TenancyDescription>
</SafeguardingEvent>
<TotalItemCount>0</TotalItemCount>
</SafeguardingEvents>
<DOLSEvents>
<DOLSEvent>
<Status>string</Status>
<StartDateTime>string</StartDateTime>
<TypeCode>string</TypeCode>
<TypeDescription>string</TypeDescription>
<ReasonCode>string</ReasonCode>
<ReasonDescription>string</ReasonDescription>
<ReferralIdentifier>string</ReferralIdentifier>
<EndDate>string</EndDate>
<TenancyDescription>string</TenancyDescription>
</DOLSEvent>
<TotalItemCount>0</TotalItemCount>
</DOLSEvents>
<ChildAssessmentEvents>
<ChildAssessmentEvent>
<Status>string</Status>
<StartDateTime>string</StartDateTime>
<TypeCode>string</TypeCode>
<TypeDescription>string</TypeDescription>
<ReasonCode>string</ReasonCode>
<ReasonDescription>string</ReasonDescription>
<ReferralIdentifier>string</ReferralIdentifier>
<EndDate>string</EndDate>
<TenancyDescription>string</TenancyDescription>
</ChildAssessmentEvent>
<TotalItemCount>0</TotalItemCount>
</ChildAssessmentEvents>
<MeetingEvents>
<MeetingEvent>
<Status>string</Status>
<StartDateTime>string</StartDateTime>
<TypeCode>string</TypeCode>
<TypeDescription>string</TypeDescription>
<ReasonCode>string</ReasonCode>
<ReasonDescription>string</ReasonDescription>
<ReferralIdentifier>string</ReferralIdentifier>
<EndDate>string</EndDate>
<TenancyDescription>string</TenancyDescription>
</MeetingEvent>
<TotalItemCount>0</TotalItemCount>
</MeetingEvents>
<CaseNotesEvents>
<CaseNotesEvent>
<Status>string</Status>
<StartDateTime>string</StartDateTime>
<TypeCode>string</TypeCode>
<TypeDescription>string</TypeDescription>
<ReasonCode>string</ReasonCode>
<ReasonDescription>string</ReasonDescription>
<ReferralIdentifier>string</ReferralIdentifier>
<EndDate>string</EndDate>
<TenancyDescription>string</TenancyDescription>
</CaseNotesEvent>
<TotalItemCount>0</TotalItemCount>
</CaseNotesEvents>
<Risks>
<Risk>
<Description>string</Description>
<Date>string</Date>
<TypeCode>string</TypeCode>
<Note>string</Note>
<CreatedBy>string</CreatedBy>
<CreatedByCode>string</CreatedByCode>
<Status>string</Status>
<ClosedDate>string</ClosedDate>
<TenancyDescription>string</TenancyDescription>
</Risk>
<TotalItemCount>0</TotalItemCount>
</Risks>
<SpecialFactors>
<SpecialFactor>
<Description>string</Description>
<Date>string</Date>
<TypeCode>string</TypeCode>
<Note>string</Note>
<CreatedBy>string</CreatedBy>
<CreatedByCode>string</CreatedByCode>
<Status>string</Status>
<ClosedDate>string</ClosedDate>
<TenancyDescription>string</TenancyDescription>
</SpecialFactor>
<TotalItemCount>0</TotalItemCount>
</SpecialFactors>
<ChildProtections>
<ChildProtection>
<Description>string</Description>
<Date>string</Date>
<TypeCode>string</TypeCode>
<Note>string</Note>
<CreatedBy>string</CreatedBy>
<CreatedByCode>string</CreatedByCode>
<Status>string</Status>
<ClosedDate>string</ClosedDate>
<TenancyDescription>string</TenancyDescription>
</ChildProtection>
<TotalItemCount>0</TotalItemCount>
</ChildProtections>
<ChildInNeeds>
<ChildInNeed>
<Description>string</Description>
<Date>string</Date>
<TypeCode>string</TypeCode>
<Note>string</Note>
<CreatedBy>string</CreatedBy>
<CreatedByCode>string</CreatedByCode>
<Status>string</Status>
<ClosedDate>string</ClosedDate>
<TenancyDescription>string</TenancyDescription>
</ChildInNeed>
<TotalItemCount>0</TotalItemCount>
</ChildInNeeds>
<ChildLookAfters>
<ChildLookAfter>
<Description>string</Description>
<Date>string</Date>
<TypeCode>string</TypeCode>
<Note>string</Note>
<CreatedBy>string</CreatedBy>
<CreatedByCode>string</CreatedByCode>
<Status>string</Status>
<ClosedDate>string</ClosedDate>
<TenancyDescription>string</TenancyDescription>
</ChildLookAfter>
<TotalItemCount>0</TotalItemCount>
</ChildLookAfters>
<MissingPersons>
<MissingPerson>
<Description>string</Description>
<Date>string</Date>
<TypeCode>string</TypeCode>
<Note>string</Note>
<CreatedBy>string</CreatedBy>
<CreatedByCode>string</CreatedByCode>
<Status>string</Status>
<ClosedDate>string</ClosedDate>
<TenancyDescription>string</TenancyDescription>
</MissingPerson>
<TotalItemCount>0</TotalItemCount>
</MissingPersons>
<Hazards>
<Hazard>
<Description>string</Description>
<Date>string</Date>
<TypeCode>string</TypeCode>
<Note>string</Note>
<CreatedBy>string</CreatedBy>
<CreatedByCode>string</CreatedByCode>
<Status>string</Status>
<ClosedDate>string</ClosedDate>
<TenancyDescription>string</TenancyDescription>
</Hazard>
<TotalItemCount>0</TotalItemCount>
</Hazards>
<MARACs>
<MARAC>
<Description>string</Description>
<Date>string</Date>
<TypeCode>string</TypeCode>
<Note>string</Note>
<CreatedBy>string</CreatedBy>
<CreatedByCode>string</CreatedByCode>
<Status>string</Status>
<ClosedDate>string</ClosedDate>
<TenancyDescription>string</TenancyDescription>
</MARAC>
<TotalItemCount>0</TotalItemCount>
</MARACs>
<Disabilities>
<Disability>
<Description>string</Description>
<StartDate>string</StartDate>
<Note>string</Note>
<Status>string</Status>
<EndDate>string</EndDate>
<TenancyDescription>string</TenancyDescription>
</Disability>
<TotalItemCount>0</TotalItemCount>
</Disabilities>
<ActiveClassifications>
<ActiveClassification>
<Description>string</Description>
<Code>string</Code>
<StartDate>string</StartDate>
<Note>string</Note>
<Status>string</Status>
<TenancyDescription>string</TenancyDescription>
</ActiveClassification>
<TotalItemCount>0</TotalItemCount>
</ActiveClassifications>
<InactiveClassifications>
<InactiveClassification>
<EndDate>string</EndDate>
<Description>string</Description>
<Code>string</Code>
<StartDate>string</StartDate>
<Note>string</Note>
<Status>string</Status>
<TenancyDescription>string</TenancyDescription>
</InactiveClassification>
<TotalItemCount>0</TotalItemCount>
</InactiveClassifications>
<CarePlans>
<CarePlan>
<Type>string</Type>
<StartDate>string</StartDate>
<EndDate>string</EndDate>
<Status>string</Status>
<ModifiedDate>string</ModifiedDate>
<ReviewDate>string</ReviewDate>
<TenancyDescription>string</TenancyDescription>
<ServiceProvisions>
<ServiceProvision>
<Status>string</Status>
<ServiceType>string</ServiceType>
<ServiceName>string</ServiceName>
<Comments>string</Comments>
<ProviderName>string</ProviderName>
<ProviderPhone>string</ProviderPhone>
<TenancyDescription>string</TenancyDescription>
</ServiceProvision>
<TotalItemCount>0</TotalItemCount>
</ServiceProvisions>
</CarePlan>
<TotalItemCount>0</TotalItemCount>
</CarePlans>
</LiquidLogic.Models.Outbound.OutboundResponse>
{
"description": "LiquidLogic results collection.",
"type": "object",
"properties": {
"Summary": {
"description": "Summary",
"type": "object",
"properties": {
"CaseNumbers": {
"description": "CaseNumbers",
"type": "array",
"items": {
"description": "Summary Case Number",
"type": "object",
"properties": {
"CaseNumber": {
"description": "Gets or sets the case number.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"Team": {
"description": "Gets or sets the team.",
"type": "string"
},
"DisabilityIndicator": {
"description": "Gets or sets the disability indicator.",
"type": "string"
},
"InterpreterRequiredIndicator": {
"description": "Gets or sets the interpreter required indicator.",
"type": "string"
},
"RiskIndicator": {
"description": "Gets or sets the risk indicator.",
"type": "string"
},
"HazardIndicator": {
"description": "Gets or sets the hazard indicator.",
"type": "string"
},
"ChildProtectionIndicator": {
"description": "Gets or sets the child protection indicator.",
"type": "string"
},
"ChildInNeedIndicator": {
"description": "Gets or sets the child in need indicator.",
"type": "string"
},
"ChildLookedAfterIndicator": {
"description": "Gets or sets the child looked after indicator.",
"type": "string"
},
"LastUpdatedDate": {
"format": "date-time",
"description": "LastUpdatedDate",
"type": "string"
}
}
},
"ActiveCaseWorkers": {
"description": "ActiveCaseWorkers",
"type": "object",
"properties": {
"ActiveCaseWorker": {
"description": "ActiveCaseWorkers collection",
"type": "array",
"items": {
"description": "ActiveCaseWorker Collection",
"type": "object",
"properties": {
"StartDate": {
"format": "date-time",
"description": "Gets or sets the start date.",
"type": "string"
},
"GivenName": {
"description": "Gets or sets the name of the given.",
"type": "string"
},
"FamilyName": {
"description": "Gets or sets the name of the family.",
"type": "string"
},
"RoleCode": {
"description": "Gets or sets the role code.",
"type": "string"
},
"RoleDescription": {
"description": "Gets or sets the role description.",
"type": "string"
},
"TeamCode": {
"description": "Gets or sets the team code.",
"type": "string"
},
"TeamDescription": {
"description": "Gets or sets the team description.",
"type": "string"
},
"AddressLine1": {
"description": "Gets or sets the address line1.",
"type": "string"
},
"AddressLine2": {
"description": "Gets or sets the address line2.",
"type": "string"
},
"AddressLine3": {
"description": "Gets or sets the address line3.",
"type": "string"
},
"AddressLine4": {
"description": "Gets or sets the address line4.",
"type": "string"
},
"AddressLine5": {
"description": "Gets or sets the address line5.",
"type": "string"
},
"PostCode": {
"description": "Gets or sets the post code.",
"type": "string"
},
"EmailAddress": {
"description": "Gets or sets the email address.",
"type": "string"
},
"TelephoneNumber": {
"description": "Gets or sets the telephone number.",
"type": "string"
},
"MobileNumber": {
"description": "Gets or sets the mobile number.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of workers.",
"type": "integer",
"readOnly": true
}
}
},
"InactiveCaseWorkers": {
"description": "InactiveCaseWorkers",
"type": "object",
"properties": {
"InactiveCaseWorker": {
"description": "InactiveCaseWorkers collection",
"type": "array",
"items": {
"description": "Inactive Case Workers",
"type": "object",
"properties": {
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"StartDate": {
"format": "date-time",
"description": "Gets or sets the start date.",
"type": "string"
},
"GivenName": {
"description": "Gets or sets the name of the given.",
"type": "string"
},
"FamilyName": {
"description": "Gets or sets the name of the family.",
"type": "string"
},
"RoleCode": {
"description": "Gets or sets the role code.",
"type": "string"
},
"RoleDescription": {
"description": "Gets or sets the role description.",
"type": "string"
},
"TeamCode": {
"description": "Gets or sets the team code.",
"type": "string"
},
"TeamDescription": {
"description": "Gets or sets the team description.",
"type": "string"
},
"AddressLine1": {
"description": "Gets or sets the address line1.",
"type": "string"
},
"AddressLine2": {
"description": "Gets or sets the address line2.",
"type": "string"
},
"AddressLine3": {
"description": "Gets or sets the address line3.",
"type": "string"
},
"AddressLine4": {
"description": "Gets or sets the address line4.",
"type": "string"
},
"AddressLine5": {
"description": "Gets or sets the address line5.",
"type": "string"
},
"PostCode": {
"description": "Gets or sets the post code.",
"type": "string"
},
"EmailAddress": {
"description": "Gets or sets the email address.",
"type": "string"
},
"TelephoneNumber": {
"description": "Gets or sets the telephone number.",
"type": "string"
},
"MobileNumber": {
"description": "Gets or sets the mobile number.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of workers.",
"type": "integer",
"readOnly": true
}
}
},
"ActiveRelatedPersons": {
"description": "ActiveRelatedPersons",
"type": "object",
"properties": {
"ActiveRelatedPerson": {
"description": "ActiveRelatedPersons collection",
"type": "array",
"items": {
"description": "RelatedPerson",
"type": "object",
"properties": {
"GivenName": {
"description": "GivenName",
"type": "string"
},
"FamilyName": {
"description": "FamilyName",
"type": "string"
},
"RelationshipDescription": {
"description": "RelationshipDescription",
"type": "string"
},
"AddressLine1": {
"description": "AddressLine1",
"type": "string"
},
"AddressLine2": {
"description": "AddressLine2",
"type": "string"
},
"AddressLine3": {
"description": "AddressLine3",
"type": "string"
},
"AddressLine4": {
"description": "AddressLine4",
"type": "string"
},
"AddressLine5": {
"description": "AddressLine5",
"type": "string"
},
"PostCode": {
"description": "PostCode",
"type": "string"
},
"EmailAddress": {
"description": "EmailAddress",
"type": "string"
},
"TelephoneNumber": {
"description": "TelephoneNumber",
"type": "string"
},
"MobileNumber": {
"description": "MobileNumber",
"type": "string"
},
"RelationshipFlag": {
"description": "RelationshipFlag",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of persons.",
"type": "integer",
"readOnly": true
}
}
},
"InactiveRelatedPersons": {
"description": "InactiveRelatedPersons",
"type": "object",
"properties": {
"InactiveRelatedPerson": {
"description": "InactiveRelatedPersons collection",
"type": "array",
"items": {
"description": "InactiveRelatedPerson",
"type": "object",
"properties": {
"EndDate": {
"format": "date-time",
"description": "EndDate",
"type": "string"
},
"GivenName": {
"description": "GivenName",
"type": "string"
},
"FamilyName": {
"description": "FamilyName",
"type": "string"
},
"RelationshipDescription": {
"description": "RelationshipDescription",
"type": "string"
},
"AddressLine1": {
"description": "AddressLine1",
"type": "string"
},
"AddressLine2": {
"description": "AddressLine2",
"type": "string"
},
"AddressLine3": {
"description": "AddressLine3",
"type": "string"
},
"AddressLine4": {
"description": "AddressLine4",
"type": "string"
},
"AddressLine5": {
"description": "AddressLine5",
"type": "string"
},
"PostCode": {
"description": "PostCode",
"type": "string"
},
"EmailAddress": {
"description": "EmailAddress",
"type": "string"
},
"TelephoneNumber": {
"description": "TelephoneNumber",
"type": "string"
},
"MobileNumber": {
"description": "MobileNumber",
"type": "string"
},
"RelationshipFlag": {
"description": "RelationshipFlag",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of persons.",
"type": "integer",
"readOnly": true
}
}
},
"ActiveReferrals": {
"description": "ActiveReferrals",
"type": "object",
"properties": {
"ActiveReferral": {
"description": "ActiveReferrals collection",
"type": "array",
"items": {
"description": "Active Referral",
"type": "object",
"properties": {
"Date": {
"format": "date-time",
"description": "Gets or sets the date.",
"type": "string"
},
"Reason": {
"description": "Gets or sets the reason.",
"type": "string"
},
"Description": {
"description": "Gets or sets the description.",
"type": "string"
},
"RequesterCode": {
"description": "Gets or sets the requester code.",
"type": "string"
},
"RequesterDesc": {
"description": "Gets or sets the requester desc.",
"type": "string"
},
"TeamCode": {
"description": "Gets or sets the team code.",
"type": "string"
},
"TeamDesc": {
"description": "Gets or sets the team desc.",
"type": "string"
},
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of referrals.",
"type": "integer",
"readOnly": true
}
}
},
"CompletedReferrals": {
"description": "CompletedReferrals",
"type": "object",
"properties": {
"CompletedReferral": {
"description": "CompletedReferrals collection",
"type": "array",
"items": {
"description": "Completed Referral",
"type": "object",
"properties": {
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Gets or sets the date.",
"type": "string"
},
"Reason": {
"description": "Gets or sets the reason.",
"type": "string"
},
"Description": {
"description": "Gets or sets the description.",
"type": "string"
},
"RequesterCode": {
"description": "Gets or sets the requester code.",
"type": "string"
},
"RequesterDesc": {
"description": "Gets or sets the requester desc.",
"type": "string"
},
"TeamCode": {
"description": "Gets or sets the team code.",
"type": "string"
},
"TeamDesc": {
"description": "Gets or sets the team desc.",
"type": "string"
},
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of referrals.",
"type": "integer",
"readOnly": true
}
}
},
"AdultAssessmentEvents": {
"description": "AdultAssessmentEvents",
"type": "object",
"properties": {
"AdultAssessmentEvent": {
"description": "AdultAssessmentEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"SafeguardingEvents": {
"description": "SafeguardingEvents",
"type": "object",
"properties": {
"SafeguardingEvent": {
"description": "SafeguardingEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"DOLSEvents": {
"description": "DOLSEvents",
"type": "object",
"properties": {
"DOLSEvent": {
"description": "DOLSEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"ChildAssessmentEvents": {
"description": "ChildAssessmentEvents",
"type": "object",
"properties": {
"ChildAssessmentEvent": {
"description": "ChildAssessmentEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"MeetingEvents": {
"description": "MeetingEvents",
"type": "object",
"properties": {
"MeetingEvent": {
"description": "MeetingEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"CaseNotesEvents": {
"description": "CaseNotesEvents",
"type": "object",
"properties": {
"CaseNotesEvent": {
"description": "CaseNotesEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"Risks": {
"description": "Risks",
"type": "object",
"properties": {
"Risk": {
"description": "Risks Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"SpecialFactors": {
"description": "SpecialFactors",
"type": "object",
"properties": {
"SpecialFactor": {
"description": "SpecialFactors Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"ChildProtections": {
"description": "ChildProtections",
"type": "object",
"properties": {
"ChildProtection": {
"description": "ChildProtections Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"ChildInNeeds": {
"description": "ChildInNeeds",
"type": "object",
"properties": {
"ChildInNeed": {
"description": "ChildInNeeds Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"ChildLookAfters": {
"description": "ChildLookAfters",
"type": "object",
"properties": {
"ChildLookAfter": {
"description": "ChildLookAfters Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"MissingPersons": {
"description": "MissingPersons",
"type": "object",
"properties": {
"MissingPerson": {
"description": "MissingPersons Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"Hazards": {
"description": "Hazards",
"type": "object",
"properties": {
"Hazard": {
"description": "Hazards Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"MARACs": {
"description": "MARACs",
"type": "object",
"properties": {
"MARAC": {
"description": "MARACs Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"Disabilities": {
"description": "Disabilities",
"type": "object",
"properties": {
"Disability": {
"description": "Disabilities Collection",
"type": "array",
"items": {
"description": "Disability",
"type": "object",
"properties": {
"Description": {
"description": "Gets or sets the description.",
"type": "string"
},
"StartDate": {
"format": "date-time",
"description": "Gets or sets the start date.",
"type": "string"
},
"Note": {
"description": "Gets or sets the note.",
"type": "string"
},
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"ActiveClassifications": {
"description": "ActiveClassifications",
"type": "object",
"properties": {
"ActiveClassification": {
"description": "Active Classifications Collection",
"type": "array",
"items": {
"description": "OutboundClassification",
"type": "object",
"properties": {
"Description": {
"description": "Gets or sets the description.",
"type": "string"
},
"Code": {
"description": "Gets or sets the code.",
"type": "string"
},
"StartDate": {
"format": "date-time",
"description": "Gets or sets the start date.",
"type": "string"
},
"Note": {
"description": "Gets or sets the note.",
"type": "string"
},
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"InactiveClassifications": {
"description": "InactiveClassifications",
"type": "object",
"properties": {
"InactiveClassification": {
"description": "Inactive Classifications Collection",
"type": "array",
"items": {
"description": "Inactive Classifications",
"type": "object",
"properties": {
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"Description": {
"description": "Gets or sets the description.",
"type": "string"
},
"Code": {
"description": "Gets or sets the code.",
"type": "string"
},
"StartDate": {
"format": "date-time",
"description": "Gets or sets the start date.",
"type": "string"
},
"Note": {
"description": "Gets or sets the note.",
"type": "string"
},
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"CarePlans": {
"description": "CarePlans",
"type": "object",
"properties": {
"CarePlan": {
"description": "Care Plans Collection",
"type": "array",
"items": {
"description": "CarePlan",
"type": "object",
"properties": {
"Type": {
"description": "Type",
"type": "string"
},
"StartDate": {
"format": "date-time",
"description": "StartDate",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "EndDate",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ModifiedDate": {
"format": "date-time",
"description": "ModifiedDate",
"type": "string"
},
"ReviewDate": {
"format": "date-time",
"description": "ReviewDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
},
"ServiceProvisions": {
"description": "ServiceProvisions",
"type": "object",
"properties": {
"ServiceProvision": {
"description": "Service Provision Collection",
"type": "array",
"items": {
"description": "OutboundServiceProvision",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"ServiceType": {
"description": "Gets or sets the type of the service.",
"type": "string"
},
"ServiceName": {
"description": "Gets or sets the name of the service.",
"type": "string"
},
"Comments": {
"description": "Gets or sets the comments.",
"type": "string"
},
"ProviderName": {
"description": "Gets or sets the name of the provider.",
"type": "string"
},
"ProviderPhone": {
"description": "Gets or sets the provider phone.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
}
}
}
<LiquidLogic.Models.Outbound.OutboundResponse>
<Summary>
<CaseNumbers>
<CaseNumber>string</CaseNumber>
<TenancyDescription>string</TenancyDescription>
</CaseNumbers>
<Team>string</Team>
<DisabilityIndicator>string</DisabilityIndicator>
<InterpreterRequiredIndicator>string</InterpreterRequiredIndicator>
<RiskIndicator>string</RiskIndicator>
<HazardIndicator>string</HazardIndicator>
<ChildProtectionIndicator>string</ChildProtectionIndicator>
<ChildInNeedIndicator>string</ChildInNeedIndicator>
<ChildLookedAfterIndicator>string</ChildLookedAfterIndicator>
<LastUpdatedDate>string</LastUpdatedDate>
</Summary>
<ActiveCaseWorkers>
<ActiveCaseWorker>
<StartDate>string</StartDate>
<GivenName>string</GivenName>
<FamilyName>string</FamilyName>
<RoleCode>string</RoleCode>
<RoleDescription>string</RoleDescription>
<TeamCode>string</TeamCode>
<TeamDescription>string</TeamDescription>
<AddressLine1>string</AddressLine1>
<AddressLine2>string</AddressLine2>
<AddressLine3>string</AddressLine3>
<AddressLine4>string</AddressLine4>
<AddressLine5>string</AddressLine5>
<PostCode>string</PostCode>
<EmailAddress>string</EmailAddress>
<TelephoneNumber>string</TelephoneNumber>
<MobileNumber>string</MobileNumber>
<TenancyDescription>string</TenancyDescription>
</ActiveCaseWorker>
<TotalItemCount>0</TotalItemCount>
</ActiveCaseWorkers>
<InactiveCaseWorkers>
<InactiveCaseWorker>
<EndDate>string</EndDate>
<StartDate>string</StartDate>
<GivenName>string</GivenName>
<FamilyName>string</FamilyName>
<RoleCode>string</RoleCode>
<RoleDescription>string</RoleDescription>
<TeamCode>string</TeamCode>
<TeamDescription>string</TeamDescription>
<AddressLine1>string</AddressLine1>
<AddressLine2>string</AddressLine2>
<AddressLine3>string</AddressLine3>
<AddressLine4>string</AddressLine4>
<AddressLine5>string</AddressLine5>
<PostCode>string</PostCode>
<EmailAddress>string</EmailAddress>
<TelephoneNumber>string</TelephoneNumber>
<MobileNumber>string</MobileNumber>
<TenancyDescription>string</TenancyDescription>
</InactiveCaseWorker>
<TotalItemCount>0</TotalItemCount>
</InactiveCaseWorkers>
<ActiveRelatedPersons>
<ActiveRelatedPerson>
<GivenName>string</GivenName>
<FamilyName>string</FamilyName>
<RelationshipDescription>string</RelationshipDescription>
<AddressLine1>string</AddressLine1>
<AddressLine2>string</AddressLine2>
<AddressLine3>string</AddressLine3>
<AddressLine4>string</AddressLine4>
<AddressLine5>string</AddressLine5>
<PostCode>string</PostCode>
<EmailAddress>string</EmailAddress>
<TelephoneNumber>string</TelephoneNumber>
<MobileNumber>string</MobileNumber>
<RelationshipFlag>string</RelationshipFlag>
<TenancyDescription>string</TenancyDescription>
</ActiveRelatedPerson>
<TotalItemCount>0</TotalItemCount>
</ActiveRelatedPersons>
<InactiveRelatedPersons>
<InactiveRelatedPerson>
<EndDate>string</EndDate>
<GivenName>string</GivenName>
<FamilyName>string</FamilyName>
<RelationshipDescription>string</RelationshipDescription>
<AddressLine1>string</AddressLine1>
<AddressLine2>string</AddressLine2>
<AddressLine3>string</AddressLine3>
<AddressLine4>string</AddressLine4>
<AddressLine5>string</AddressLine5>
<PostCode>string</PostCode>
<EmailAddress>string</EmailAddress>
<TelephoneNumber>string</TelephoneNumber>
<MobileNumber>string</MobileNumber>
<RelationshipFlag>string</RelationshipFlag>
<TenancyDescription>string</TenancyDescription>
</InactiveRelatedPerson>
<TotalItemCount>0</TotalItemCount>
</InactiveRelatedPersons>
<ActiveReferrals>
<ActiveReferral>
<Date>string</Date>
<Reason>string</Reason>
<Description>string</Description>
<RequesterCode>string</RequesterCode>
<RequesterDesc>string</RequesterDesc>
<TeamCode>string</TeamCode>
<TeamDesc>string</TeamDesc>
<Status>string</Status>
<TenancyDescription>string</TenancyDescription>
</ActiveReferral>
<TotalItemCount>0</TotalItemCount>
</ActiveReferrals>
<CompletedReferrals>
<CompletedReferral>
<EndDate>string</EndDate>
<Date>string</Date>
<Reason>string</Reason>
<Description>string</Description>
<RequesterCode>string</RequesterCode>
<RequesterDesc>string</RequesterDesc>
<TeamCode>string</TeamCode>
<TeamDesc>string</TeamDesc>
<Status>string</Status>
<TenancyDescription>string</TenancyDescription>
</CompletedReferral>
<TotalItemCount>0</TotalItemCount>
</CompletedReferrals>
<AdultAssessmentEvents>
<AdultAssessmentEvent>
<Status>string</Status>
<StartDateTime>string</StartDateTime>
<TypeCode>string</TypeCode>
<TypeDescription>string</TypeDescription>
<ReasonCode>string</ReasonCode>
<ReasonDescription>string</ReasonDescription>
<ReferralIdentifier>string</ReferralIdentifier>
<EndDate>string</EndDate>
<TenancyDescription>string</TenancyDescription>
</AdultAssessmentEvent>
<TotalItemCount>0</TotalItemCount>
</AdultAssessmentEvents>
<SafeguardingEvents>
<SafeguardingEvent>
<Status>string</Status>
<StartDateTime>string</StartDateTime>
<TypeCode>string</TypeCode>
<TypeDescription>string</TypeDescription>
<ReasonCode>string</ReasonCode>
<ReasonDescription>string</ReasonDescription>
<ReferralIdentifier>string</ReferralIdentifier>
<EndDate>string</EndDate>
<TenancyDescription>string</TenancyDescription>
</SafeguardingEvent>
<TotalItemCount>0</TotalItemCount>
</SafeguardingEvents>
<DOLSEvents>
<DOLSEvent>
<Status>string</Status>
<StartDateTime>string</StartDateTime>
<TypeCode>string</TypeCode>
<TypeDescription>string</TypeDescription>
<ReasonCode>string</ReasonCode>
<ReasonDescription>string</ReasonDescription>
<ReferralIdentifier>string</ReferralIdentifier>
<EndDate>string</EndDate>
<TenancyDescription>string</TenancyDescription>
</DOLSEvent>
<TotalItemCount>0</TotalItemCount>
</DOLSEvents>
<ChildAssessmentEvents>
<ChildAssessmentEvent>
<Status>string</Status>
<StartDateTime>string</StartDateTime>
<TypeCode>string</TypeCode>
<TypeDescription>string</TypeDescription>
<ReasonCode>string</ReasonCode>
<ReasonDescription>string</ReasonDescription>
<ReferralIdentifier>string</ReferralIdentifier>
<EndDate>string</EndDate>
<TenancyDescription>string</TenancyDescription>
</ChildAssessmentEvent>
<TotalItemCount>0</TotalItemCount>
</ChildAssessmentEvents>
<MeetingEvents>
<MeetingEvent>
<Status>string</Status>
<StartDateTime>string</StartDateTime>
<TypeCode>string</TypeCode>
<TypeDescription>string</TypeDescription>
<ReasonCode>string</ReasonCode>
<ReasonDescription>string</ReasonDescription>
<ReferralIdentifier>string</ReferralIdentifier>
<EndDate>string</EndDate>
<TenancyDescription>string</TenancyDescription>
</MeetingEvent>
<TotalItemCount>0</TotalItemCount>
</MeetingEvents>
<CaseNotesEvents>
<CaseNotesEvent>
<Status>string</Status>
<StartDateTime>string</StartDateTime>
<TypeCode>string</TypeCode>
<TypeDescription>string</TypeDescription>
<ReasonCode>string</ReasonCode>
<ReasonDescription>string</ReasonDescription>
<ReferralIdentifier>string</ReferralIdentifier>
<EndDate>string</EndDate>
<TenancyDescription>string</TenancyDescription>
</CaseNotesEvent>
<TotalItemCount>0</TotalItemCount>
</CaseNotesEvents>
<Risks>
<Risk>
<Description>string</Description>
<Date>string</Date>
<TypeCode>string</TypeCode>
<Note>string</Note>
<CreatedBy>string</CreatedBy>
<CreatedByCode>string</CreatedByCode>
<Status>string</Status>
<ClosedDate>string</ClosedDate>
<TenancyDescription>string</TenancyDescription>
</Risk>
<TotalItemCount>0</TotalItemCount>
</Risks>
<SpecialFactors>
<SpecialFactor>
<Description>string</Description>
<Date>string</Date>
<TypeCode>string</TypeCode>
<Note>string</Note>
<CreatedBy>string</CreatedBy>
<CreatedByCode>string</CreatedByCode>
<Status>string</Status>
<ClosedDate>string</ClosedDate>
<TenancyDescription>string</TenancyDescription>
</SpecialFactor>
<TotalItemCount>0</TotalItemCount>
</SpecialFactors>
<ChildProtections>
<ChildProtection>
<Description>string</Description>
<Date>string</Date>
<TypeCode>string</TypeCode>
<Note>string</Note>
<CreatedBy>string</CreatedBy>
<CreatedByCode>string</CreatedByCode>
<Status>string</Status>
<ClosedDate>string</ClosedDate>
<TenancyDescription>string</TenancyDescription>
</ChildProtection>
<TotalItemCount>0</TotalItemCount>
</ChildProtections>
<ChildInNeeds>
<ChildInNeed>
<Description>string</Description>
<Date>string</Date>
<TypeCode>string</TypeCode>
<Note>string</Note>
<CreatedBy>string</CreatedBy>
<CreatedByCode>string</CreatedByCode>
<Status>string</Status>
<ClosedDate>string</ClosedDate>
<TenancyDescription>string</TenancyDescription>
</ChildInNeed>
<TotalItemCount>0</TotalItemCount>
</ChildInNeeds>
<ChildLookAfters>
<ChildLookAfter>
<Description>string</Description>
<Date>string</Date>
<TypeCode>string</TypeCode>
<Note>string</Note>
<CreatedBy>string</CreatedBy>
<CreatedByCode>string</CreatedByCode>
<Status>string</Status>
<ClosedDate>string</ClosedDate>
<TenancyDescription>string</TenancyDescription>
</ChildLookAfter>
<TotalItemCount>0</TotalItemCount>
</ChildLookAfters>
<MissingPersons>
<MissingPerson>
<Description>string</Description>
<Date>string</Date>
<TypeCode>string</TypeCode>
<Note>string</Note>
<CreatedBy>string</CreatedBy>
<CreatedByCode>string</CreatedByCode>
<Status>string</Status>
<ClosedDate>string</ClosedDate>
<TenancyDescription>string</TenancyDescription>
</MissingPerson>
<TotalItemCount>0</TotalItemCount>
</MissingPersons>
<Hazards>
<Hazard>
<Description>string</Description>
<Date>string</Date>
<TypeCode>string</TypeCode>
<Note>string</Note>
<CreatedBy>string</CreatedBy>
<CreatedByCode>string</CreatedByCode>
<Status>string</Status>
<ClosedDate>string</ClosedDate>
<TenancyDescription>string</TenancyDescription>
</Hazard>
<TotalItemCount>0</TotalItemCount>
</Hazards>
<MARACs>
<MARAC>
<Description>string</Description>
<Date>string</Date>
<TypeCode>string</TypeCode>
<Note>string</Note>
<CreatedBy>string</CreatedBy>
<CreatedByCode>string</CreatedByCode>
<Status>string</Status>
<ClosedDate>string</ClosedDate>
<TenancyDescription>string</TenancyDescription>
</MARAC>
<TotalItemCount>0</TotalItemCount>
</MARACs>
<Disabilities>
<Disability>
<Description>string</Description>
<StartDate>string</StartDate>
<Note>string</Note>
<Status>string</Status>
<EndDate>string</EndDate>
<TenancyDescription>string</TenancyDescription>
</Disability>
<TotalItemCount>0</TotalItemCount>
</Disabilities>
<ActiveClassifications>
<ActiveClassification>
<Description>string</Description>
<Code>string</Code>
<StartDate>string</StartDate>
<Note>string</Note>
<Status>string</Status>
<TenancyDescription>string</TenancyDescription>
</ActiveClassification>
<TotalItemCount>0</TotalItemCount>
</ActiveClassifications>
<InactiveClassifications>
<InactiveClassification>
<EndDate>string</EndDate>
<Description>string</Description>
<Code>string</Code>
<StartDate>string</StartDate>
<Note>string</Note>
<Status>string</Status>
<TenancyDescription>string</TenancyDescription>
</InactiveClassification>
<TotalItemCount>0</TotalItemCount>
</InactiveClassifications>
<CarePlans>
<CarePlan>
<Type>string</Type>
<StartDate>string</StartDate>
<EndDate>string</EndDate>
<Status>string</Status>
<ModifiedDate>string</ModifiedDate>
<ReviewDate>string</ReviewDate>
<TenancyDescription>string</TenancyDescription>
<ServiceProvisions>
<ServiceProvision>
<Status>string</Status>
<ServiceType>string</ServiceType>
<ServiceName>string</ServiceName>
<Comments>string</Comments>
<ProviderName>string</ProviderName>
<ProviderPhone>string</ProviderPhone>
<TenancyDescription>string</TenancyDescription>
</ServiceProvision>
<TotalItemCount>0</TotalItemCount>
</ServiceProvisions>
</CarePlan>
<TotalItemCount>0</TotalItemCount>
</CarePlans>
</LiquidLogic.Models.Outbound.OutboundResponse>
{
"description": "LiquidLogic results collection.",
"type": "object",
"properties": {
"Summary": {
"description": "Summary",
"type": "object",
"properties": {
"CaseNumbers": {
"description": "CaseNumbers",
"type": "array",
"items": {
"description": "Summary Case Number",
"type": "object",
"properties": {
"CaseNumber": {
"description": "Gets or sets the case number.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"Team": {
"description": "Gets or sets the team.",
"type": "string"
},
"DisabilityIndicator": {
"description": "Gets or sets the disability indicator.",
"type": "string"
},
"InterpreterRequiredIndicator": {
"description": "Gets or sets the interpreter required indicator.",
"type": "string"
},
"RiskIndicator": {
"description": "Gets or sets the risk indicator.",
"type": "string"
},
"HazardIndicator": {
"description": "Gets or sets the hazard indicator.",
"type": "string"
},
"ChildProtectionIndicator": {
"description": "Gets or sets the child protection indicator.",
"type": "string"
},
"ChildInNeedIndicator": {
"description": "Gets or sets the child in need indicator.",
"type": "string"
},
"ChildLookedAfterIndicator": {
"description": "Gets or sets the child looked after indicator.",
"type": "string"
},
"LastUpdatedDate": {
"format": "date-time",
"description": "LastUpdatedDate",
"type": "string"
}
}
},
"ActiveCaseWorkers": {
"description": "ActiveCaseWorkers",
"type": "object",
"properties": {
"ActiveCaseWorker": {
"description": "ActiveCaseWorkers collection",
"type": "array",
"items": {
"description": "ActiveCaseWorker Collection",
"type": "object",
"properties": {
"StartDate": {
"format": "date-time",
"description": "Gets or sets the start date.",
"type": "string"
},
"GivenName": {
"description": "Gets or sets the name of the given.",
"type": "string"
},
"FamilyName": {
"description": "Gets or sets the name of the family.",
"type": "string"
},
"RoleCode": {
"description": "Gets or sets the role code.",
"type": "string"
},
"RoleDescription": {
"description": "Gets or sets the role description.",
"type": "string"
},
"TeamCode": {
"description": "Gets or sets the team code.",
"type": "string"
},
"TeamDescription": {
"description": "Gets or sets the team description.",
"type": "string"
},
"AddressLine1": {
"description": "Gets or sets the address line1.",
"type": "string"
},
"AddressLine2": {
"description": "Gets or sets the address line2.",
"type": "string"
},
"AddressLine3": {
"description": "Gets or sets the address line3.",
"type": "string"
},
"AddressLine4": {
"description": "Gets or sets the address line4.",
"type": "string"
},
"AddressLine5": {
"description": "Gets or sets the address line5.",
"type": "string"
},
"PostCode": {
"description": "Gets or sets the post code.",
"type": "string"
},
"EmailAddress": {
"description": "Gets or sets the email address.",
"type": "string"
},
"TelephoneNumber": {
"description": "Gets or sets the telephone number.",
"type": "string"
},
"MobileNumber": {
"description": "Gets or sets the mobile number.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of workers.",
"type": "integer",
"readOnly": true
}
}
},
"InactiveCaseWorkers": {
"description": "InactiveCaseWorkers",
"type": "object",
"properties": {
"InactiveCaseWorker": {
"description": "InactiveCaseWorkers collection",
"type": "array",
"items": {
"description": "Inactive Case Workers",
"type": "object",
"properties": {
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"StartDate": {
"format": "date-time",
"description": "Gets or sets the start date.",
"type": "string"
},
"GivenName": {
"description": "Gets or sets the name of the given.",
"type": "string"
},
"FamilyName": {
"description": "Gets or sets the name of the family.",
"type": "string"
},
"RoleCode": {
"description": "Gets or sets the role code.",
"type": "string"
},
"RoleDescription": {
"description": "Gets or sets the role description.",
"type": "string"
},
"TeamCode": {
"description": "Gets or sets the team code.",
"type": "string"
},
"TeamDescription": {
"description": "Gets or sets the team description.",
"type": "string"
},
"AddressLine1": {
"description": "Gets or sets the address line1.",
"type": "string"
},
"AddressLine2": {
"description": "Gets or sets the address line2.",
"type": "string"
},
"AddressLine3": {
"description": "Gets or sets the address line3.",
"type": "string"
},
"AddressLine4": {
"description": "Gets or sets the address line4.",
"type": "string"
},
"AddressLine5": {
"description": "Gets or sets the address line5.",
"type": "string"
},
"PostCode": {
"description": "Gets or sets the post code.",
"type": "string"
},
"EmailAddress": {
"description": "Gets or sets the email address.",
"type": "string"
},
"TelephoneNumber": {
"description": "Gets or sets the telephone number.",
"type": "string"
},
"MobileNumber": {
"description": "Gets or sets the mobile number.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of workers.",
"type": "integer",
"readOnly": true
}
}
},
"ActiveRelatedPersons": {
"description": "ActiveRelatedPersons",
"type": "object",
"properties": {
"ActiveRelatedPerson": {
"description": "ActiveRelatedPersons collection",
"type": "array",
"items": {
"description": "RelatedPerson",
"type": "object",
"properties": {
"GivenName": {
"description": "GivenName",
"type": "string"
},
"FamilyName": {
"description": "FamilyName",
"type": "string"
},
"RelationshipDescription": {
"description": "RelationshipDescription",
"type": "string"
},
"AddressLine1": {
"description": "AddressLine1",
"type": "string"
},
"AddressLine2": {
"description": "AddressLine2",
"type": "string"
},
"AddressLine3": {
"description": "AddressLine3",
"type": "string"
},
"AddressLine4": {
"description": "AddressLine4",
"type": "string"
},
"AddressLine5": {
"description": "AddressLine5",
"type": "string"
},
"PostCode": {
"description": "PostCode",
"type": "string"
},
"EmailAddress": {
"description": "EmailAddress",
"type": "string"
},
"TelephoneNumber": {
"description": "TelephoneNumber",
"type": "string"
},
"MobileNumber": {
"description": "MobileNumber",
"type": "string"
},
"RelationshipFlag": {
"description": "RelationshipFlag",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of persons.",
"type": "integer",
"readOnly": true
}
}
},
"InactiveRelatedPersons": {
"description": "InactiveRelatedPersons",
"type": "object",
"properties": {
"InactiveRelatedPerson": {
"description": "InactiveRelatedPersons collection",
"type": "array",
"items": {
"description": "InactiveRelatedPerson",
"type": "object",
"properties": {
"EndDate": {
"format": "date-time",
"description": "EndDate",
"type": "string"
},
"GivenName": {
"description": "GivenName",
"type": "string"
},
"FamilyName": {
"description": "FamilyName",
"type": "string"
},
"RelationshipDescription": {
"description": "RelationshipDescription",
"type": "string"
},
"AddressLine1": {
"description": "AddressLine1",
"type": "string"
},
"AddressLine2": {
"description": "AddressLine2",
"type": "string"
},
"AddressLine3": {
"description": "AddressLine3",
"type": "string"
},
"AddressLine4": {
"description": "AddressLine4",
"type": "string"
},
"AddressLine5": {
"description": "AddressLine5",
"type": "string"
},
"PostCode": {
"description": "PostCode",
"type": "string"
},
"EmailAddress": {
"description": "EmailAddress",
"type": "string"
},
"TelephoneNumber": {
"description": "TelephoneNumber",
"type": "string"
},
"MobileNumber": {
"description": "MobileNumber",
"type": "string"
},
"RelationshipFlag": {
"description": "RelationshipFlag",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of persons.",
"type": "integer",
"readOnly": true
}
}
},
"ActiveReferrals": {
"description": "ActiveReferrals",
"type": "object",
"properties": {
"ActiveReferral": {
"description": "ActiveReferrals collection",
"type": "array",
"items": {
"description": "Active Referral",
"type": "object",
"properties": {
"Date": {
"format": "date-time",
"description": "Gets or sets the date.",
"type": "string"
},
"Reason": {
"description": "Gets or sets the reason.",
"type": "string"
},
"Description": {
"description": "Gets or sets the description.",
"type": "string"
},
"RequesterCode": {
"description": "Gets or sets the requester code.",
"type": "string"
},
"RequesterDesc": {
"description": "Gets or sets the requester desc.",
"type": "string"
},
"TeamCode": {
"description": "Gets or sets the team code.",
"type": "string"
},
"TeamDesc": {
"description": "Gets or sets the team desc.",
"type": "string"
},
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of referrals.",
"type": "integer",
"readOnly": true
}
}
},
"CompletedReferrals": {
"description": "CompletedReferrals",
"type": "object",
"properties": {
"CompletedReferral": {
"description": "CompletedReferrals collection",
"type": "array",
"items": {
"description": "Completed Referral",
"type": "object",
"properties": {
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Gets or sets the date.",
"type": "string"
},
"Reason": {
"description": "Gets or sets the reason.",
"type": "string"
},
"Description": {
"description": "Gets or sets the description.",
"type": "string"
},
"RequesterCode": {
"description": "Gets or sets the requester code.",
"type": "string"
},
"RequesterDesc": {
"description": "Gets or sets the requester desc.",
"type": "string"
},
"TeamCode": {
"description": "Gets or sets the team code.",
"type": "string"
},
"TeamDesc": {
"description": "Gets or sets the team desc.",
"type": "string"
},
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of referrals.",
"type": "integer",
"readOnly": true
}
}
},
"AdultAssessmentEvents": {
"description": "AdultAssessmentEvents",
"type": "object",
"properties": {
"AdultAssessmentEvent": {
"description": "AdultAssessmentEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"SafeguardingEvents": {
"description": "SafeguardingEvents",
"type": "object",
"properties": {
"SafeguardingEvent": {
"description": "SafeguardingEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"DOLSEvents": {
"description": "DOLSEvents",
"type": "object",
"properties": {
"DOLSEvent": {
"description": "DOLSEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"ChildAssessmentEvents": {
"description": "ChildAssessmentEvents",
"type": "object",
"properties": {
"ChildAssessmentEvent": {
"description": "ChildAssessmentEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"MeetingEvents": {
"description": "MeetingEvents",
"type": "object",
"properties": {
"MeetingEvent": {
"description": "MeetingEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"CaseNotesEvents": {
"description": "CaseNotesEvents",
"type": "object",
"properties": {
"CaseNotesEvent": {
"description": "CaseNotesEvents collection",
"type": "array",
"items": {
"description": "OutboundEvent",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"StartDateTime": {
"format": "date-time",
"description": "Gets or sets the start date time.",
"type": "string"
},
"TypeCode": {
"description": "Gets or sets the type code.",
"type": "string"
},
"TypeDescription": {
"description": "Gets or sets the type description.",
"type": "string"
},
"ReasonCode": {
"description": "Gets or sets the reason code.",
"type": "string"
},
"ReasonDescription": {
"description": "Gets or sets the reason description.",
"type": "string"
},
"ReferralIdentifier": {
"description": "Gets or sets the referral identifier.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of events.",
"type": "integer",
"readOnly": true
}
}
},
"Risks": {
"description": "Risks",
"type": "object",
"properties": {
"Risk": {
"description": "Risks Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"SpecialFactors": {
"description": "SpecialFactors",
"type": "object",
"properties": {
"SpecialFactor": {
"description": "SpecialFactors Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"ChildProtections": {
"description": "ChildProtections",
"type": "object",
"properties": {
"ChildProtection": {
"description": "ChildProtections Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"ChildInNeeds": {
"description": "ChildInNeeds",
"type": "object",
"properties": {
"ChildInNeed": {
"description": "ChildInNeeds Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"ChildLookAfters": {
"description": "ChildLookAfters",
"type": "object",
"properties": {
"ChildLookAfter": {
"description": "ChildLookAfters Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"MissingPersons": {
"description": "MissingPersons",
"type": "object",
"properties": {
"MissingPerson": {
"description": "MissingPersons Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"Hazards": {
"description": "Hazards",
"type": "object",
"properties": {
"Hazard": {
"description": "Hazards Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"MARACs": {
"description": "MARACs",
"type": "object",
"properties": {
"MARAC": {
"description": "MARACs Collection",
"type": "array",
"items": {
"description": "Risk",
"type": "object",
"properties": {
"Description": {
"description": "Description",
"type": "string"
},
"Date": {
"format": "date-time",
"description": "Date",
"type": "string"
},
"TypeCode": {
"description": "TypeCode",
"type": "string"
},
"Note": {
"description": "Note",
"type": "string"
},
"CreatedBy": {
"description": "CreatedBy",
"type": "string"
},
"CreatedByCode": {
"description": "CreatedByCode",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ClosedDate": {
"format": "date-time",
"description": "ClosedDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"Disabilities": {
"description": "Disabilities",
"type": "object",
"properties": {
"Disability": {
"description": "Disabilities Collection",
"type": "array",
"items": {
"description": "Disability",
"type": "object",
"properties": {
"Description": {
"description": "Gets or sets the description.",
"type": "string"
},
"StartDate": {
"format": "date-time",
"description": "Gets or sets the start date.",
"type": "string"
},
"Note": {
"description": "Gets or sets the note.",
"type": "string"
},
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"ActiveClassifications": {
"description": "ActiveClassifications",
"type": "object",
"properties": {
"ActiveClassification": {
"description": "Active Classifications Collection",
"type": "array",
"items": {
"description": "OutboundClassification",
"type": "object",
"properties": {
"Description": {
"description": "Gets or sets the description.",
"type": "string"
},
"Code": {
"description": "Gets or sets the code.",
"type": "string"
},
"StartDate": {
"format": "date-time",
"description": "Gets or sets the start date.",
"type": "string"
},
"Note": {
"description": "Gets or sets the note.",
"type": "string"
},
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"InactiveClassifications": {
"description": "InactiveClassifications",
"type": "object",
"properties": {
"InactiveClassification": {
"description": "Inactive Classifications Collection",
"type": "array",
"items": {
"description": "Inactive Classifications",
"type": "object",
"properties": {
"EndDate": {
"format": "date-time",
"description": "Gets or sets the end date.",
"type": "string"
},
"Description": {
"description": "Gets or sets the description.",
"type": "string"
},
"Code": {
"description": "Gets or sets the code.",
"type": "string"
},
"StartDate": {
"format": "date-time",
"description": "Gets or sets the start date.",
"type": "string"
},
"Note": {
"description": "Gets or sets the note.",
"type": "string"
},
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
},
"CarePlans": {
"description": "CarePlans",
"type": "object",
"properties": {
"CarePlan": {
"description": "Care Plans Collection",
"type": "array",
"items": {
"description": "CarePlan",
"type": "object",
"properties": {
"Type": {
"description": "Type",
"type": "string"
},
"StartDate": {
"format": "date-time",
"description": "StartDate",
"type": "string"
},
"EndDate": {
"format": "date-time",
"description": "EndDate",
"type": "string"
},
"Status": {
"description": "Status",
"type": "string"
},
"ModifiedDate": {
"format": "date-time",
"description": "ModifiedDate",
"type": "string"
},
"ReviewDate": {
"format": "date-time",
"description": "ReviewDate",
"type": "string"
},
"TenancyDescription": {
"description": "TenancyDescription",
"type": "string"
},
"ServiceProvisions": {
"description": "ServiceProvisions",
"type": "object",
"properties": {
"ServiceProvision": {
"description": "Service Provision Collection",
"type": "array",
"items": {
"description": "OutboundServiceProvision",
"type": "object",
"properties": {
"Status": {
"description": "Gets or sets the status.",
"type": "string"
},
"ServiceType": {
"description": "Gets or sets the type of the service.",
"type": "string"
},
"ServiceName": {
"description": "Gets or sets the name of the service.",
"type": "string"
},
"Comments": {
"description": "Gets or sets the comments.",
"type": "string"
},
"ProviderName": {
"description": "Gets or sets the name of the provider.",
"type": "string"
},
"ProviderPhone": {
"description": "Gets or sets the provider phone.",
"type": "string"
},
"TenancyDescription": {
"description": "Gets or sets the tenancy description.",
"type": "string"
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
}
}
}
},
"TotalItemCount": {
"format": "int32",
"description": "Gets the number of items.",
"type": "integer",
"readOnly": true
}
}
}
}
}
400 Bad Request
Invalid parameter supplied
Representations
401 Unauthorized
Invalid credentials supplied
Representations
404 Not Found
Specified entity was not found or access denied
Representations
Code samples
@ECHO OFF
curl -v -X GET "https://graphnet-api-nonprod.azure-api.net/socialcare/patients/{patientDetailId}/SocialCare/{type}"
-H "Ocp-Apim-Subscription-Key: {subscription key}"
-H "Authorization: {access token}"
--data-ascii "{body}"
using System;
using System.Net.Http.Headers;
using System.Text;
using System.Net.Http;
using System.Web;
namespace CSHttpClientSample
{
static class Program
{
static void Main()
{
MakeRequest();
Console.WriteLine("Hit ENTER to exit...");
Console.ReadLine();
}
static async void MakeRequest()
{
var client = new HttpClient();
var queryString = HttpUtility.ParseQueryString(string.Empty);
// Request headers
client.DefaultRequestHeaders.Add("Ocp-Apim-Subscription-Key", "{subscription key}");
client.DefaultRequestHeaders.Add("Authorization", "{access token}");
var uri = "https://graphnet-api-nonprod.azure-api.net/socialcare/patients/{patientDetailId}/SocialCare/{type}?" + queryString;
var response = await client.GetAsync(uri);
}
}
}
// // This sample uses the Apache HTTP client from HTTP Components (http://hc.apache.org/httpcomponents-client-ga/)
import java.net.URI;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.client.utils.URIBuilder;
import org.apache.http.impl.client.HttpClients;
import org.apache.http.util.EntityUtils;
public class JavaSample
{
public static void main(String[] args)
{
HttpClient httpclient = HttpClients.createDefault();
try
{
URIBuilder builder = new URIBuilder("https://graphnet-api-nonprod.azure-api.net/socialcare/patients/{patientDetailId}/SocialCare/{type}");
URI uri = builder.build();
HttpGet request = new HttpGet(uri);
request.setHeader("Ocp-Apim-Subscription-Key", "{subscription key}");
request.setHeader("Authorization", "{access token}");
// Request body
StringEntity reqEntity = new StringEntity("{body}");
request.setEntity(reqEntity);
HttpResponse response = httpclient.execute(request);
HttpEntity entity = response.getEntity();
if (entity != null)
{
System.out.println(EntityUtils.toString(entity));
}
}
catch (Exception e)
{
System.out.println(e.getMessage());
}
}
}
<!DOCTYPE html>
<html>
<head>
<title>JSSample</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
</head>
<body>
<script type="text/javascript">
$(function() {
var params = {
// Request parameters
};
$.ajax({
url: "https://graphnet-api-nonprod.azure-api.net/socialcare/patients/{patientDetailId}/SocialCare/{type}?" + $.param(params),
beforeSend: function(xhrObj){
// Request headers
xhrObj.setRequestHeader("Ocp-Apim-Subscription-Key","{subscription key}");
xhrObj.setRequestHeader("Authorization","{access token}");
},
type: "GET",
// Request body
data: "{body}",
})
.done(function(data) {
alert("success");
})
.fail(function() {
alert("error");
});
});
</script>
</body>
</html>
#import <Foundation/Foundation.h>
int main(int argc, const char * argv[])
{
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
NSString* path = @"https://graphnet-api-nonprod.azure-api.net/socialcare/patients/{patientDetailId}/SocialCare/{type}";
NSArray* array = @[
// Request parameters
@"entities=true",
];
NSString* string = [array componentsJoinedByString:@"&"];
path = [path stringByAppendingFormat:@"?%@", string];
NSLog(@"%@", path);
NSMutableURLRequest* _request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:path]];
[_request setHTTPMethod:@"GET"];
// Request headers
[_request setValue:@"{subscription key}" forHTTPHeaderField:@"Ocp-Apim-Subscription-Key"];
[_request setValue:@"{access token}" forHTTPHeaderField:@"Authorization"];
// Request body
[_request setHTTPBody:[@"{body}" dataUsingEncoding:NSUTF8StringEncoding]];
NSURLResponse *response = nil;
NSError *error = nil;
NSData* _connectionData = [NSURLConnection sendSynchronousRequest:_request returningResponse:&response error:&error];
if (nil != error)
{
NSLog(@"Error: %@", error);
}
else
{
NSError* error = nil;
NSMutableDictionary* json = nil;
NSString* dataString = [[NSString alloc] initWithData:_connectionData encoding:NSUTF8StringEncoding];
NSLog(@"%@", dataString);
if (nil != _connectionData)
{
json = [NSJSONSerialization JSONObjectWithData:_connectionData options:NSJSONReadingMutableContainers error:&error];
}
if (error || !json)
{
NSLog(@"Could not parse loaded json with error:%@", error);
}
NSLog(@"%@", json);
_connectionData = nil;
}
[pool drain];
return 0;
}
<?php
// This sample uses the Apache HTTP client from HTTP Components (http://hc.apache.org/httpcomponents-client-ga/)
require_once 'HTTP/Request2.php';
$request = new Http_Request2('https://graphnet-api-nonprod.azure-api.net/socialcare/patients/{patientDetailId}/SocialCare/{type}');
$url = $request->getUrl();
$headers = array(
// Request headers
'Ocp-Apim-Subscription-Key' => '{subscription key}',
'Authorization' => '{access token}',
);
$request->setHeader($headers);
$parameters = array(
// Request parameters
);
$url->setQueryVariables($parameters);
$request->setMethod(HTTP_Request2::METHOD_GET);
// Request body
$request->setBody("{body}");
try
{
$response = $request->send();
echo $response->getBody();
}
catch (HttpException $ex)
{
echo $ex;
}
?>
########### Python 2.7 #############
import httplib, urllib, base64
headers = {
# Request headers
'Ocp-Apim-Subscription-Key': '{subscription key}',
'Authorization': '{access token}',
}
params = urllib.urlencode({
})
try:
conn = httplib.HTTPSConnection('graphnet-api-nonprod.azure-api.net')
conn.request("GET", "/socialcare/patients/{patientDetailId}/SocialCare/{type}?%s" % params, "{body}", headers)
response = conn.getresponse()
data = response.read()
print(data)
conn.close()
except Exception as e:
print("[Errno {0}] {1}".format(e.errno, e.strerror))
####################################
########### Python 3.2 #############
import http.client, urllib.request, urllib.parse, urllib.error, base64
headers = {
# Request headers
'Ocp-Apim-Subscription-Key': '{subscription key}',
'Authorization': '{access token}',
}
params = urllib.parse.urlencode({
})
try:
conn = http.client.HTTPSConnection('graphnet-api-nonprod.azure-api.net')
conn.request("GET", "/socialcare/patients/{patientDetailId}/SocialCare/{type}?%s" % params, "{body}", headers)
response = conn.getresponse()
data = response.read()
print(data)
conn.close()
except Exception as e:
print("[Errno {0}] {1}".format(e.errno, e.strerror))
####################################
require 'net/http'
uri = URI('https://graphnet-api-nonprod.azure-api.net/socialcare/patients/{patientDetailId}/SocialCare/{type}')
request = Net::HTTP::Get.new(uri.request_uri)
# Request headers
request['Ocp-Apim-Subscription-Key'] = '{subscription key}'
# Request headers
request['Authorization'] = '{access token}'
# Request body
request.body = "{body}"
response = Net::HTTP.start(uri.host, uri.port, :use_ssl => uri.scheme == 'https') do |http|
http.request(request)
end
puts response.body