Get all service business units
get
/crmRestApi/resources/11.13.18.05/serviceBusinessUnits
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 service business unit with the specified primary key.
Finder Variables:- BUOrgId; integer; The unique identifier of the business unit.
- PrimaryKey: Finds a service business unit 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:- BUOrgId; integer; The unique identifier of the business unit.
- BusinessUnitId; integer; The unique identifier of the business unit.
- BusinessUnitName; string; The name of the business unit.
- Name; string; The name of the business unit.
-
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 : serviceBusinessUnits
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 : serviceBusinessUnits-item-response
Type:
Show Source
object-
BUOrgId: integer
Title:
Business Unit IDRead Only:trueThe unique identifier of the business unit. -
BusinessUnitId: integer
Read Only:
trueThe unique identifier of the business unit. -
BusinessUnitName: string
Title:
Business UnitRead Only:trueMaximum Length:240The name of the business unit. -
categories: array
Categories
Title:
CategoriesThe categories resource is used to view the categories associated with a business unit. Categories are used to group service requests. -
channels: array
Channels
Title:
ChannelsThe channels resource is used to view the channels associated with a business unit. Channels used to listen and respond to customers. -
fndSetEnabledLookups: array
Business Unit Lookups
Title:
Business Unit LookupsThe reference set enabled lookups resource is used to view the lookups associated with a business unit. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Read Only:
trueThe name of the business unit. -
profileOptions: array
Profile Options
Title:
Profile OptionsThe profile options resource is used to view the profile options associated with a business unit, such as product catalog usage or email template for service request responses.
Nested Schema : Categories
Type:
arrayTitle:
CategoriesThe categories resource is used to view the categories associated with a business unit. Categories are used to group service requests.
Show Source
Nested Schema : Channels
Type:
arrayTitle:
ChannelsThe channels resource is used to view the channels associated with a business unit. Channels used to listen and respond to customers.
Show Source
Nested Schema : Business Unit Lookups
Type:
arrayTitle:
Business Unit LookupsThe reference set enabled lookups resource is used to view the lookups associated with a business unit.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Profile Options
Type:
arrayTitle:
Profile OptionsThe profile options resource is used to view the profile options associated with a business unit, such as product catalog usage or email template for service request responses.
Show Source
Nested Schema : serviceBusinessUnits-categories-item-response
Type:
Show Source
object-
BUOrgId: integer
(int64)
Title:
Business Unit IDRead Only:trueThe unique identifier of the business unit associated with the category. -
CategoryId: integer
Title:
Category IDRead Only:trueThe unique identifier of the category. -
CategoryName: string
Title:
Category NameRead Only:trueMaximum Length:400The name of the category. -
CategoryShortName: string
Title:
Category Short NameRead Only:trueMaximum Length:240The short name of the category. This value is auto-generated from CategoryName. You can edit the name to make it a unique value, if required. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the category. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the category was created. -
CSSFlag: boolean
Title:
Visible in Customer Self-ServiceRead Only:trueMaximum Length:1Indicates if the category is visible in the customer self-service portal. -
EnabledFlag: boolean
Title:
EnabledRead Only:trueMaximum Length:1Indicates whether the category is enabled. If enabled, the value is Y, else the value is N. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the category was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the category. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The session login associated with the user who last updated the row. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OriginalSystemReference: string
Title:
Original SystemRead Only:trueMaximum Length:255The reference to the original system from which the category was imported (if imported). -
ParentCategoryId: integer
(int64)
Title:
Parent Category IDRead Only:trueThe unique identifier of the parent category. The value is NULL if the category is the root category. -
StripeCd: string
Title:
Stripe CodeRead Only:trueMaximum Length:30The code indicating the application stripe of the service request category.
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.
Nested Schema : serviceBusinessUnits-channels-item-response
Type:
Show Source
object-
AccessToken: string
Title:
Access TokenMaximum Length:400The access token used for the social 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 URL to authenticate the channel. -
AuthorizationURL: string
Title:
Authorization URLMaximum Length:1000The URL to authorize the channel. -
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 channel. -
ChannelShortName: string
Title:
Channel CodeMaximum Length:450The short name of the channel. -
ChannelTypeCd: string
Title:
Channel TypeMaximum Length:30The code indicating the 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 if the channel has been deleted. -
DisplayName: string
Title:
Display NameMaximum Length:400The display name of the 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 code indicating the type of social network. -
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 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 code indicating the application stripe of the channel. -
TokenAccessURL: string
Title:
Token Access URLMaximum Length:1000The URL to access the channel token. -
TokenRequestURL: string
Title:
Token Request URLMaximum Length:1000The URL to pass a token request on the channel. -
UpdateFlag: boolean
Read Only:
trueIndicates if the channel has been updated.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : serviceBusinessUnits-fndSetEnabledLookups-item-response
Type:
Show Source
object-
BUOrgId: integer
Title:
Business Unit IDRead Only:trueThe unique identifier of the business unit. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the reference set enable lookup. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the reference set enabled lookup was created. -
Description: string
Title:
DescriptionRead Only:trueMaximum Length:240The description of the reference set enabled lookup value. -
DisplaySequence: integer
(int64)
Title:
Display SequenceRead Only:trueThe display order of the reference set enabled lookup value. -
EndDateActive: string
(date)
Title:
End DateRead Only:trueThe date when the reference set enabled lookup becomes inactive. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the last reference set enabled lookup was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the reference set enabled lookup. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login details of the user who last updated the reference set enabled lookup. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LookupCode: string
Title:
Lookup CodeRead Only:trueMaximum Length:30The code indicating the property of the reference set enabled lookup. -
LookupType: string
Title:
Lookup TypeRead Only:trueMaximum Length:30The type of the reference set enabled lookup. -
Meaning: string
Title:
MeaningRead Only:trueMaximum Length:80The display value of the reference set enabled lookup. -
SetId: integer
(int64)
Title:
Set IDRead Only:trueThe unique identifier of the reference set associated with the lookup. -
StartDateActive: string
(date)
Title:
Start DateRead Only:trueThe date when the reference set enabled lookup becomes active.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : serviceBusinessUnits-profileOptions-item-response
Type:
Show Source
object-
BUOrgId: integer
(int64)
Title:
Business Unit Organization IDThe unique identifier of the business unit associated with the profile option. -
BusinessUnitName: string
Title:
Business UnitRead Only:trueMaximum Length:240The name of the business unit associated with the profile option. -
BusinessUnitStatus: string
Title:
ActiveRead Only:trueMaximum Length:30The status of the business unit, such as active or inactive. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who first created the profile option. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the profile option was created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the profile option was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the profile option. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the profile option. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OptionId: integer
(int64)
Title:
Service Profile Option IDRead Only:trueThe unique identifier of the profile option. -
OptionShortName: string
Title:
Profile Short NameMaximum Length:64The short name of the profile option. -
ProfileDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240The description of the profile option. -
ProfileDisplayName: string
Title:
Profile Display NameRead Only:trueMaximum Length:240The display name of the profile option. -
ProfileOptionCode: string
Title:
Profile Option CodeMaximum Length:80The code indicating the type of the profile option. -
ProfileOptionValue: string
Title:
Business Unit Profile ValueMaximum Length:1000The profile option value for a business unit. -
SiteProfileOptionValue: string
Title:
Site Level ValueRead Only:trueMaximum Length:1000The site level value of a profile option. -
UseSiteValueFlag: boolean
Title:
Use Site ValueMaximum Length:1Default Value:trueIndicates if the site level profile option value must be used by the application. The default value is true.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Examples
The following example shows how to get all service business units by submitting a GET request on the REST resource using cURL.
cURL Command
curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceBusinessUnits
Example of Response Body
The following example shows the contents of the response body in JSON format.
{
"items": [
{
"BUOrgId": 204,
"BusinessUnitName": "Vision Operations",
"BusinessUnitId": 204,
"Name": "Vision Operations",
"links": [
...
]
},
{
"BUOrgId": 300100026725086,
"BusinessUnitName": "ABC Operations",
"BusinessUnitId": 300100026725086,
"Name": "ABC Operations",
"links": [
...
]
},
...