Get an interaction
get
/crmRestApi/resources/11.13.18.05/interactions/{InteractionId}
Request
Path Parameters
-
InteractionId(required): integer(int64)
The unique identifier of the interaction.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
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 -
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 -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
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 : interactions-item-response
Type:
Show Source
object
-
AccountPartyId: integer
(int64)
Title:
Account ID
The unique identifier of the account associated with the interaction. -
AccountPartyNumber: string
Title:
Account Number
Read Only:true
Maximum Length:30
The alternate key for the account identifier. -
AccountPartyUniqueName: string
Title:
Account
Read Only:true
Maximum Length:900
The unique account name of the account associated with the interaction. -
AgentHTTPSessionId: string
Title:
Session ID
Maximum Length:100
The unique identifier for the http session. -
APPClassificationCd: string
Title:
Application Classification Code
Maximum Length:30
Application classification of the interaction such as sales, service, human resources, help desk, and so on. -
APPInterfaceTypeCd: string
Title:
Application Interface Type Code
Maximum Length:30
Application interface used for interaction creation such as Redwood and ADF. -
ChannelDisplayName: string
Title:
Channel Display Name
Read Only:true
Maximum Length:400
The name of the interaction channel. -
ChannelId: integer
(int64)
Title:
Channel ID
The unique identifier of the interaction channel. -
ChannelShortName: string
Title:
Channel Code
Read Only:true
Maximum Length:450
The interaction channel short name. -
ChannelTypeCd: string
Title:
Channel Type
Maximum Length:30
The code indicating the type of the interaction channel. -
childInteractions: array
Child Interactions
Title:
Child Interactions
The child interaction resource is used to view, create, and update all the child interactions associated with the current interaction. -
ContactPartyId: integer
(int64)
Title:
Contact ID
The unique identifier of the contact associated with the interaction. -
ContactPartyNumber: string
Title:
Contact Number
Read Only:true
Maximum Length:30
The alternate key identifier for the contact party. -
ContactPartyUniqueName: string
Title:
Contact
Read Only:true
Maximum Length:900
The unique contact name of the contact associated with the interaction. -
ContactPersonId: integer
(int64)
Title:
Contact Person ID
The unique identifier of the contact person. -
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:64
The user who created the interaction. -
CreationDate: string
(date-time)
Title:
Creation Date
Read Only:true
The date and time when the interaction was created. -
DeleteFlag: boolean
Read Only:
true
Indicates if the interaction can be deleted by the current user. The default value is false. -
Description: string
Title:
Description
Maximum Length:1000
The description of the child interaction. -
DirectionCd: string
Title:
Direction
Maximum Length:30
Default Value:ORA_SVC_INBOUND
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. -
EndInteractionFlag: boolean
Title:
End Interaction
This will set the Endtime attribute ( to the current time) without changing the interaction status to closed. The default value is false. -
EndTime: string
(date-time)
Title:
End Time
The time when the interaction ended. -
InteractionData: array
Interaction Data
Title:
Interaction Data
The interaction data is used to add contextual data for an interaction. -
InteractionId: integer
(int64)
Title:
Interaction ID
Read Only:true
The unique identifier of the interaction. -
InteractionNumber: string
Title:
Interaction Number
Maximum Length:30
The alternate key identifier for the interaction. -
InteractionParticipants: array
Interaction Participants
Title:
Interaction Participants
The interaction participant resource is used to view, create, and update participants in an interaction, usually a web conference. -
interactionReferences: array
Interaction References
Title:
Interaction References
The interaction references resource is used to view, create, and update the association between an interaction and another business object, for example Service Requests. The supported business objects and their codes are Activities (ZMM_ACTIVITIES), Opportunities (MOO_OPTY), Work Orders (SVC_WORK_ORDERS), Service Requests (SVC_SERVICE_REQUESTS), and Leads (MKL_LM_LEADS). -
LastUpdateDate: string
(date-time)
Title:
Last Updated Date
Read Only:true
The date when the interaction was last updated. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:64
The user who last updated the interaction. -
LastUpdateLogin: string
Title:
Last Update Login
Read Only:true
Maximum Length:32
The session login of the user who last updated the interaction. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ManuallyLoggedFlag: boolean
Maximum Length:
1
Indicates whether the interaction was manually created. If manually created, the value is Y, else the value is N. -
MarketingReferenceId: integer
(int64)
Title:
Marketing Reference ID
A unique identifier used to store a reference to a marketing system deployment number. -
MediaItemId: string
Title:
Media Item ID
Maximum Length:255
The unique identifier for the media item. -
OriginalSystemReference: string
Title:
Original System
Maximum Length:255
The system reference used by the interaction. -
OwnerResourceId: integer
(int64)
Title:
Owner Resource ID
The unique identifier of the owner of the interaction. -
OwnerResourcePartyNumber: string
Title:
Resource Number
Read Only:true
Maximum Length:30
The alternate key identifier of the owner of the interaction. -
OwnerResourcePartyUniqueName: string
Title:
Resource Name
Read Only:true
Maximum Length:900
The unique name of the owner of the interaction. -
ParentInteractionId: integer
(int64)
Title:
Parent Interaction ID
The unique identifier of the parent interaction. -
ParentInteractionNumber: string
Title:
Interaction Number
Read Only:true
Maximum Length:30
The alternate key identifier of the parent interaction. -
PartnerAccountPartyId: integer
(int64)
Title:
Partner Account Party Id
Unique identifier for the child interaction of the partner account. -
Payload: string
(byte)
Title:
Payload
The payload associated with the interaction. -
QueueId: integer
(int64)
Title:
Queue ID
The unique identifier of the interaction queue. -
QueueName: string
Title:
Queue Name
Read Only:true
Maximum Length:400
The name of the interaction queue. -
QueueNumber: string
Title:
Queue Number
Maximum Length:30
The alternate key identifier for the queue. -
smartActions: array
Smart Actions
Title:
Smart Actions
This VO stores the endpoint and security details for every user action. -
SourceCd: string
Title:
Source CD
Maximum Length:30
A unique identifier used to store a source code reference within the child interaction object. -
SourceCdMeaning: string
Title:
Source Code Meaning
Read Only:true
Maximum Length:255
Indicates the display value corresponding to the source code lookup for the interaction. -
StartInteractionFlag: boolean
Title:
Start Interaction
Default Value:true
Indicates if the interaction should be started if it hasn???t already been started. The default value is True. -
StartTime: string
(date-time)
Title:
Start Time
The time when the interaction started. -
StatusCd: string
Title:
Status
Maximum Length:30
Default Value:ORA_SVC_OPEN
The code indicating the current status of the interaction. A list of valid values is defined in the lookup ORA_SVC_IM_STATUS_CD. -
StripeCd: string
Title:
Stripe Code
Maximum Length:30
The code indicating the stripe of the interaction. A list of valid values is defined in the lookup ORA_SVC_STRIPE_CD. -
SubstatusCd: string
Title:
Substatus Code
Maximum Length:30
The code indicating the sub-status of the interaction. A list of valid values is defined in the lookup ORA_SVC_IM_CLOSED_SUBSTATUS_CD. -
TopLevelFlag: boolean
Title:
Top Level
Read Only:true
Indicates whether an interaction is top level or not. An interaction is top level if the parent interaction identifier is the same as the interaction identifier. -
UpdateFlag: boolean
Read Only:
true
Indicates if the interaction can be updated by the current user. The default value is true if the user has access to update the interaction.
Nested Schema : Child Interactions
Type:
array
Title:
Child Interactions
The child interaction resource is used to view, create, and update all the child interactions associated with the current interaction.
Show Source
Nested Schema : Interaction Data
Type:
array
Title:
Interaction Data
The interaction data is used to add contextual data for an interaction.
Show Source
Nested Schema : Interaction Participants
Type:
array
Title:
Interaction Participants
The interaction participant resource is used to view, create, and update participants in an interaction, usually a web conference.
Show Source
Nested Schema : Interaction References
Type:
array
Title:
Interaction References
The interaction references resource is used to view, create, and update the association between an interaction and another business object, for example Service Requests. The supported business objects and their codes are Activities (ZMM_ACTIVITIES), Opportunities (MOO_OPTY), Work Orders (SVC_WORK_ORDERS), Service Requests (SVC_SERVICE_REQUESTS), and Leads (MKL_LM_LEADS).
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Smart Actions
Type:
array
Title:
Smart Actions
This VO stores the endpoint and security details for every user action.
Show Source
Nested Schema : interactions-childInteractions-item-response
Type:
Show Source
object
-
AccountPartyId: integer
(int64)
Title:
Account ID
The unique identifier of the account associated with the interaction. -
AccountPartyNumber: string
Title:
Account Number
Read Only:true
Maximum Length:30
The alternate key for the account identifier. -
AccountPartyUniqueName: string
Title:
Account
Read Only:true
Maximum Length:900
The unique account name of the account associated with the interaction. -
AgentHTTPSessionId: string
Title:
Session ID
Maximum Length:100
The unique identifier for the http session. -
APPClassificationCd: string
Title:
Application Classification Code
Maximum Length:30
Application classification of the interaction such as sales, service, human resources, help desk, and so on. -
APPInterfaceTypeCd: string
Title:
Application Interface Type Code
Maximum Length:30
Application interface used for interaction creation such as Redwood and ADF. -
ChannelDisplayName: string
Title:
Channel Display Name
Read Only:true
Maximum Length:400
The name of the interaction channel. -
ChannelId: integer
(int64)
Title:
Channel ID
The unique identifier of the interaction channel. -
ChannelShortName: string
Title:
Channel Code
Read Only:true
Maximum Length:450
The interaction channel short name. -
ChannelTypeCd: string
Title:
Channel Type
Maximum Length:30
The code indicating the type of the interaction channel. -
ContactPartyId: integer
(int64)
Title:
Contact ID
The unique identifier of the contact associated with the interaction. -
ContactPartyNumber: string
Title:
Contact Number
Read Only:true
Maximum Length:30
The alternate key identifier for the contact party. -
ContactPartyUniqueName: string
Title:
Contact
Read Only:true
Maximum Length:900
The unique contact name of the contact associated with the interaction. -
ContactPersonId: integer
(int64)
Title:
Contact Person ID
The unique identifier of the contact person. -
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:64
The user who created the interaction. -
CreationDate: string
(date-time)
Title:
Creation Date
Read Only:true
The date and time when the interaction was created. -
DeleteFlag: boolean
Read Only:
true
Indicates if the interaction can be deleted by the current user. The default value is false. -
Description: string
Title:
Description
Maximum Length:1000
The description of the child interaction. -
DirectionCd: string
Title:
Direction
Maximum Length:30
Default Value:ORA_SVC_INBOUND
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. -
EndInteractionFlag: boolean
Title:
End Interaction
This will set the Endtime attribute ( to the current time) without changing the interaction status to closed. The default value is false. -
EndTime: string
(date-time)
Title:
End Time
The time when the interaction ended. -
InteractionId: integer
(int64)
Title:
Interaction ID
Read Only:true
The unique identifier of the interaction. -
InteractionNumber: string
Title:
Interaction Number
Maximum Length:30
The alternate key identifier for the interaction. -
LastUpdateDate: string
(date-time)
Title:
Last Updated Date
Read Only:true
The date when the interaction was last updated. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:64
The user who last updated the interaction. -
LastUpdateLogin: string
Title:
Last Update Login
Read Only:true
Maximum Length:32
The session login of the user who last updated the interaction. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ManuallyLoggedFlag: boolean
Maximum Length:
1
Indicates whether the interaction was manually created. If manually created, the value is Y, else the value is N. -
MarketingReferenceId: integer
(int64)
Title:
Marketing Reference ID
A unique identifier used to store a reference to a marketing system deployment number. -
MediaItemId: string
Title:
Media Item ID
Maximum Length:255
The unique identifier for the media item. -
OriginalSystemReference: string
Title:
Original System
Maximum Length:255
The system reference used by the interaction. -
OwnerResourceId: integer
(int64)
Title:
Owner Resource ID
The unique identifier of the owner of the interaction. -
OwnerResourcePartyNumber: string
Title:
Resource Number
Read Only:true
Maximum Length:30
The alternate key identifier of the owner of the interaction. -
OwnerResourcePartyUniqueName: string
Title:
Resource Name
Read Only:true
Maximum Length:900
The unique name of the owner of the interaction. -
ParentInteractionId: integer
(int64)
Title:
Parent Interaction ID
The unique identifier of the parent interaction. -
ParentInteractionNumber: string
Title:
Interaction Number
Read Only:true
Maximum Length:30
The alternate key identifier of the parent interaction. -
PartnerAccountPartyId: integer
(int64)
Title:
Partner Account Party Id
Unique identifier for the child interaction of the partner account. -
Payload: string
(byte)
Title:
Payload
The payload associated with the interaction. -
QueueId: integer
(int64)
Title:
Queue ID
The unique identifier of the interaction queue. -
QueueName: string
Title:
Queue Name
Read Only:true
Maximum Length:400
The name of the interaction queue. -
QueueNumber: string
Title:
Queue Number
Maximum Length:30
The alternate key identifier for the queue. -
SourceCd: string
Title:
Source CD
Maximum Length:30
A unique identifier used to store a source code reference within the child interaction object. -
SourceCdMeaning: string
Title:
Source Code Meaning
Read Only:true
Maximum Length:255
Indicates the display value corresponding to the source code lookup for the interaction. -
StartInteractionFlag: boolean
Title:
Start Interaction
Default Value:true
Indicates if the interaction should be started if it hasn???t already been started. The default value is True. -
StartTime: string
(date-time)
Title:
Start Time
The time when the interaction started. -
StatusCd: string
Title:
Status
Maximum Length:30
Default Value:ORA_SVC_OPEN
The code indicating the current status of the interaction. A list of valid values is defined in the lookup ORA_SVC_IM_STATUS_CD. -
StripeCd: string
Title:
Stripe Code
Maximum Length:30
The code indicating the stripe of the interaction. A list of valid values is defined in the lookup ORA_SVC_STRIPE_CD. -
SubstatusCd: string
Title:
Substatus Code
Maximum Length:30
The code indicating the sub-status of the interaction. A list of valid values is defined in the lookup ORA_SVC_IM_CLOSED_SUBSTATUS_CD. -
TopLevelFlag: boolean
Title:
Top Level
Read Only:true
Indicates whether an interaction is top level or not. An interaction is top level if the parent interaction identifier is the same as the interaction identifier. -
UpdateFlag: boolean
Read Only:
true
Indicates if the interaction can be updated by the current user. The default value is true if the user has access to update the interaction.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed 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.
Nested Schema : interactions-InteractionData-item-response
Type:
Show Source
object
-
CreatedBy: string
Title:
Created By
Maximum Length:64
The user who created the interaction data. -
CreationDate: string
(date-time)
Title:
Creation Date
The date when the interaction data was created. -
DeletedFlag: boolean
Title:
Deleted Flag
Maximum Length:1
Indicates whether the interaction data was deleted. -
InteractionDataId: integer
(int64)
Title:
Interaction Data Id
The unique identifier of the interaction data. -
InteractionDataNumber: string
Title:
Interaction Data Number
Maximum Length:30
The alternate identifier of the interaction data. -
InteractionId: integer
(int64)
Title:
Interaction Id
Unique identifier of interaction. -
InteractionNumber: string
Title:
Interaction Number
Read Only:true
Maximum Length:30
The alternate unique identifier of the interaction. -
LastUpdateDate: string
(date-time)
Title:
Last Updated Date
The date when the interaction data was last updated. -
LastUpdatedBy: string
Title:
Last Updated By
Maximum Length:64
The user who last updated the interaction data. -
LastUpdateLogin: string
Title:
Last Update Login
Maximum Length:32
The login of the user who last updated the interaction data. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TokenId: integer
(int64)
Title:
Token Id
The unique identifier of the token. -
Value: string
Title:
Data Value
Maximum Length:4000
Value of the token.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : interactions-InteractionParticipants-item-response
Type:
Show Source
object
-
ContactPartyId: integer
(int64)
Title:
Contact Party ID
The PartyId of the contact if the participant is a contact. -
ContactPartyNumber: string
Title:
Contact Party Number
Read Only:true
Maximum Length:30
The party number of the contact if the participant was a contact. -
ContactPartyUniqueName: string
Title:
Contact Unique Name
Read Only:true
Maximum Length:900
The unique name of the contact if the participant was a contact. -
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:64
The user who added the participant. -
CreationDate: string
(date-time)
Title:
Creation Date
Read Only:true
The date when the participant was added. -
DurationMinutes: integer
(int32)
Title:
Minutes
The number of minutes the participant was on the conference. You can join, drop, and rejoin the conference. -
Email: string
Title:
Email
Maximum Length:128
The email of the participant. -
EndTime: string
(date-time)
Title:
End Time
The time when the participant left the interaction. -
InteractionId: integer
(int64)
Title:
Interaction ID
The interaction id of the interaction to which the participant belongs. -
InteractionNumber: string
Title:
Interaction Number
Read Only:true
Maximum Length:30
-
InteractionParticipantId: integer
(int64)
Title:
Participant ID
Read Only:true
The auto-generated number and primary key for this participant. -
InteractionParticipantNumber: string
Title:
Participant Number
Maximum Length:30
The public unique identifier for the Interaction Participant. -
Json: string
(byte)
Title:
JSON
The JSON String used for customization. -
LastUpdateDate: string
(date-time)
Title:
Last Updated Date
Read Only:true
The date when the participant was last updated. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:64
The user who last updated the participant. -
LastUpdateLogin: string
Title:
Last Update Login
Read Only:true
Maximum Length:32
The system login reference of the last user to update the participant. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Title:
Object Version Number
The version of the participant record. -
OriginalSystemReference: string
Title:
Original System Reference
Maximum Length:255
Specifies the original system reference if record was imported. -
ParticipantName: string
Title:
Name
Maximum Length:128
The name from the web conference. Does not necessarily tie to Fusion data. -
ParticipantTypeCd: string
Title:
Participant Type Code
Maximum Length:30
The type of participant. The value is sourced from the lookup ORA_SVC_PARTICIPANT_TYPE_CD. -
Phone: string
Title:
Phone
Maximum Length:128
The phone number of the participant. -
ResourcePartyId: integer
(int64)
Title:
Resource Party ID
The party Id of the resource if the participant is a resource. -
ResourcePartyNumber: string
Title:
Resource Party Number
Read Only:true
Maximum Length:30
The party number of the resource if the participant was a resource. -
ResourcePartyUniqueName: string
Title:
Resource Unique Name
Read Only:true
Maximum Length:900
The unique name of the resource if the participant was a resource. -
StartTime: string
(date-time)
Title:
Start Time
The time when the participant joined the interaction.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : interactions-interactionReferences-item-response
Type:
Show Source
object
-
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:64
The user who created the reference. -
CreationDate: string
(date-time)
Title:
Creation Date
Read Only:true
The date and time when the reference was created. -
DeleteFlag: boolean
Read Only:
true
Indicates if the interaction reference can be deleted by the current user. The default value is false. -
InteractionId: integer
(int64)
Title:
Interaction ID
The unique identifier of the interaction reference. -
InteractionNumber: string
Title:
Interaction Number
Maximum Length:30
The alternate key identifier for the interaction. -
LastUpdateDate: string
(date-time)
Title:
Last Updated Date
Read Only:true
The date and time when the reference was last updated. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:64
The user who last updated the reference. -
LastUpdateLogin: string
Title:
Last Update Login
Read Only:true
Maximum Length:32
The session login of the user who last updated the reference. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ObjectId: integer
(int64)
Title:
Object ID
The unique identifier of the object associated with the interaction reference. -
ObjectNumber: string
Title:
Reference Number
Read Only:true
Maximum Length:255
The alternate key identifier of the object associated with the interaction reference. -
ObjectTypeCd: string
Title:
Object Type
Maximum Length:30
The code indicating the type of the object present in the interaction reference. A list of valid values is defined in the lookup ORA_SVC_IM_REF_OBJECT_TYPE_CD. -
ReferenceId: integer
(int64)
Title:
Reference ID
Read Only:true
The unique identifier used for integration with external systems. -
UpdateFlag: boolean
Read Only:
true
Indicates if the interaction reference can be updated by the current user. The default value is true if the user has access to update the interaction reference.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : interactions-smartActions-item-response
Type:
Show Source
object
-
ActionIntent: string
(byte)
Title:
Action Intent
JSON object that describes what an action does and what context data can be passed to the action. -
ConfirmationMessage: string
Title:
Confirmation Message
Maximum Length:4000
A message to seek confirmation for the action being performed. -
ContentType: string
Title:
Content Type
Maximum Length:50
The content type to use when invoking the REST endpoint. -
DisplayLabel: string
Title:
Action Name
Maximum Length:256
Consumer-friendly action name. -
Entity: string
Title:
Parent Entity
Maximum Length:150
REST Resources the action belongs to. -
Href: string
Title:
REST Endpoint
Maximum Length:1024
The REST endpoint to perform the action. -
IncludedInApplication: string
Title:
Included in Application
Maximum Length:512
List of applications that this action can be used in. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MassActionFlag: boolean
Title:
Mass Action
Maximum Length:1
Boolean type indicating if this action can be mass processed. -
Method: string
Title:
HTTP Method
Maximum Length:15
HTTP method to use with HREF. -
ObjectFunctionName: string
Title:
Object Function
Maximum Length:64
The object function associated with the smart action. -
PageType: string
Title:
Page Type
Maximum Length:256
The list of pages that this action can be used in. -
SmartSuggestFlag: boolean
Title:
Smart Suggest
Maximum Length:1
Indicates if smart suggest is enabled for the action. -
SystemActionFlag: boolean
Title:
System Action
Maximum Length:1
Boolean type indicating if the action is seeded or custom. -
UpdateOfAttributes: string
Title:
Attributes to Update
Maximum Length:512
Attributes to be updated when the Actions UI is launched. -
UserActionId: integer
(int64)
Title:
User Action ID
Uniquely identifies the action. For internal use. -
UserActionName: string
Title:
Action Name
Maximum Length:256
Uniquely identifies the action with a name. For internal use. - UserActionNavigation: array Smart Action User Interface Definitions
-
UserActionRank: integer
(int64)
Title:
Priority
Number to indicate priority of the action. -
UserActionRequestPayload: array
Smart Action REST Payload Definitions
Title:
Smart Action REST Payload Definitions
If an LOV required for constructing a request payload needs to post data, the payload metadata is stored here. -
UserActionURLBinding: array
Smart Action User Interface Definitions
Title:
Smart Action User Interface Definitions
Binding metadata for a variable in the URL.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Smart Action REST Payload Definitions
Type:
array
Title:
Smart Action REST Payload Definitions
If an LOV required for constructing a request payload needs to post data, the payload metadata is stored here.
Show Source
Nested Schema : Smart Action User Interface Definitions
Type:
array
Title:
Smart Action User Interface Definitions
Binding metadata for a variable in the URL.
Show Source
Nested Schema : interactions-smartActions-UserActionRequestPayload-item-response
Type:
Show Source
object
-
Binding: string
Title:
Payload Value Binding Type
Maximum Length:64
Indicates the binding type of the value. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MandatoryFlag: boolean
Title:
Mandatory
Maximum Length:1
Boolean value indicating if the payload is mandatory. -
RequestPayloadId: integer
(int64)
Uniquely identifies the payload for smart actions. For internal use.
-
RequestPayloadName: string
Title:
Request Payload Attribute Name
Maximum Length:256
The key in the Key Value pair that forms the payload. -
SmartSuggestPath: string
Title:
Smart Suggest Path
Maximum Length:2048
The path used for smart suggest. -
SystemActionFlag: boolean
Title:
System Action
Maximum Length:1
Default Value:false
Boolean value. -
Value: string
Title:
Request Payload Attribute Value
Maximum Length:1000
The value in the Key Value pair that forms the payload. -
ValueStruct: string
Title:
Payload Value Structure
Maximum Length:20
If the value in the Key Value pair isn't a single value, this would be set.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : interactions-smartActions-UserActionURLBinding-item-response
Type:
Show Source
object
-
Binding: string
Title:
URL Binding Type
Maximum Length:64
This is a hint for processing the Url Binding runtime. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
SystemActionFlag: boolean
Title:
System Action
Maximum Length:1
Default Value:false
Boolean indicator. -
URLBindingId: integer
(int64)
Uniquely identifies the URL Bind for smart actions. For internal use.
-
URLBindingName: string
Title:
URL Binding Parameter Name
Maximum Length:256
For action REST endpoints that require runtime binding, this is the key in the key value pair. -
Value: string
Title:
URL Binding Parameter Value
Maximum Length:1000
For action REST endpoints that require runtime binding, this is the value in the key value pair.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Links
- ApplicationClassificationCdLookup
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DORA_SVC_MCA_APPL_CLASSIF_CD
The following properties are defined on the LOV link relation:- Source Attribute: APPClassificationCd; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- ApplicationInterfaceLookup
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DORA_SVC_APP_INTERFACE_TYPE_CD
The following properties are defined on the LOV link relation:- Source Attribute: APPInterfaceTypeCd; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- ChannelIdByChannelType
-
Operation: /crmRestApi/resources/11.13.18.05/channelsParameters:
- finder:
DefaultChannelByTypeFinder%3BChannelTypeCd%3D{ChannelTypeCd}
The list of values indicating the channel type.
The following properties are defined on the LOV link relation:- Source Attribute: ChannelTypeCd; Target Attribute: ChannelTypeCd
- Display Attribute: ChannelTypeCd
- finder:
- DirectionCdLookup
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DORA_SVC_IM_DIRECTION_CD
The list of values indicating the interaction direction.
The following properties are defined on the LOV link relation:- Source Attribute: DirectionCd; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- InteractionData
-
Parameters:
- InteractionId:
$request.path.InteractionId
The interaction data is used to add contextual data for an interaction. - InteractionId:
- InteractionParticipants
-
Operation: /crmRestApi/resources/11.13.18.05/interactions/{InteractionId}/child/InteractionParticipantsParameters:
- InteractionId:
$request.path.InteractionId
The interaction participant resource is used to view, create, and update participants in an interaction, usually a web conference. - InteractionId:
- SourceCdLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DORA_SVC_INTERACT_SOURCE_CD
The list of values indicating the interaction source.
The following properties are defined on the LOV link relation:- Source Attribute: SourceCd; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- StatusCdLookup
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DORA_SVC_IM_STATUS_CD
The list of values indicating the interaction status.
The following properties are defined on the LOV link relation:- Source Attribute: StatusCd; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- StripeCdLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DORA_SVC_STRIPE_CD
The list of values indicating the interaction stripe.
The following properties are defined on the LOV link relation:- Source Attribute: StripeCd; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- SubStatusCdLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DORA_SVC_IM_CLOSED_SUBSTATUS_CD
The list of values indicating the interaction substatus.
The following properties are defined on the LOV link relation:- Source Attribute: SubstatusCd; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- YesNoLookup
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DYES_NO
The list of values indicating whether the interaction was manually created such as Y and N.
The following properties are defined on the LOV link relation:- Source Attribute: ManuallyLoggedFlag; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- childInteractions
-
Parameters:
- InteractionId:
$request.path.InteractionId
The child interaction resource is used to view, create, and update all the child interactions associated with the current interaction. - InteractionId:
- interactionReferences
-
Operation: /crmRestApi/resources/11.13.18.05/interactions/{InteractionId}/child/interactionReferencesParameters:
- InteractionId:
$request.path.InteractionId
The interaction references resource is used to view, create, and update the association between an interaction and another business object, for example Service Requests. The supported business objects and their codes are Activities (ZMM_ACTIVITIES), Opportunities (MOO_OPTY), Work Orders (SVC_WORK_ORDERS), Service Requests (SVC_SERVICE_REQUESTS), and Leads (MKL_LM_LEADS). - InteractionId:
- smartActions
-
Parameters:
- InteractionId:
$request.path.InteractionId
This VO stores the endpoint and security details for every user action. - InteractionId:
Examples
The following example shows how
to get a specific interaction by submitting a GET request on the REST
resource.
Request Header Example
The following shows an example of the request header.
GET /crmRestApi/resources/11.13.18.05/interactions/300100096307925
Response Header Example
The following shows an example of the response header.
HTTP/1.1 200: OK Date: Fri, 03 Mar 2017 07:54:53 GMT Server : Oracle-HTTP-Server-11g Content-Type: application/vnd.oracle.adf.resourcecollection+json Content-Language: en
Response Body Example
The following shows an example of the response body in JSON format.
{ "InteractionId" : 300100096307925, "ParentInteractionId" : 300100096307925, "TopLevelFlag" : "true", "Description" : "Sent SrMessage 300100096307628", "ChannelId" : 300100092273686, "ChannelDisplayName" : "ditdevacisvcfib_qa.extservice.incoming", "ChannelTypeCd" : "ORA_SVC_EMAIL", "AccountPartyId" : null, "AccountPartyUniqueName" : null, "ContactPartyId" : null, "ContactPartyUniqueName" : null, "QueueId" : null, "QueueName" : null, "OwnerResourceId" : null, "OwnerResourcePartyUniqueName" : null, "StartTime" : "2017-02-20T04:09:17-08:00", "EndTime" : "2017-02-20T04:09:17-08:00", "StatusCd" : "ORA_SVC_CLOSED", "OriginalSystemReference" : null, "CreatedBy" : "FUSION_APPS_CRM_ESS_APPID", "CreationDate" : "2017-02-20T04:09:17-08:00", "LastUpdatedBy" : "FUSION_APPS_CRM_ESS_APPID", "LastUpdateDate" : "2017-02-20T04:09:17-08:00", "LastUpdateLogin" : "48F584F941357435E05307B3F20AB8E8", "DirectionCd" : "ORA_SVC_OUTBOUND", "StripeCd" : "ORA_SVC_CRM", "MediaItemId" : null, "SubstatusCd" : null, "NotifyFlag" : null, "UpdateFlag" : "true", "DeleteFlag" : "true", "links" : [ { "rel" : "self", "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/interactions/300100096307925", "name" : "interactions", "kind" : "item", "properties" : { "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" } }, { "rel" : "canonical", "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/interactions/300100096307925", "name" : "interactions", "kind" : "item" }, { "rel" : "lov", "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/interactions/300100096307925/lov/DirectionCdLookup", "name" : "DirectionCdLookup", "kind" : "collection" }, { "rel" : "lov", "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/interactions/300100096307925/lov/StatusCdLookup", "name" : "StatusCdLookup", "kind" : "collection" }, { "rel" : "lov", "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/interactions/300100096307925/lov/ChannelIdByChannelType", "name" : "ChannelIdByChannelType", "kind" : "collection" }, { "rel" : "child", "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/interactions/300100096307925/child/childInteractions", "name" : "childInteractions", "kind" : "collection" }, { "rel" : "child", "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/interactions/300100096307925/child/interactionReferences", "name" : "interactionReferences", "kind" : "collection" }, { "rel" : "enclosure", "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/interactions/300100096307925/enclosure/Payload", "name" : "Payload", "kind" : "other" } ] }