Get all service request summarization replicas
get
/api/boss/data/objects/ora/cxServiceCore/analytics/v1/serviceRequestSummarizations/$views/serviceRequestSummarizationReplica
Request
Query Parameters
-
$effectiveDate: string(date)
The effective date value in ISO 8601 date format 'YYYY-MM-DD'. This date is required by business logic to search for effective-dated business objects.
-
$fields: string
Restricts the resource fields. Only the specified fields and mandatory system fields are returned.
-
$filter: string
The resource collection will be queried using the specified filter condition.
-
$includeTotalItems: boolean
Specifies whether the server should estimate the total number of records for a given query and include the count in the response.
-
$limit: integer
Restricts the number of resource items returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resource items.Default Value:
25 -
$offset: integer
Defines the starting position of the resource collection. If offset exceeds the resource count then no resource items are returned.Default Value:
0 -
$sortBy: string
Orders a resource collection based on the specified fields. The parameter value is a comma-separated string of field names, each optionally followed by a colon and "asc" (default) or "desc".
There's no request body for this operation.
Back to TopResponse
Default Response
Successful response of retrieving view serviceRequestSummarizationReplica for resource Service Request Summarizations
Root Schema : serviceRequestSummarizations_view-serviceRequestSummarizationReplica
Match All
Show Source
Nested Schema : serviceRequestSummarizations_view-serviceRequestSummarizationReplica-allOf[1]
Type:
Show Source
objectNested Schema : items-allOf[1]
Type:
Show Source
object-
serviceRequestsAgentReassign: string
(big-integer)
Title:
Agent Reassignment TodayRead Only:trueThe count of all SRs reassigned to a different agent on a specific date. -
serviceRequestsAllClosed: string
(big-integer)
Title:
All ClosedRead Only:trueThe count of all closed SRs. -
serviceRequestsAllInProgress: string
(big-integer)
Title:
All in ProgressRead Only:trueThe count of all SRs in In Progress status. -
serviceRequestsAllNew: string
(big-integer)
Title:
All NewRead Only:trueThe count of all SRs in New status. -
serviceRequestsAllOpen: string
(big-integer)
Title:
All OpenRead Only:trueThe count of all SRs in Open status. -
serviceRequestsAllOpenCritical: string
(big-integer)
Title:
All Open CriticalRead Only:trueThe count of all SRs that are critical, reopened, and still open as of a specific date. -
serviceRequestsAllPendingAgent: string
(big-integer)
Title:
All Pending AgentRead Only:trueThe count of all SRs awaiting action by the agent. -
serviceRequestsAllReopen: string
(big-integer)
Title:
All ReopenedRead Only:trueThe count of all SRs that are critical, reopened and still open on a specific date. -
serviceRequestsAllReopenCritical: string
(big-integer)
Title:
All Reopened CriticalRead Only:trueThe count of all SRs that were reopened and still open on a specific date. -
serviceRequestsAllResolved: string
(big-integer)
Title:
All ResolvedRead Only:trueThe count of all resolved SRs but not yet closed. -
serviceRequestsAllUnassigned: string
(big-integer)
Title:
All UnassignedRead Only:trueThe count of all SRs not yet assigned to a specific agent, including those in queues. -
serviceRequestsAllUnclaim: string
(big-integer)
Title:
All UnclaimedRead Only:trueThe count of SRs across all queues that haven't been claimed. -
serviceRequestsAllUnresolved: string
(big-integer)
Title:
All UnresolvedRead Only:trueThe count of all unresolved SRs. -
serviceRequestsAllWaiting: string
(big-integer)
Title:
All WaitingRead Only:trueThe count of all SRs in Waiting status. -
serviceRequestsClosed: string
(big-integer)
Title:
Closed TodayRead Only:trueThe count of all SRs closed on a specific date. -
serviceRequestsCreated: string
(big-integer)
Title:
Created TodayRead Only:trueThe count of all SRs created on a specific date. -
serviceRequestsCriticalCreated: string
(big-integer)
Title:
Created Critical TodayRead Only:trueThe count of critical SRs created on a specific date. -
serviceRequestsInitialAgentAssign: string
(big-integer)
Title:
Initial Agent Assignment TodayRead Only:trueThe count of all SRs assigned to a queue for the first time on a specific date. -
serviceRequestsInitialQueueAssign: string
(big-integer)
Title:
Initial Queue Assignment TodayRead Only:trueThe count of all SRs assigned to a named resource for the first time. -
serviceRequestsOpen: string
(big-integer)
Title:
Opened TodayRead Only:trueThe count of all SRs opened on a specific date. -
serviceRequestsOpenCritical: string
(big-integer)
Title:
Opened Critical TodayRead Only:trueThe count of critical SRs opened on a specific date. -
serviceRequestsQueueReassign: string
(big-integer)
Title:
Queue Reassignment TodayRead Only:trueThe count of all SRs reassigned to a different queue on a specific date. -
serviceRequestsReopen: string
(big-integer)
Title:
Reopened TodayRead Only:trueThe count of all SRs reopened on a specific date. -
serviceRequestsReopenCritical: string
(big-integer)
Title:
Reopened Critical TodayRead Only:trueThe count of critical SRs reopened on a specific date. -
serviceRequestsResolved: string
(big-integer)
Title:
Resolved TodayRead Only:trueThe count of all SRs resolved on a specific date. -
serviceRequestsSummarizationId: string
(big-integer)
Title:
Summarization IDRead Only:trueThe unique identifier of the service request summarization. -
serviceRequestsUpdated: string
(big-integer)
Title:
Updated TodayRead Only:trueThe count of all SRs that were updated on a specific date. -
stripeCode:
stripeCode
-
summarizationDate: string
(date-time)
Title:
Summarization DateRead Only:trueThe date on which the summarization data is captured. -
timeCreated: string
(date-time)
Title:
Created DateRead Only:trueThe date and time at which the record was created.
Examples
The following example shows how to get all service request summarization replicas by submitting a GET request on the REST resource.
cURL Command
curl -X GET --location 'https://servername.fa.us2.oraclecloud.com/api/boss/data/objects/ora/cxServiceCore/analytics/v1/serviceRequestSummarizations/$views/serviceRequestSummarizationReplica
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
Example of Response Body
The following example shows the contents of the response body in JSON format.
{
"items": [
{
"serviceRequestsSummarizationId": "70001",
"stripeCode": "ORA_SVC_CRM",
"summarizationDate": "2025-02-01T00:00:00Z",
"serviceRequestsAllOpen": "11",
"serviceRequestsAllInProgress": "7",
"serviceRequestsAllResolved": "21",
"serviceRequestsAllClosed": "4",
"$id": "70001",
"$context": {
"etag": "1",
"links": {
"$self": {
"href": "https://servername.fa.us2.oraclecloud.com/api/boss/data/objects/ora/cxServiceCore/analytics/v1/serviceRequestSummarizations/70001"
}
}
}
},...
],
"hasMore": true
}