Get all incidents

get

/hcmRestApi/resources/11.13.18.05/incidentKiosks

Request

Query Parameters
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables:

    • PrimaryKey: Finds all incidents that match the primary key criteria specified.
      Finder Variables:
      • IncidentId; integer; Unique identifier of an incident.
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • EmployeeId; integer; Employee ID of the person who reported the incident. If the reporter is Non Employee, Employee ID should be null. This attribute is required if the reporter is an employee. Valid values are defined in the list PersonLovPVO.
    • IncidentDate; string; Date the incident occurred captured by the incident reporter. This attribute is required.
    • IncidentId; integer; Unique identifier of the incident. System-generated primary key.
    • IncidentReportedDate; string; Date and time when the notified person was informed about the incident.
    • IncidentSourceCode; string; Unique identifier for the incident source. Valid values are defined in the list HcmCommonSharedAM_HnsIncidentSource. This attribute is required.
    • IncidentSummary; string; Summary information of the incident captured by the reporter. This attribute is required.
    • IncidentTypeCode; string; Unique identifier for the incident type. Valid values are defined in the list HcmCommonSharedAM_HnsIncidentType. The default value is Health and Safety Incident.
    • LocationId; integer; Onsite location where the incident happened. If the incident happened offsite, the Location ID should be null. This attribute is required if the location is ORA_ONSITE. Valid values are defined in the list LocationLovPVO.
    • LocationTypeCode; string; Type of location where the incident occurred, captured by the reporter such as ORA_ONSITE or ORA_OFFSITE. Valid values are defined in the list HcmCommonSharedAM_HnsLocation. This attribute is required.
    • NotifiedPersonId; integer; Employee ID of the person who is notified about the incident. This attribute is required if the notified person is an employee. Valid values are defined in the list PersonLovPVO.
    • ReporterTypeCode; string; Selection made by the incident reporter to categorize the incident reporter as either an employee or a non-employee. Valid values are defined in the list HcmCommonSharedAM_HnsPerson. This attribute is required.
    • ReptrAddrLine1; string; Address line 1 of the incident captured by the reporter. If the incident happened onsite, then the value should be null. This attribute is required if the location is ORA_OFFSITE.
    • ReptrAddrLine2; string; Address line 2 of the incident captured by the reporter. If the incident happened onsite, then the value should be null.
    • ReptrAreaCode; string; Area code for the reporter's phone. If the reporter is an employee, then the value should be null.
    • ReptrCity; string; City where the incident was captured by the reporter. If the incident happened onsite, then the value should be null. This attribute is required if the location is ORA_OFFSITE.
    • ReptrCountry; string; Country where the incident occurred, captured by the incident reporter. If the incident happened onsite, then the value should be null. This attribute is required if the Location is ORA_OFFSITE.
    • ReptrCountryCodeNum; string; Country code for the reporter's phone. Valid values are defined in the list PhoneCountryCodePVO. If the reporter is an employee, then the value should be null. PhoneCountryCodePVO.
    • ReptrEmail; string; Email ID of the person who reported the incident. If the reporter is an employee, then the value should be null. Either ReptrPhoneNo or ReptrEmail is required if the reporter is a non employee.
    • ReptrName; string; Full name of the person who reported the incident. If the reporter is an employee, then the value should be null. This attribute is required if the reporter is a non employee.
    • ReptrPhoneNo; string; Phone number of the person who reported the incident. If the reporter is an employee, then the value should be null. Either ReptrPhoneNo or ReptrEmail is required if the reporter is a non employee.
    • ReptrSpecificLocation; string; Detailed information on the location of the incident captured by the reporter. This attribute is required.
    • ReptrState; string; State where the incident was captured by the reporter. If the incident happened onsite, then the value should be null. This attribute is required if the location is ORA_OFFSITE.
    • ReptrZipCode; string; Postal code of the incident captured by the reporter. If the incident happened onsite, then the value should be null.
    • SeverityLevelCode; string; Severity level of the incident.
    • TargetCompletionDate; string; Date and time by when the incident needs to be completed. Prepopulated using the Target Date setup value.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : incidentKiosks
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : incidentKiosks-item-response
Type: object
Show Source
  • Title: Employee
    Employee ID of the person who reported the incident. If the reporter is Non Employee, Employee ID should be null. This attribute is required if the reporter is an employee. Valid values are defined in the list PersonLovPVO.
  • HnsIncidentsDFF
  • Title: Date and Time
    Date the incident occurred captured by the incident reporter. This attribute is required.
  • Title: Description
    Complete description of the incident captured by the incident reporter.
  • Incident Detail Kiosks
    Title: Incident Detail Kiosks
    The incidentDetailKiosk is a child resource of incidentKiosks. It provides information about incident events. This resource allows a simple GET and POST operation on incidents events.
  • Title: Incident ID
    Unique identifier of the incident. System-generated primary key.
  • Title: Immediate Actions
    Description of any immediate actions undertaken after the incident was captured by the incident reporter.
  • Date and time when the notified person was informed about the incident.
  • Title: Incident Source
    Maximum Length: 30
    Unique identifier for the incident source. Valid values are defined in the list HcmCommonSharedAM_HnsIncidentSource. This attribute is required.
  • Title: Summary
    Maximum Length: 1000
    Summary information of the incident captured by the reporter. This attribute is required.
  • Title: Incident Type
    Maximum Length: 30
    Unique identifier for the incident type. Valid values are defined in the list HcmCommonSharedAM_HnsIncidentType. The default value is Health and Safety Incident.
  • Links
  • Title: Location ID
    Onsite location where the incident happened. If the incident happened offsite, the Location ID should be null. This attribute is required if the location is ORA_ONSITE. Valid values are defined in the list LocationLovPVO.
  • Title: Location Type
    Maximum Length: 30
    Default Value: ORA_ON_SITE
    Type of location where the incident occurred, captured by the reporter such as ORA_ONSITE or ORA_OFFSITE. Valid values are defined in the list HcmCommonSharedAM_HnsLocation. This attribute is required.
  • Employee ID of the person who is notified about the incident. This attribute is required if the notified person is an employee. Valid values are defined in the list PersonLovPVO.
  • Title: Incident Reporter
    Maximum Length: 30
    Default Value: ORA_EMPLOYEE
    Selection made by the incident reporter to categorize the incident reporter as either an employee or a non-employee. Valid values are defined in the list HcmCommonSharedAM_HnsPerson. This attribute is required.
  • Title: Address Line 1
    Maximum Length: 255
    Address line 1 of the incident captured by the reporter. If the incident happened onsite, then the value should be null. This attribute is required if the location is ORA_OFFSITE.
  • Title: Address Line 2
    Maximum Length: 255
    Address line 2 of the incident captured by the reporter. If the incident happened onsite, then the value should be null.
  • Title: Area Code
    Maximum Length: 30
    Area code for the reporter's phone. If the reporter is an employee, then the value should be null.
  • Title: City
    Maximum Length: 100
    City where the incident was captured by the reporter. If the incident happened onsite, then the value should be null. This attribute is required if the location is ORA_OFFSITE.
  • Title: Country
    Maximum Length: 100
    Country where the incident occurred, captured by the incident reporter. If the incident happened onsite, then the value should be null. This attribute is required if the Location is ORA_OFFSITE.
  • Title: Country Code
    Maximum Length: 30
    Country code for the reporter's phone. Valid values are defined in the list PhoneCountryCodePVO. If the reporter is an employee, then the value should be null. PhoneCountryCodePVO.
  • Title: Email
    Maximum Length: 250
    Email ID of the person who reported the incident. If the reporter is an employee, then the value should be null. Either ReptrPhoneNo or ReptrEmail is required if the reporter is a non employee.
  • Title: Name
    Maximum Length: 200
    Full name of the person who reported the incident. If the reporter is an employee, then the value should be null. This attribute is required if the reporter is a non employee.
  • Title: Phone
    Maximum Length: 18
    Phone number of the person who reported the incident. If the reporter is an employee, then the value should be null. Either ReptrPhoneNo or ReptrEmail is required if the reporter is a non employee.
  • Title: Specific Location
    Maximum Length: 255
    Detailed information on the location of the incident captured by the reporter. This attribute is required.
  • Title: State
    Maximum Length: 100
    State where the incident was captured by the reporter. If the incident happened onsite, then the value should be null. This attribute is required if the location is ORA_OFFSITE.
  • Title: Postal Code
    Maximum Length: 100
    Postal code of the incident captured by the reporter. If the incident happened onsite, then the value should be null.
  • Maximum Length: 30
    Default Value: ORA_NO_EFFECT
    Severity level of the incident.
  • Title: Target Completion Date
    Date and time by when the incident needs to be completed. Prepopulated using the Target Date setup value.
Nested Schema : HnsIncidentsDFF
Type: array
Show Source
Nested Schema : Incident Detail Kiosks
Type: array
Title: Incident Detail Kiosks
The incidentDetailKiosk is a child resource of incidentKiosks. It provides information about incident events. This resource allows a simple GET and POST operation on incidents events.
Show Source
Nested Schema : incidentKiosks-HnsIncidentsDFF-item-response
Type: object
Show Source
Nested Schema : incidentKiosks-IncidentDetailKiosk-item-response
Type: object
Show Source
Back to Top

Examples

The following example shows how to retrieve all the health and safety incidents by submitting a GET request on the REST resource using cURL.

curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -X GET  https://<host>:<port>/hcmCoreApi/resources/11.13.18.05/incidentKiosks

Example of Response Header

The following is an example of the response header.

HTTP/1.1 200 OK
Content-Type : application/vnd.oracle.adf.resourceitem+json

Example of Response Body

The following example shows the contents of the response body in JSON format.

{
    "items": [
        {
            "EmployeeId": 100000008153756,
            "IncidentDate": "2018-01-15T11:07:07.248+00:00",
            "IncidentId": 300100126679821,
            "IncidentSummary": "Summary for Incident",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "Location for Incident",
            "TargetCompletionDate": "2018-03-16T11:07:07.241+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 100000000000008,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                   ...}
        },
        {
            "EmployeeId": 100000008153759,
            "IncidentDate": "2018-03-15T09:14:10.212+00:00",
            "IncidentId": 300100149000855,
            "IncidentSummary": "Summary for Incident by Vinay Hituvalli",
            "LocationTypeCode": "ORA_OFF_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": "City for Incident by Vinay",
            "ReptrCountry": "Country for Incident by Vinay",
            "ReptrEmail": null,
            "ReptrAddrLine1": "Address Line1 for Incident by Vinay",
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "Specific Locataion for Incident by Vinay Hituvalli",
            "TargetCompletionDate": "2018-05-14T09:14:10.209+00:00",
            "ReptrAddrLine2": "Address Line2 for Incident by Vinay",
            "ReptrZipCode": "7979999",
            "ReptrState": "State for Incident by Vinay",
            "LocationId": null,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                  ...}
        },
        {
            "EmployeeId": 100000008153756,
            "IncidentDate": "2018-03-16T16:50:01.565+00:00",
            "IncidentId": 300100149198853,
            "IncidentSummary": "Closed Incident",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "Oracle",
            "TargetCompletionDate": "2018-05-15T16:50:01.530+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 100000000000008,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                  ...}
        },
        {
            "EmployeeId": 100000008153756,
            "IncidentDate": "2018-03-16T16:55:55.164+00:00",
            "IncidentId": 300100149198857,
            "IncidentSummary": "Incident to be Reviewed",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "Oracle",
            "TargetCompletionDate": "2018-05-15T16:55:55.161+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 100000000000008,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links":
                {
                  ...}
        },
        {
            "EmployeeId": 300100172372584,
            "IncidentDate": "2018-11-01T11:06:06.352+00:00",
            "IncidentId": 300100172522925,
            "IncidentSummary": "UPG EADI 1901 Adding Results",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "UPG EADI 1901 Adding Results",
            "TargetCompletionDate": "2018-12-31T11:06:06.346+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 3030,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": 
                {
                  ...}
        },
        {
            "EmployeeId": 300100172372584,
            "IncidentDate": "2018-11-01T11:28:39.660+00:00",
            "IncidentId": 300100172522941,
            "IncidentSummary": "UPG EADI 1901 for Location Operating Status",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "UPG EADI 1901 for Location Operating Status",
            "TargetCompletionDate": "2018-12-31T11:28:39.656+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 3030,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                  ...}
        },
        {
            "EmployeeId": 300100172372584,
            "IncidentDate": "2018-10-31T11:38:13.935+00:00",
            "IncidentId": 300100172529872,
            "IncidentSummary": "UPG EADI 1901 Air Quality Event - KIOSK",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "UPG EADI 1901 Air Quality Event - KIOSK",
            "TargetCompletionDate": "2018-12-30T11:38:13.928+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 3030,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": 
                {
                  ...}
        },
        {
            "EmployeeId": 300100172372584,
            "IncidentDate": "2018-11-01T10:53:38.868+00:00",
            "IncidentId": 300100172522913,
            "IncidentSummary": "UPG EADI 1901 Action Rquired ",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "UPG EADI 1901 Action Rquired ",
            "TargetCompletionDate": "2018-12-31T10:53:38.838+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 3030,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                  ...}
        },
        {
            "EmployeeId": 100000008153756,
            "IncidentDate": "2018-03-16T09:42:44.499+00:00",
            "IncidentId": 300100149000977,
            "IncidentSummary": "Vehicle Event - PUser",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "Oracle",
            "TargetCompletionDate": "2018-05-15T09:42:44.496+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 100000000000008,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                  ...}
        },
        {
            "EmployeeId": 300100172372584,
            "IncidentDate": "2018-10-31T11:59:45.779+00:00",
            "IncidentId": 300100172529973,
            "IncidentSummary": "UPG EADI 1901 Unsafe Condition Event - Kiosk",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "UPG EADI 1901 Unsafe Condition Event - Kiosk",
            "TargetCompletionDate": "2018-12-30T11:59:45.776+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 3030,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                  ...}
        },
        {
            "EmployeeId": 300100172372584,
            "IncidentDate": "2018-10-31T13:10:13.666+00:00",
            "IncidentId": 300100172530035,
            "IncidentSummary": "UPG EADI 1901 Near Miss Event PUSER",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "UPG EADI 1901 Near Miss Event PUSER",
            "TargetCompletionDate": "2018-12-30T13:10:13.661+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 3030,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                  ...}
        },
        {
            "EmployeeId": 300100172372584,
            "IncidentDate": "2018-10-31T13:47:58.017+00:00",
            "IncidentId": 300100172530065,
            "IncidentSummary": "UPG EADI 1901 Unsafe Act Event PUSER",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "UPG EADI 1901 Unsafe Act Event PUSER",
            "TargetCompletionDate": "2018-12-30T13:47:58.012+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 3030,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                  ...}
        },
        {
            "EmployeeId": 100000008153757,
            "IncidentDate": "2018-03-01T09:58:03.168+00:00",
            "IncidentId": 300100149000813,
            "IncidentSummary": "Summary for Incident reported by Ravi Chouhan",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "Specific Location for Incident reported by Ravi Chouhan",
            "TargetCompletionDate": "2018-01-02T08:58:02.666+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 100000000000008,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                  ...}
        },
        {
            "EmployeeId": 100000008153756,
            "IncidentDate": "2018-03-16T09:24:40.011+00:00",
            "IncidentId": 300100149000939,
            "IncidentSummary": "Spill or Release Event - Kiosk",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "Oracle",
            "TargetCompletionDate": "2018-05-15T09:24:40.009+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 100000000000008,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": 
                {
                  ...}
        },
        {
            "EmployeeId": 100000008153756,
            "IncidentDate": "2018-05-31T11:05:02.429+00:00",
            "IncidentId": 300100166436816,
            "IncidentSummary": "HNS Question Puser",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "HNS Question Puser",
            "TargetCompletionDate": "2018-07-30T11:05:02.384+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 100000000000008,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                  ...}
        },
        {
            "EmployeeId": 300100172372584,
            "IncidentDate": "2018-10-31T13:17:07.839+00:00",
            "IncidentId": 300100172530041,
            "IncidentSummary": "UPG EADI 1901 Notice of Voilation Event PUSER",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "UPG EADI 1901 Notice of Voilation Event PUSER",
            "TargetCompletionDate": "2018-12-30T13:17:07.834+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 3030,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                  ...}
        },
        {
            "EmployeeId": 300100172372584,
            "IncidentDate": "2018-10-31T13:33:08.821+00:00",
            "IncidentId": 300100172530047,
            "IncidentSummary": "UPG EADI 1901 Property Damage Event PUSER",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "UPG EADI 1901 Property Damage Event PUSER",
            "TargetCompletionDate": "2018-12-30T13:33:08.818+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 3030,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                  ...}
        },
        {
            "EmployeeId": 300100172372584,
            "IncidentDate": "2018-11-01T09:55:42.802+00:00",
            "IncidentId": 300100172522900,
            "IncidentSummary": "UPG EADI 1901 Incident Action",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "UPG EADI 1901 Incident Action",
            "TargetCompletionDate": "2018-12-31T09:55:42.797+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 3030,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                  ...}
        },
        {
            "EmployeeId": 300100172372584,
            "IncidentDate": "2018-11-01T10:06:23.958+00:00",
            "IncidentId": 300100172522907,
            "IncidentSummary": "UPG EADI 1901 Issue Event PUSER",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "UPG EADI 1901 Issue Event PUSER",
            "TargetCompletionDate": "2018-12-31T10:06:23.953+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 3030,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                  ...}
        },
        {
            "EmployeeId": 100000008153756,
            "IncidentDate": "2017-08-24T09:57:46.127+00:00",
            "IncidentId": 300100122536484,
            "IncidentSummary": "Summary for incident",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "Specific Location for Incident",
            "TargetCompletionDate": "2017-10-23T09:57:45.660+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 100000000000008,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                  ...}
        },
        {
            "EmployeeId": null,
            "IncidentDate": "2017-08-28T09:59:35.059+00:00",
            "IncidentId": 300100122714286,
            "IncidentSummary": "Incident reported by former employee",
            "LocationTypeCode": "ORA_OFF_SITE",
            "ReporterTypeCode": "ORA_NON_EMPLOYEE",
            "ReptrCity": "Austin",
            "ReptrCountry": "US",
            "ReptrEmail": "former_employee@yahoo.com",
            "ReptrAddrLine1": "AddressLine1",
            "ReptrName": "INC_REPORT_FORMER_EMP",
            "ReptrPhoneNo": "56564444",
            "ReptrSpecificLocation": "2ND LANE 3RD STREET",
            "TargetCompletionDate": "2017-08-26T09:59:34.400+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": "7878434",
            "ReptrState": "Texas",
            "LocationId": null,
            "ReptrCountryCodeNum": "355",
            "ReptrAreaCode": "654",
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                  ...}
        },
        {
            "EmployeeId": 300100135526793,
            "IncidentDate": "2018-01-18T09:23:01.510+00:00",
            "IncidentId": 300100135527054,
            "IncidentSummary": "Summary for Incident1",
            "LocationTypeCode": "ORA_OFF_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": "Incident_city",
            "ReptrCountry": "Incident_country",
            "ReptrEmail": null,
            "ReptrAddrLine1": "Incident_AddressLine1",
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "Specific Location for Incident1",
            "TargetCompletionDate": "2018-03-19T09:23:00.950+00:00",
            "ReptrAddrLine2": "Incident_AddressLine2",
            "ReptrZipCode": "88945",
            "ReptrState": "Incident_State",
            "LocationId": null,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                  ...}
        },
        {
            "EmployeeId": 300100149840232,
            "IncidentDate": "2018-04-19T06:01:32.176+00:00",
            "IncidentId": 300100150998651,
            "IncidentSummary": "hgfhfhfgh",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "vcgfd",
            "TargetCompletionDate": "2018-06-18T06:01:32.145+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 3030,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                  ...}
        },
        {
            "EmployeeId": 300100172372584,
            "IncidentDate": "2018-11-01T09:36:07.132+00:00",
            "IncidentId": 300100172522881,
            "IncidentSummary": "UPG EADI 1901 Incident to be reviewed",
            "LocationTypeCode": "ORA_ON_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": null,
            "ReptrCountry": null,
            "ReptrEmail": null,
            "ReptrAddrLine1": null,
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "UPG EADI 1901 Incident to be reviewed",
            "TargetCompletionDate": "2018-12-31T09:36:07.128+00:00",
            "ReptrAddrLine2": null,
            "ReptrZipCode": null,
            "ReptrState": null,
            "LocationId": 3030,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                  ...}
        },
        {
            "EmployeeId": 100000017109026,
            "IncidentDate": "2018-01-15T11:02:51.196+00:00",
            "IncidentId": 300100126679812,
            "IncidentSummary": "Summary for Incident",
            "LocationTypeCode": "ORA_OFF_SITE",
            "ReporterTypeCode": "ORA_EMPLOYEE",
            "ReptrCity": "supplier_city",
            "ReptrCountry": "supplier_country",
            "ReptrEmail": null,
            "ReptrAddrLine1": "supplier_addr_line1",
            "ReptrName": null,
            "ReptrPhoneNo": null,
            "ReptrSpecificLocation": "Specific Location for Incident",
            "TargetCompletionDate": "2018-03-16T11:02:50.758+00:00",
            "ReptrAddrLine2": "supplier_addr_line2",
            "ReptrZipCode": null,
            "ReptrState": "supplier_state",
            "LocationId": null,
            "ReptrCountryCodeNum": null,
            "ReptrAreaCode": null,
            "IncidentSourceCode": "ORA_INTERNAL",
            "links": [
                {
                  ...}
   ]
}
Back to Top