Get all wrap ups
get
/crmRestApi/resources/11.13.18.05/wrapUps
Request
Query Parameters
-
expand: string
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).
-
fields: string
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 -
finder: string
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 a wrap up with the specified primary key.
Finder Variables:- SummaryId; integer; The unique identifier of the wrap up.
- WrapUpRowFinderByObject: Finds wrap ups with the specified key.
Finder Variables:- ObjectId; string; The unique primary identifier of the object.
- ObjectTypeCd; string.
- PrimaryKey: Finds a wrap up with the specified primary key.
-
limit: integer
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.
-
links: string
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 -
offset: integer
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.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
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
-
q: string
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:- AccountPartyId; integer; The unique identifier of the account associated with the interaction.
- AccountPartyNumber; string; The public unique identifier for the account.
- AccountPartyUniqueName; string; The unique account name of the account associated with the interaction.
- AiGeneratedFlag; boolean; Indicates if the wrap up notes were automatically generated by AI.
- ChannelDisplayName; string; The name displayed for this channel instance.
- ChannelId; integer; The unique identifier of the channel associated with the interaction.
- ChannelTypeCd; string; The code indicating the type of the interaction channel. A list of accepted values is defined in the lookup ORA_SVC_CHANNEL_TYPE_CD.
- ChannelTypeCdMeaning; string; The description of the channel type code.
- CommReasonCd; string; The code indicating the reason for the occurrence of the interaction. A list of accepted values is defined in the lookup ORA_SVC_MCA_COMM_REASON_CD.
- CommReasonCdMeaning; string; The description of the direction code.
- ContactPartyId; integer; The unique identifier of the contact associated with the interaction.
- ContactPartyName; string; The party name of the interaction contact.
- ContactPartyNumber; string; The unique identifier of the contact associated with the interaction.
- ContactPartyUniqueName; string; The public unique identifier for the contact.
- CreatedBy; string; The user who created the wrap up.
- CreationDate; string; The date and time when the record was created.
- DirectionCd; string; The code indicating whether the interaction is inbound or outbound. The default value is ORA_SVC_INBOUND, indicating inbound interactions. The value is ORA_SVC_OUTBOUND for outbound interactions.
- InteractDirectionCdMeaning; string; The description of the interaction direction code.
- InteractionDescription; string; The description of the interaction.
- InteractionEndTime; string; The time when the interaction ended.
- InteractionFKId; integer; The unique identifier of the interaction. The wrap up is a child resource of the interaction.
- InteractionId; integer; The unique identifier of the interaction. A wrap up is a child resource of the interaction.
- InteractionNotes; string; The notes associated with the interaction.
- InteractionNumber; string; The alternate identifier of the interaction.
- InteractionStartTime; string; The time when the interaction started.
- InteractionStatusCd; string; The predefined code used to indicate the status of the interaction. A list of accepted values is defined in the lookup ORA_SVC_IM_STATUS_CD.
- InteractionSubstatusCd; string; The code indicates the substatus of the interaction. A list of accepted values is defined in ORA_SVC_IM_CLOSED_SUBSTATUS_CD .
- LastUpdateDate; string; The date when the wrap up was last updated.
- LastUpdateLogin; string; The login of the user who last updated the wrap up.
- LastUpdatedBy; string; The user who last updated the wrap up.
- MediaItemId; string; The Event ID generated during interaction routed through third party tools.
- OwnerResourceId; integer; The unique identifier of the owner for the interaction.
- Problem; string; The problem summary generated at interaction wrap up.
- ResolutionCd; string; The code indicating the resolution code of the interaction. A list of accepted values is defined in the lookup ORA_SVC_MCA_RESOLUTION_CODE.
- ResolutionCdMeaning; string; The description of the resolution code.
- ResourcePartyName; string; The party name of the owner resource.
- ResourcePartyNumber; string; The public unique identifier for the owner resource.
- ResourcePartyUniqueName; string; A uniquely identified name for the owner resource.
- Solution; string; The solution summary generated at interaction wrap up.
- SrMessageId; integer; The unique identifier of the service request message.
- SummaryId; integer; The unique identifier of the wrap up. This value is generated during creation.
- SummaryNumber; string; The summary number of the interaction.
- TimerExpiredFlag; boolean; Indicates if the wrap up timer has expired.
- TransferReason; string; The reason the interaction was transferred to another user. This is optional and typically provided only for a transferred interaction.
- VerifiedFlag; boolean; Indicates if the associated contact has been verified.
- WrapupEndTime; string; The date and time when the wrap up ends.
- WrapupSavedFlag; boolean; Indicates if the wrap up was saved.
- WrapupStartTime; string; The date and time when the wrap up begins.
-
totalResults: boolean
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
-
Metadata-Context: string
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".
-
REST-Framework-Version: string
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 TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
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".
-
REST-Framework-Version:
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.
Root Schema : wrapUps
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : wrapUps-item-response
Type:
Show Source
object-
AccountPartyId: integer
(int64)
Title:
Account IDRead Only:trueThe unique identifier of the account associated with the interaction. -
AccountPartyNumber: string
Title:
Party Account NumberRead Only:trueMaximum Length:30The public unique identifier for the account. -
AccountPartyUniqueName: string
Title:
Account Unique NameRead Only:trueMaximum Length:900The unique account name of the account associated with the interaction. -
AiGeneratedFlag: boolean
Title:
AI-GeneratedMaximum Length:1Indicates if the wrap up notes were automatically generated by AI. -
Attachments: array
Attachments
Title:
AttachmentsThe attachments resource is used to view, create, and update attachments. -
CallNotes: string
(byte)
Title:
Call NotesThe call notes is used to store large content related to the call. -
ChannelDisplayName: string
Title:
Display NameRead Only:trueMaximum Length:400The name displayed for this channel instance. -
ChannelId: integer
(int64)
Title:
Channel IDRead Only:trueThe unique identifier of the channel associated with the interaction. -
ChannelTypeCd: string
Title:
Channel TypeRead Only:trueMaximum Length:30The code indicating the type of the interaction channel. A list of accepted values is defined in the lookup ORA_SVC_CHANNEL_TYPE_CD. -
ChannelTypeCdMeaning: string
Read Only:
trueThe description of the channel type code. -
CommReasonCd: string
Title:
Communication Reason CodeMaximum Length:30The code indicating the reason for the occurrence of the interaction. A list of accepted values is defined in the lookup ORA_SVC_MCA_COMM_REASON_CD. -
CommReasonCdMeaning: string
Read Only:
trueThe description of the direction code. -
ContactPartyId: integer
(int64)
Title:
Contact IDRead Only:trueThe unique identifier of the contact associated with the interaction. -
ContactPartyName: string
Title:
Contact NameRead Only:trueMaximum Length:360The party name of the interaction contact. -
ContactPartyNumber: string
Title:
Party Contact NumberRead Only:trueMaximum Length:30The unique identifier of the contact associated with the interaction. -
ContactPartyUniqueName: string
Title:
Contact Unique NameRead Only:trueMaximum Length:900The public unique identifier for the contact. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the wrap up. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the record was created. -
DeleteFlag: boolean
Read Only:
trueIndicates if the wrap up has been marked as deleted. The default value is true. -
DirectionCd: string
Title:
DirectionRead Only:trueMaximum Length:30Default Value:ORA_SVC_INBOUNDThe code indicating whether the interaction is inbound or outbound. The default value is ORA_SVC_INBOUND, indicating inbound interactions. The value is ORA_SVC_OUTBOUND for outbound interactions. -
InteractDirectionCdMeaning: string
Read Only:
trueThe description of the interaction direction code. -
InteractionDescription: string
Title:
DescriptionRead Only:trueMaximum Length:1000The description of the interaction. -
InteractionEndTime: string
(date-time)
Title:
End TimeRead Only:trueThe time when the interaction ended. -
InteractionFKId: integer
(int64)
Title:
Interaction IDRead Only:trueThe unique identifier of the interaction. The wrap up is a child resource of the interaction. -
InteractionId: integer
(int64)
Title:
Interaction IDThe unique identifier of the interaction. A wrap up is a child resource of the interaction. -
InteractionNotes: string
Title:
Interaction NotesMaximum Length:4000The notes associated with the interaction. -
InteractionNumber: string
Title:
Interaction NumberMaximum Length:30The alternate identifier of the interaction. -
InteractionStartTime: string
(date-time)
Title:
Start TimeRead Only:trueThe time when the interaction started. -
InteractionStatusCd: string
Title:
StatusRead Only:trueMaximum Length:30Default Value:ORA_SVC_OPENThe predefined code used to indicate the status of the interaction. A list of accepted values is defined in the lookup ORA_SVC_IM_STATUS_CD. -
InteractionSubstatusCd: string
Title:
Substatus CodeRead Only:trueMaximum Length:30The code indicates the substatus of the interaction. A list of accepted values is defined in ORA_SVC_IM_CLOSED_SUBSTATUS_CD . -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the wrap up was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the wrap up. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the wrap up. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MediaItemId: string
Title:
Media Item IDRead Only:trueMaximum Length:255The Event ID generated during interaction routed through third party tools. -
OwnerResourceId: integer
(int64)
Title:
Owner Resource IDRead Only:trueThe unique identifier of the owner for the interaction. -
Problem: string
Title:
ProblemMaximum Length:4000The problem summary generated at interaction wrap up. -
ResolutionCd: string
Title:
Resolution CodeMaximum Length:30The code indicating the resolution code of the interaction. A list of accepted values is defined in the lookup ORA_SVC_MCA_RESOLUTION_CODE. -
ResolutionCdMeaning: string
Read Only:
trueThe description of the resolution code. -
ResourcePartyName: string
Title:
Resource NameRead Only:trueMaximum Length:360The party name of the owner resource. -
ResourcePartyNumber: string
Title:
Resource Party NumberRead Only:trueMaximum Length:30The public unique identifier for the owner resource. -
ResourcePartyUniqueName: string
Title:
Resource Unique NameRead Only:trueMaximum Length:900A uniquely identified name for the owner resource. -
Solution: string
Title:
SolutionMaximum Length:4000The solution summary generated at interaction wrap up. -
SrMessageId: integer
(int64)
Title:
Message IDThe unique identifier of the service request message. -
SummaryId: integer
(int64)
Title:
Summary IDRead Only:trueThe unique identifier of the wrap up. This value is generated during creation. -
SummaryNumber: string
Title:
Summary NumberMaximum Length:30The summary number of the interaction. -
TimerExpiredFlag: boolean
Title:
Timer ExpiredMaximum Length:1Indicates if the wrap up timer has expired. -
TransferReason: string
Title:
Transfer ReasonMaximum Length:400The reason the interaction was transferred to another user. This is optional and typically provided only for a transferred interaction. -
UpdateFlag: boolean
Read Only:
trueIndicates if the wrap up has been updated. The default value is true. -
VerifiedFlag: boolean
Title:
VerifiedMaximum Length:1Indicates if the associated contact has been verified. -
WrapupEndTime: string
(date-time)
Title:
Wrap Up End TimeThe date and time when the wrap up ends. -
WrapupSavedFlag: boolean
Title:
Wrap Up SavedMaximum Length:1Indicates if the wrap up was saved. -
WrapupStartTime: string
(date-time)
Title:
Wrap Up Start TimeThe date and time when the wrap up begins.
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : wrapUps-Attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdThe unique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30The category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255The user who created the record. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueThe user name who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEA value that indicates the data type. -
Description: string
Title:
DescriptionMaximum Length:255The description of the attachment. -
DmDocumentId: string
Maximum Length:
255The document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000The folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255The document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeThe error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageThe error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateThe expiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File ContentsThe contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048The file name of the attachment. -
FileUrl: string
Title:
File UrlThe URI of the file. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueThe user name who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleThe title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeThe content type of the attachment. -
UploadedFileLength: integer
Title:
File SizeThe size of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameThe name to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded TextThe text content for a new text attachment. -
Uri: string
Title:
UriMaximum Length:4000The URI of a Topology Manager type attachment. -
Url: string
Title:
UrlMaximum Length:4000The URL of a web page type attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255The login credentials of the user who created the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Examples
Use GET with the following URI syntax to get details of all wrap ups:
Example of Request URI
The following shows an example of the request header.
https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/wrapUps/
Example of Request Header
The following shows an example of the request header.
GET /crmRestApi/resources/11.13.18.05/wrapUps/ HTTP/1.1 HOST: servername.fa.us2.oraclecloud.com authorization: Basic U0FMRVNfQURNSU46V2VsY29tZTE= content-type: application/vnd.oracle.adf.resourceitem+json
Example of Response Header
The following shows an example of the response header.
HTTP/1.1 200: OK Date: Mon, 16 Jan 2017 13:32:04 GMT Server: Oracle-HTTP-Server-11g Content-Type: application/vnd.oracle.adf.resourceitem+json Content-Language: en
Example of Response Body
The following shows an example of the response body in JSON format.
{
{
"items": [
{
"SummaryId": 300100091632029,
"InteractionId": 300100091631979,
"CommReasonCd": "OTHER",
"ResolutionCd": "DOCUMENTATION_ISSUE",
"TransferReason": "Skip transfer",
"InteractionNotes": "No reason given",
"InteractionDescription": null,
"InteractionFKId": 300100091631979,
"InteractionObjectVersionNumber": 4,
"InteractionStatusCd": "ORA_SVC_CLOSED",
"links": [
{
"rel": "self",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/wrapUps/300100091632029",
"name": "wrapUps",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B020000787200106A6176612E6C616E672E4F626A656374000000000000000000000078700000000178"
}
},
{
"rel": "canonical",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/wrapUps/300100091632029",
"name": "wrapUps",
"kind": "item"
},
{
"rel": "lov",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/wrapUps/300100091632029/lov/ResolutionCdLov",
"name": "ResolutionCdLov",
"kind": "collection"
},
{
"rel": "lov",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/wrapUps/300100091632029/lov/CommReasonLov",
"name": "CommReasonLov",
"kind": "collection"
}
],
},
{
"SummaryId": 300100091779811,
"InteractionId": 300100091779766,
"CommReasonCd": "OTHER",
"ResolutionCd": "DOCUMENTATION_ISSUE",
"TransferReason": "Skip transfer",
"InteractionNotes": "No reason given",
"InteractionDescription": null,
"InteractionFKId": 300100091779766,
"InteractionObjectVersionNumber": 4,
"InteractionStatusCd": "ORA_SVC_CLOSED",
"links": [
{
"rel": "self",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/wrapUps/300100091779811",
"name": "wrapUps",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B020000787200106A6176612E6C616E672E4F626A656374000000000000000000000078700000000178"
}
},
{
"rel": "canonical",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/wrapUps/300100091779811",
"name": "wrapUps",
"kind": "item"
},
{
"rel": "lov",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/wrapUps/300100091779811/lov/ResolutionCdLov",
"name": "ResolutionCdLov",
"kind": "collection"
},
{
"rel": "lov",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/wrapUps/300100091779811/lov/CommReasonLov",
"name": "CommReasonLov",
"kind": "collection"
}
],
},
{
"SummaryId": 300100091810576,
"InteractionId": 300100091810550,
"CommReasonCd": "GENERAL_QUESTION",
"ResolutionCd": "ANSWERED_QUESTION",
"TransferReason": "TransferExample",
"InteractionNotes": "Here's my notes about this. Customer got locked out. So needed help",
"InteractionDescription": null,
"InteractionFKId": 300100091810550,
"InteractionObjectVersionNumber": 4,
"InteractionStatusCd": "ORA_SVC_CLOSED",
"links": [
{
"rel": "self",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/wrapUps/300100091810576",
"name": "wrapUps",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B020000787200106A6176612E6C616E672E4F626A656374000000000000000000000078700000000178"
}
},
{
"rel": "canonical",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/wrapUps/300100091810576",
"name": "wrapUps",
"kind": "item"
},
{
"rel": "lov",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/wrapUps/300100091810576/lov/ResolutionCdLov",
"name": "ResolutionCdLov",
"kind": "collection"
},
{
"rel": "lov",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/wrapUps/300100091810576/lov/CommReasonLov",
"name": "CommReasonLov",
"kind": "collection"
}
],
},
. . .
}
],
"count": 25,
"hasMore": true,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/wrapUps",
"name": "wrapUps",
"kind": "collection"
}
],
}