GET api/incident/IncidentType/{id}/Symptom

The purpose of this method is to get an incident Symptom by the Incident Type ID

Error Messages
    • 404/Not Found - Incident Type not found - Specified ID is not assigned to an ID
  • Request Information

    URI Parameters

    NameDescriptionTypeAdditional information
    id The ID of the incident Type integer

    Required

    Body Parameters

    None.

    Response Information

    Resource Description

    SymptomView
    NameDescriptionTypeAdditional information
    SymptomID The Symptom ID integer

    None.

    IncidentTypeID The Incident Type ID integer

    None.

    Symptom The Symptom in text format string

    Required

    String length: inclusive between 0 and 50

    Description A description of the Symptom string

    String length: inclusive between 0 and 256

    EscalateResponseHours The mimimum response time when the incident is escalated decimal number

    None.

    TargetResponseHours The target response time decimal number

    None.

    DefaultCategoryID The default category ID integer

    None.