Get Premise Activity History
get
/rest/apis/customer/interactions/premiseActivityHistory/{premiseId}
This operation retrieves the historical activity history for a premise that may span across multiple customers with service agreements for service points of the premise over time.
Request
Path Parameters
-
premiseId(required): string
The Premise ID is a system assigned random number that stays with a premise for life.Example:
2242620736
Query Parameters
-
fromDateTime: string
From Date Time is a required input of date range for which the premise activity history is returned.Example:
2016-01-20T20:00:00-08:00
-
limit: number
The limit element is an integer value that specifies the paging size for number of records to return when serving a client request.
-
toDateTime: string
To Date Time is a required input of date range for which the premise activity history is returned.Example:
2017-01-20T20:00:00-08:00
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/xml
- application/json
200 Response
Success response
Root Schema : C1PremActHis
Type:
Show Source
object
-
fromDateTime: string
(date-time)
From Date Time is a required input of date range for which the premise activity history is returned.Example:
2016-01-20T20:00:00-08:00
-
limit: number
Minimum Value:
0
Maximum Value:99999
The limit element is an integer value that specifies the paging size for number of records to return when serving a client request. -
moreRecordsExist: boolean
The hasMore element indicates whether there are more items or result records to be retrieved.Example:
true
-
premiseActivities: array
premiseActivities
-
premiseActivityTypes: array
premiseActivityTypes
-
premiseId: string
Maximum Length:
10
The Premise ID is a system assigned random number that stays with a premise for life.Example:2242620736
-
toDateTime: string
(date-time)
To Date Time is a required input of date range for which the premise activity history is returned.Example:
2017-01-20T20:00:00-08:00
Nested Schema : items
Type:
Show Source
object
-
displayIconOracle: string
Maximum Length:
150
Icon Name from Redwood library for example "ico-contacts.svg", "ico-check.svg". This is the URL value from the display icon reference code definition. -
id: string
Maximum Length:
32
Unique identifier of the row.Example:CC99068699010240467016
- navigationInfo: object navigationInfo
-
premiseActivityDateTime: string
(date-time)
Premise Activity Date TimeExample:
2016-05-23T20:21:44-07:00
-
premiseActivityType: string
Maximum Length:
12
Premise Activity Type .For example: SV is Severance ProcessExample:CC
-
primaryText: string
Maximum Length:
60
Primary text for the premise activitiesExample:Customer Contact - General customer contact
-
secondaryText: string
Maximum Length:
60
Primary text for the premise activitiesExample:Customer Contact - General customer contact
-
tertiaryText: string
Maximum Length:
60
Primary text for the premise activitiesExample:Customer Contact - General customer contact
Nested Schema : items
Type:
Show Source
object
-
description: string
Maximum Length:
60
Primary text for the premise activitiesExample:Customer Contact - General customer contact
-
premiseActivityType: string
Maximum Length:
12
Premise Activity Type .For example: SV is Severance ProcessExample:CC
400 Response
Bad Request
Root Schema : problemDetailDocument
Type:
Show Source
object
-
detail: string
Maximum Length:
60
The long message description from the Oracle Utilities Application Framework in CDATA format. -
httpStatus: number
Minimum Value:
0
Maximum Value:9999
The HTTP Status code for the error. -
problemInstance: string
Maximum Length:
60
Fully qualified URL consisting of the Base URI Timestamp of error in ISO format, the User used for the transaction, the Message Category within Oracle Utilities Application Framework, the Message Number within Oracle Utilities Application Framework, the Request URL and the HTTP method used for the transaction. -
problemType: string
Maximum Length:
60
URL of the format "A/message/X/Y" where A is the base URI, X is the Message Category and Y is the Message Number within Oracle Utilities Application Framework. -
serverMessage: object
serverMessage
-
stackTrace: string
Maximum Length:
60
The stack trace shows where the error occurs during the execution of a program. -
title: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type:
Show Source
object
-
callSequence: string
Maximum Length:
60
Delimited sequence of programs called. -
longDescription: string
Maximum Length:
60
The long message description from the Oracle Utilities Application Framework in CDATA format. -
messageCategory: number
Minimum Value:
0
Maximum Value:0
Message Category within Oracle Utilities Application Framework. -
messageNbr: number
Minimum Value:
-99999
Maximum Value:99999
Message Number within Oracle Utilities Application Framework. -
messageText: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format. -
programName: string
Maximum Length:
60
Name of the program that encountered the error.
500 Response
Internal Server Error
Root Schema : problemDetailDocument
Type:
Show Source
object
-
detail: string
Maximum Length:
60
The long message description from the Oracle Utilities Application Framework in CDATA format. -
httpStatus: number
Minimum Value:
0
Maximum Value:9999
The HTTP Status code for the error. -
problemInstance: string
Maximum Length:
60
Fully qualified URL consisting of the Base URI Timestamp of error in ISO format, the User used for the transaction, the Message Category within Oracle Utilities Application Framework, the Message Number within Oracle Utilities Application Framework, the Request URL and the HTTP method used for the transaction. -
problemType: string
Maximum Length:
60
URL of the format "A/message/X/Y" where A is the base URI, X is the Message Category and Y is the Message Number within Oracle Utilities Application Framework. -
serverMessage: object
serverMessage
-
stackTrace: string
Maximum Length:
60
The stack trace shows where the error occurs during the execution of a program. -
title: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type:
Show Source
object
-
callSequence: string
Maximum Length:
60
Delimited sequence of programs called. -
longDescription: string
Maximum Length:
60
The long message description from the Oracle Utilities Application Framework in CDATA format. -
messageCategory: number
Minimum Value:
0
Maximum Value:0
Message Category within Oracle Utilities Application Framework. -
messageNbr: number
Minimum Value:
-99999
Maximum Value:99999
Message Number within Oracle Utilities Application Framework. -
messageText: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format. -
programName: string
Maximum Length:
60
Name of the program that encountered the error.