Get all channels associated with a channel type
get
/crmRestApi/resources/11.13.18.05/serviceChannelTypesLOV/{LookupCode}/child/svcChannelLookups
Request
Path Parameters
-
LookupCode(required): string
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
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 -
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:- ChannelEnabledFinder :Finds enabled channels with the specified finder.
Finder Variables: - ChannelVOChannelShortNameAltKey :Finds a channel with the specified alternate key.
Finder Variables:- ChannelShortName :The short name of the channel.
- DefaultChannelByTypeFinder :Finds the default channel for a given channel type.
Finder Variables:- AccountName :The account name of the channel.
- ChannelTypeCd :The channel type associated with the channel.
- EnabledChannelByBUAndStripeAndTypeFinder :Finds enabled channels for an application stripe, business unit, and channel type combination.
Finder Variables:- BUOrgId :The business unit identifier to filter the search with.
- ChannelTypeCd :The channel type to filter the search with.
- StripeCd :The application stripe to filter the search by.
- PrimaryKey :Finds a channel with the specified primary key.
Finder Variables:- ChannelId :The unique identifier of the communication channel.
- ChannelEnabledFinder :Finds enabled channels with the specified finder.
-
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:- APIId; string; The unique identifier of the channel API.
- APIPassword; string; The password for the channel API.
- APIVersion; string; The API version of the channel.
- AccessToken; string; The access token used for the channel.
- AccountName; string; The name of the account associated with the channel.
- AuthToken; string; The authorization token used for the social channel.
- AuthenticationURL; string; The channel authentication URL.
- AuthorizationURL; string; The channel authorization URL.
- BUOrgId; integer; The unique identifier of the business unit associated with the channel.
- BusinessUnitName; string; The name of the business unit associated with the channel.
- ChannelId; integer; The unique identifier of the communication channel.
- ChannelShortName; string; The short name of the channel.
- ChannelTypeCd; string; The type of the communication channel.
- CreatedBy; string; The user who created the channel.
- CreationDate; string; The date when the channel was created.
- CustomerTypeCd; string; The type of customers expected to send a message to the channel, such as Consumer, Business, or Both.
- DisplayName; string; The display name of the communication channel.
- EnabledFlag; boolean; Indicates whether the channel is active.
- EndPoint; string; The endpoint of the channel.
- IncludeSenderEmailFlag; boolean; Indicates whether the sender's email address should be included in the outbound message.
- IncludeSenderNameFlag; boolean; Indicates whether the sender's name should be included in the outbound message.
- LastUpdateDate; string; The date when the channel was last updated.
- LastUpdateLogin; string; The login of the user who last updated the channel.
- LastUpdatedBy; string; The user who last updated the channel.
- MultipleMatchesActionCd; string; The action the application should take if multiple matches are found for the message sender, such as Select None or Select First Match.
- NetworkTypeCd; string; The social network associated with the channel.
- NoMatchActionCd; string; The action the application should take if no matches are found for the message sender, such as Nothing or Create Contact.
- OpenSrCount; integer; The number of service requests associated with the channel that are neither deleted nor closed.
- OriginalSystemReference; string; The original system of reference for a channel that was imported.
- Port; string; The port associated with the channel.
- PrivatePToPAllowedFlag; boolean; Indicates whether the channel allows private messages.
- PurposeCd; string; The purpose of the channel such as Support, Sales, Inquiry.
- RefreshToken; string; The refresh token used for the social channel.
- SourceCd; string; The source interface for the channel creation.
- StripeCd; string; The application stripe of the channel.
- TokenAccessURL; string; The channel token access URL.
- TokenRequestURL; string; The URL to pass a token request on the channel.
-
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 : serviceChannelTypesLOV-svcChannelLookups
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 : serviceChannelTypesLOV-svcChannelLookups-item-response
Type:
Show Source
object-
AccessToken: string
Title:
Access TokenMaximum Length:400The access token used for the channel. -
AccountName: string
Title:
Account NameMaximum Length:400The name of the account associated with the channel. -
APIId: string
Title:
APIMaximum Length:400The unique identifier of the channel API. -
APIPassword: string
Title:
API PasswordMaximum Length:400The password for the channel API. -
APIVersion: string
Title:
API VersionMaximum Length:400The API version of the channel. -
AuthenticationURL: string
Title:
Authentication URLMaximum Length:1000The channel authentication URL. -
AuthorizationURL: string
Title:
Authorization URLMaximum Length:1000The channel authorization URL. -
AuthToken: string
Title:
Authorization TokenMaximum Length:400The authorization token used for the social channel. -
BUOrgId: integer
(int64)
Title:
Business Unit IDThe unique identifier of the business unit associated with the channel. -
BusinessUnitName: string
Title:
Business Unit NameMaximum Length:255The name of the business unit associated with the channel. -
ChannelId: integer
(int64)
Title:
ChannelRead Only:trueThe unique identifier of the communication channel. -
ChannelShortName: string
Title:
Channel CodeMaximum Length:450The short name of the channel. -
ChannelTypeCd: string
Title:
Channel TypeMaximum Length:30The type of the communication channel. -
ChannelTypeCdLovSwitcher: string
Read Only:
trueThe name of the channel type list of values picker. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the channel. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the channel was created. -
CustomerTypeCd: string
Title:
Customer TypeMaximum Length:30The type of customers expected to send a message to the channel, such as Consumer, Business, or Both. -
DeleteFlag: boolean
Read Only:
trueIndicates whether the channel has been deleted. -
DisplayName: string
Title:
Display NameMaximum Length:400The display name of the communication channel. -
EnabledFlag: boolean
Title:
ActiveMaximum Length:1Default Value:trueIndicates whether the channel is active. -
EndPoint: string
Title:
EndpointMaximum Length:1000The endpoint of the channel. -
IncludeSenderEmailFlag: boolean
Title:
Include Sender EmailMaximum Length:1Default Value:falseIndicates whether the sender's email address should be included in the outbound message. -
IncludeSenderNameFlag: boolean
Title:
Include Sender NameMaximum Length:1Default Value:falseIndicates whether the sender's name should be included in the outbound message. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the channel was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the channel. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the channel. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MultipleMatchesActionCd: string
Title:
If Multiple Matches Found for SenderMaximum Length:30The action the application should take if multiple matches are found for the message sender, such as Select None or Select First Match. -
NetworkTypeCd: string
Title:
NetworkMaximum Length:30The social network associated with the channel. -
NoMatchActionCd: string
Title:
If No Matches Found for SenderMaximum Length:30The action the application should take if no matches are found for the message sender, such as Nothing or Create Contact. -
OpenSrCount: integer
Read Only:
trueThe number of service requests associated with the channel that are neither deleted nor closed. -
OriginalSystemReference: string
Title:
Original SystemMaximum Length:255The original system of reference for a channel that was imported. -
Port: string
Title:
PortMaximum Length:10The port associated with the channel. -
PrivatePToPAllowedFlag: boolean
Title:
Private Conversation AllowedMaximum Length:1Default Value:trueIndicates whether the channel allows private messages. -
PurposeCd: string
Title:
PurposeMaximum Length:30The purpose of the channel such as Support, Sales, Inquiry. -
RefreshToken: string
Title:
Refresh TokenMaximum Length:400The refresh token used for the social channel. -
SourceCd: string
Title:
Source CodeMaximum Length:30Default Value:ORA_SVC_ADMIN_UIThe source interface for the channel creation. -
StripeCd: string
Title:
Stripe CodeMaximum Length:30The application stripe of the channel. -
TokenAccessURL: string
Title:
Token Access URLMaximum Length:1000The channel token access URL. -
TokenRequestURL: string
Title:
Token Request URLMaximum Length:1000The URL to pass a token request on the channel. -
UpdateFlag: boolean
Read Only:
trueIndicates whether the channel has been updated.
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
The following example shows how to get all channel type lookups by submitting a GET request on the REST resource using cURL.
cURL Command
- curl -u <username:password> \ -X http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceChannelTypesLOV/ORA_SVC_CHAT/child/svcChannelLookups
Example of Response Body
{
"items": [
{
"ChannelId": 100100104291162,
"ChannelTypeCd": "ORA_SVC_CHAT",
"NetworkTypeCd": null,
"AccountName": "Chat",
"DisplayName": "Chat",
"PrivatePToPAllowedFlag": true,
"OriginalSystemReference": null,
"EnabledFlag": true,
"CreatedBy": "SEED_DATA_FROM_APPLICATION",
"CreationDate": "2017-06-26T20:17:51.972+00:00",
"LastUpdatedBy": "SEED_DATA_FROM_APPLICATION",
"LastUpdateDate": "2019-03-19T03:21:25.273+00:00",
"LastUpdateLogin": "-1",
"EndPoint": null,
"Port": null,
"APIVersion": null,
"APIId": null,
"APIPassword": null,
"AuthenticationURL": null,
"AuthorizationURL": null,
"TokenRequestURL": null,
"TokenAccessURL": null,
"AccessToken": null,
"RefreshToken": null,
"AuthToken": null,
"OpenSrCount": null,
"ChannelTypeCdLovSwitcher": "LOV_ChannelTypeCd",
"StripeCd": "ORA_SVC_CRM",
"BUOrgId": null,
"BusinessUnitName": null,
"UpdateFlag": true,
"DeleteFlag": true,
"PurposeCd": "SUPPORT",
"CustomerTypeCd": "ORA_SVC_BOTH",
"MultipleMatchesActionCd": "ORA_SVC_NONE",
"NoMatchActionCd": "ORA_SVC_NO_ACTION",
"IncludeSenderNameFlag": false,
"IncludeSenderEmailFlag": false,
"links": [
{
"rel": "self",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceChannelTypesLOV/ORA_SVC_CHAT/child/svcChannelLookups/100100104291162",
"name": "svcChannelLookups",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceChannelTypesLOV/ORA_SVC_CHAT/child/svcChannelLookups/100100104291162",
"name": "svcChannelLookups",
"kind": "item"
},
{
"rel": "parent",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceChannelTypesLOV/ORA_SVC_CHAT",
"name": "serviceChannelTypesLOV",
"kind": "item"
},
{
"rel": "lov",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceChannelTypesLOV/ORA_SVC_CHAT/child/svcChannelLookups/100100104291162/lov/CustomerTypeCdLookup",
"name": "CustomerTypeCdLookup",
"kind": "collection"
},
{
"rel": "lov",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceChannelTypesLOV/ORA_SVC_CHAT/child/svcChannelLookups/100100104291162/lov/YesNoLOV",
"name": "YesNoLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceChannelTypesLOV/ORA_SVC_CHAT/child/svcChannelLookups/100100104291162/lov/NoMatchActionCdLookup",
"name": "NoMatchActionCdLookup",
"kind": "collection"
},
{
"rel": "lov",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceChannelTypesLOV/ORA_SVC_CHAT/child/svcChannelLookups/100100104291162/lov/MultipleMatchesActionCdLookup",
"name": "MultipleMatchesActionCdLookup",
"kind": "collection"
},
{
"rel": "lov",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceChannelTypesLOV/ORA_SVC_CHAT/child/svcChannelLookups/100100104291162/lov/PurposeCdLookup",
"name": "PurposeCdLookup",
"kind": "collection"
},
{
"rel": "lov",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceChannelTypesLOV/ORA_SVC_CHAT/child/svcChannelLookups/100100104291162/lov/BusinessUnitLOV",
"name": "BusinessUnitLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceChannelTypesLOV/ORA_SVC_CHAT/child/svcChannelLookups/100100104291162/lov/NetworkTypeCdLOV",
"name": "NetworkTypeCdLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceChannelTypesLOV/ORA_SVC_CHAT/child/svcChannelLookups/100100104291162/lov/StripeCdLOV",
"name": "StripeCdLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceChannelTypesLOV/ORA_SVC_CHAT/child/svcChannelLookups/100100104291162/lov/ChannelTypeCdLOV",
"name": "ChannelTypeCdLOV",
"kind": "collection"
}
]
}
],
"count": 1,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceChannelTypesLOV/ORA_SVC_CHAT/child/svcChannelLookups",
"name": "svcChannelLookups",
"kind": "collection"
}
]
}