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; Identification value of the employee.
    • IncidentDate; string; Incident date and time.
    • IncidentId; integer; The unique identifier of the incident.
    • IncidentNo; string; Value that uniquely identifies the incident.
    • IncidentOwnerId; integer; Value that uniquely identifies the incident owner.
    • IncidentReportedDate; string; Date of notification of the incident.
    • IncidentSourceCode; string; The source of the incident.
    • IncidentSummary; string; Summary of the incident.
    • IncidentTypeCode; string; Type of the incident.
    • LocationId; integer; The unique identifier of the location.
    • LocationTypeCode; string; Type of location.
    • NotifiedPersonId; integer; Person notified of the incident.
    • ReporterTypeCode; string; The reporter of the incident.
    • ReptrAddrLine1; string; First line of address.
    • ReptrAddrLine2; string; Second line of address.
    • ReptrAreaCode; string; The area code of the incident reporter.
    • ReptrCity; string; City of the incident reporter.
    • ReptrCountry; string; Country of the incident reporter.
    • ReptrCountryCodeNum; string; Country code for the incident reporter.
    • ReptrEmail; string; Email address of incident reporter.
    • ReptrName; string; Name of incident reporter.
    • ReptrPhoneNo; string; Phone number of incident reporter.
    • ReptrSpecificLocation; string; The incident reporter specific location.
    • ReptrState; string; The state of the incident reporter.
    • ReptrZipCode; string; Postal code of incident reporter.
    • SeverityLevelCode; string; Level of severity of incident.
    • TargetCompletionDate; string; The date that the incident is targeted for completion.
  • 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
Nested Schema : HnsIncidentsDFF
Type: array
Show Source
Nested Schema : Incident Detail Kiosks
Type: array
Title: Incident Detail Kiosks
A kiosk version of incident 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