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
object
Nested Schema : items-allOf[1]
Type:
Show Source
object
-
serviceRequestsAgentReassign: string
(big-integer)
Title:
Agent Reassignment Today
Read Only:true
The count of all SRs reassigned to a different agent on a specific date. -
serviceRequestsAllClosed: string
(big-integer)
Title:
All Closed
Read Only:true
The count of all closed SRs. -
serviceRequestsAllInProgress: string
(big-integer)
Title:
All in Progress
Read Only:true
The count of all SRs in In Progress status. -
serviceRequestsAllNew: string
(big-integer)
Title:
All New
Read Only:true
The count of all SRs in New status. -
serviceRequestsAllOpen: string
(big-integer)
Title:
All Open
Read Only:true
The count of all SRs in Open status. -
serviceRequestsAllOpenCritical: string
(big-integer)
Title:
All Open Critical
Read Only:true
The count of all SRs that are critical, reopened, and still open as of a specific date. -
serviceRequestsAllPendingAgent: string
(big-integer)
Title:
All Pending Agent
Read Only:true
The count of all SRs awaiting action by the agent. -
serviceRequestsAllReopen: string
(big-integer)
Title:
All Reopened
Read Only:true
The count of all SRs that are critical, reopened and still open on a specific date. -
serviceRequestsAllReopenCritical: string
(big-integer)
Title:
All Reopened Critical
Read Only:true
The count of all SRs that were reopened and still open on a specific date. -
serviceRequestsAllResolved: string
(big-integer)
Title:
All Resolved
Read Only:true
The count of all resolved SRs but not yet closed. -
serviceRequestsAllUnassigned: string
(big-integer)
Title:
All Unassigned
Read Only:true
The count of all SRs not yet assigned to a specific agent, including those in queues. -
serviceRequestsAllUnclaim: string
(big-integer)
Title:
All Unclaimed
Read Only:true
The count of SRs across all queues that haven't been claimed. -
serviceRequestsAllUnresolved: string
(big-integer)
Title:
All Unresolved
Read Only:true
The count of all unresolved SRs. -
serviceRequestsAllWaiting: string
(big-integer)
Title:
All Waiting
Read Only:true
The count of all SRs in Waiting status. -
serviceRequestsClosed: string
(big-integer)
Title:
Closed Today
Read Only:true
The count of all SRs closed on a specific date. -
serviceRequestsCreated: string
(big-integer)
Title:
Created Today
Read Only:true
The count of all SRs created on a specific date. -
serviceRequestsCriticalCreated: string
(big-integer)
Title:
Created Critical Today
Read Only:true
The count of critical SRs created on a specific date. -
serviceRequestsInitialAgentAssign: string
(big-integer)
Title:
Initial Agent Assignment Today
Read Only:true
The count of all SRs assigned to a queue for the first time on a specific date. -
serviceRequestsInitialQueueAssign: string
(big-integer)
Title:
Initial Queue Assignment Today
Read Only:true
The count of all SRs assigned to a named resource for the first time. -
serviceRequestsOpen: string
(big-integer)
Title:
Opened Today
Read Only:true
The count of all SRs opened on a specific date. -
serviceRequestsOpenCritical: string
(big-integer)
Title:
Opened Critical Today
Read Only:true
The count of critical SRs opened on a specific date. -
serviceRequestsQueueReassign: string
(big-integer)
Title:
Queue Reassignment Today
Read Only:true
The count of all SRs reassigned to a different queue on a specific date. -
serviceRequestsReopen: string
(big-integer)
Title:
Reopened Today
Read Only:true
The count of all SRs reopened on a specific date. -
serviceRequestsReopenCritical: string
(big-integer)
Title:
Reopened Critical Today
Read Only:true
The count of critical SRs reopened on a specific date. -
serviceRequestsResolved: string
(big-integer)
Title:
Resolved Today
Read Only:true
The count of all SRs resolved on a specific date. -
serviceRequestsSummarizationId: string
(big-integer)
Title:
Summarization ID
Read Only:true
The unique identifier of the service request summarization. -
serviceRequestsUpdated: string
(big-integer)
Title:
Updated Today
Read Only:true
The count of all SRs that were updated on a specific date. -
stripeCode:
stripeCode
-
summarizationDate: string
(date-time)
Title:
Summarization Date
Read Only:true
The date on which the summarization data is captured. -
timeCreated: string
(date-time)
Title:
Created Date
Read Only:true
The 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 }