Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTTP Status Code

Description

Response Example

200

Successful call with no service matching the query passed in.

Code Block
[]

200

Successful retrieval of a service complete record.

 

Code Block
[
  {
    "id": 1,
    "organization_id": 969,
    "location_id": 970,
    "source_service_id": 1106,
    "source_id_programAtSite": null,
    "source_id_program": 78143321,
    "source": "1106icarol",
    "program_id": 2048null,
    "program": "CHILDREN'S ADVOCACY CENTER",
    "name": "COUNSELING SERVICES AND PREVENTION FOR CHILDREN WHO ARE ABUSED",
    "alternate_name": null,
    "description": "Provides forensic interviews for sexually abused children, counseling services for sexually abused children, including adults survivors of child sexual abuse, and prevention education.",
    "url": null,
    "email": null,
    "status": 1,
    "interpretation_services": null,
    "application_process": "Referral required from Child Protective Services or Law Enforcement for forensic interviewing services. Therapy services available to children and adult survivors of child sexual abuse.",
    "wait_time": null,
    "fees": "No fees",
    "accreditations": null,
    "licenses": null,
    "eligibility": "Children and families of suspected child abuse in Southwest Michigan",
    "language": "Interpretation services available",
    "payment_accepted": "Not applicable",
    "required_document": "Referral information",
    "service_area": "Berrien, Cass and Van Buren Counties",
    "area_served_description": "Berrien, Cass and Van Buren Counties",
    "region": "GRYP",
    "contacts": [],
    "regular_schedule": [
 {     {
   "     "id": "2048128090",
        "organization_id": "969",
        "locationservice_id": "970",
        "source_service_id": "11106",
        "service_at_location_id": "",
        "nameweekday": "",
        "titleopens_at": "",
        "departmentcloses_at": "",
        "emailadministrative_hours": "",
        "hasPhoneservice_hours": "1"Mon and Wed 8:30am-8pm; Tue and  }
    Thu 8:30am-5pm; Fri 8:30am-4pm",
        "site_hours": ""
      }
    ],
    "regular_schedulephones": [
      {
        "id": "9212317064",
        "organization_id": "",
        "service_id": "1",
        "source_service_at_location_id": "1106",
        "weekdayservice_at_location_id": "",
        "opens_atnumber": "2695569640",
        "closes_atextension": "",
        "administrativephone_type_hourshierarchy": "1",
        "service_hourstype": "Mon and Wed 8:30am-8pm; Tue and Thu 8:30am-5pm; Fri 8:30am-4pmMain",
        "site_hoursdepartment": ""
      }
,
   ],     "phoneslanguage": [
      {"",
        "iddescription": "18427",
        "organization_idconfidential": "0",
        "service_id": "1",}
    ],
     "service_at_location_idtaxonomy": "",[
        "number": "2695569640",  {
        "extensionid": "169075",
        "phonesource_typeservice_hierarchyid": "11106",
        "typetaxonomy_id": "MainFN-1500.1900-150",
        "departmenttaxonomy_detail": "Child Abuse Prevention",
        "languagecategory": "",
        "descriptionsubcategory": ""
  
   }     ],
    "service_taxonomy": [ },
      {
        "id": "8192169076",
        "source_service_id": "11106",
        "taxonomy_id": "FNRP-15001400.19008000-150020.15",
        "taxonomy_detail": "Child Abuse PreventionCounseling",
        "category": "Child/Adolescent",
        "subcategory": "Violence/Abuse Services"
      },
      {
        "id": "8193169077",
        "source_service_id": "11106",
        "taxonomy_id": "RP-1400.8000-020.15",
        "taxonomy_detail": "Child Abuse Counseling",
        "category": "Mental Health Evalua Evaluation, Treatment & Supportive Services",
        "subcategory": "Abuse Counseling"
      },
      {
        "id": "8194169079",
        "source_service_id": "11106",
        "taxonomy_id": "RP-1400.8000-800",
        "taxonomy_detail": "Sexual Assault Counseling",
        "category": "Mental Health Evalua Evaluation, Treatment & Supportive Services",
        "subcategory": "Counseling Services"
      }
    ],
    "physical_address": [
      {
        "id": "53625559",
        "organization_id": "",
        "location_id": "970",
        "attention": "",
        "address_1": "4938 Niles Road",
        "address_2": "",
        "address_3": "",
        "address_4": "",
        "city": "Saint Joseph",
        "county": "Berrien",
        "region": "",
        "state_province": "MI",
        "postal_code": "49085",
        "country": "USA"
      }
    ],
    "locations": [
      {
        "id": "970",
        "organization_id": "969",
        "organization_name": "CHILDREN'S ADVOCACY CENTER OF SOUTHWEST MICHIGAN",
        "source_id": "",
        "source": "data warehouse",
        "name": "CHILDREN'S ADVOCACY CENTER OF SOUTHWEST MICHIGAN",
        "alternate_name": "",
        "url": "www.swmichigancac.org",
        "description": "Located on Old US 31 near intersection of Marquette Woods Road and US-31",
        "accessibility_for_disabilities": "",
        "transportation": "No public transportation available",
        "latitude": "42.0225356",
        "longitude": "86.4205098"
      }
    ],
    "service_area_served": [
      {
  {      "id": "186123",
        "service_id": "23308",
        "source_service_id": "11106",
        "type": "county",
        "name": "Berrien"
      },
      {
        "id": "23309"186124",
        "service_id": "",
        "source_service_id": "11106",
        "type": "county",
        "name": "Cass"
      },
      {
        "id": "23310 "186125",
        "service_id": "",
        "source_service_id": "11106",
        "type": "county",
        "name": "Van Buren"
      }
    ]
  }
]  

 

403

Request is unauthorized and will not be processed. This will happen if the authorization header does not contain a valid client id and secret.

 

 

Code Block
{
  "message": "Forbidden"
}

 

 

400

Request is malformed and will not be processed.

 

Code Block
{
  "type": "cie-directory/validation-error",
  "title": "Invalid Parameter",
  "detail": "parameter per_page was greater then the max allowed for this endpoint. per_page: 10000 max_allowed: 100",
  "instance": "237869a1-67f0-4a68-9500-734b3956517b"
}

 

500

INTERNAL SERVER ERROR

Code Block
  {
  "type": "cie-directory/unkown-error",
  "title": "There was an error retrieving the services",
  "detail": "{\n\t\"stack\": \"Error: Error message\\n    at ServiceController.GetServicesAllComplete (/var/task/src/services/service-controller.js:214:13)\\n    at processTicksAndRejections (internal/process/task_queues.js:97:5)\\n    at async Runtime.exports.getServicesAllCompleteHandler [as handler] (/var/task/src/services/handler.js:73:22)\",\n\t\"message\": \"Error message\"\n}",
  "instance": "7a025b91-f1ff-4e4f-be75-42390fb02dd2"
}

401

Unauthorized

Code Block
{
  "message": "Unauthorized"
}

502

Bad Gateway. Our API services maybe down

Code Block
{
  "message": "Internal Server Error"
}

...