Get all campaigns
get
/crmRestApi/resources/11.13.18.05/campaigns
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:- CampaignNumberAltKey: Finds a campaign with the specified alternate key.
Finder Variables:- CampaignNumber; string; The alternate key identifier of the campaign.
- PrimaryKey: Finds a campaign with the specified primary key.
Finder Variables:- CampaignId; integer; The unique identifier of the campaign.
- CampaignNumberAltKey: Finds a campaign with the specified alternate 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:- ActualCost; number; The actual cost of the campaign.
- BudgetedCost; number; The budgeted cost of the campaign.
- CampaignCategory; string; The category of the campaign.
- CampaignCreatedBy; string; The user who created the campaign record.
- CampaignCreationDate; string; The date when the campaign record was created.
- CampaignId; integer; The unique identifier of the campaign.
- CampaignLastUpdateDate; string; The date when the campaign record was last updated.
- CampaignLastUpdatedBy; string; The user who last updated the campaign record.
- CampaignName; string; The name of the campaign.
- CampaignNumber; string; The alternate key identifier of the campaign.
- CampaignOrigin; string; The origin of the campaign.
- CampaignType; string; The type of the campaign.
- CampaignTypeMeaning; string; The display value of the type of the campaign.
- CreatedByModule; string; The module through which the campaign was created.
- CreationDate; string; The date when the campaign was created.
- CurrencyCode; string; The code indicating the currency associated with the campaign, such as USD or GBP.
- EndDate; string; The date when campaign ended.
- LastUpdateDate; string; The date when the campaign was last updated.
- OwnerId; integer; The unique identifier of the owner of the campaign.
- OwnerPartyNumber; string; The unique alternate identifier of the owner of the campaign.
- ParentCampaignId; integer; The unique identifier of the parent campaign.
- ParentCampaignName; string; The name of the parent of the campaign.
- ParentCampaignNumber; string; The unique alternate identifier of the parent of the campaign.
- ProductDescription; string; A brief description of the product of the campaign.
- RegionCode; string; The code indicating the region of the campaign.
- SalesTargetCampaignStage; string; The code indicating the stage of sales target campaign.
- SourceSystemCampaignId; string; The unique identifier of the campaign in the source system.
- StartDate; string; The date when the campaign started.
- Status; string; The status of the campaign.
- StatusLookupMeaning; string; The display label of the status of the campaign.
-
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 : campaigns
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 : campaigns-item-response
Type:
Show Source
object-
ActualCost: number
Title:
Actual CostThe actual cost of the campaign. -
BudgetedCost: number
Title:
Budgeted CostThe budgeted cost of the campaign. -
CampaignAccountAttributionCriteria: array
Campaign Account Attribution Criteria
Title:
Campaign Account Attribution CriteriaThe campaign account attribution criteria resource is used to view, create, update, and delete the campaign accounts attribution criteria associated with a sales target campaign. -
CampaignAccounts: array
Campaign Accounts
Title:
Campaign AccountsThe campaign accounts resource is used to view, create, update, and delete the accounts associated with a sales target campaign. -
CampaignCategory: string
Title:
CategoryMaximum Length:30Default Value:ORA_MARKETINGThe category of the campaign. -
CampaignCreatedBy: string
Title:
Campaign Created ByMaximum Length:64The user who created the campaign record. -
CampaignCreationDate: string
(date-time)
Title:
Campaign Creation DateThe date when the campaign record was created. -
CampaignId: integer
(int64)
Title:
Campaign IDThe unique identifier of the campaign. -
CampaignLastUpdateDate: string
(date-time)
Title:
Campaign Last Update DateThe date when the campaign record was last updated. -
CampaignLastUpdatedBy: string
Title:
Campaign Last Updated ByMaximum Length:64The user who last updated the campaign record. -
CampaignName: string
Title:
NameMaximum Length:100The name of the campaign. -
CampaignNumber: string
Title:
Campaign NumberMaximum Length:30The alternate key identifier of the campaign. -
CampaignOrigin: string
Title:
OriginMaximum Length:30Default Value:MKT_CAMPAIGNThe origin of the campaign. -
CampaignProducts: array
Campaign Products
Title:
Campaign ProductsThe campaign products resource is used to view, create, update, and delete the products or product groups associated with a sales target campaign. -
CampaignRollup: array
Campaign Rollups
Title:
Campaign RollupsThe campaign rollup resource is used to view a campaign rollup. -
CampaignTeam: array
Campaign Teams
Title:
Campaign TeamsThe campaign teams resource is used to view, create, update, and delete the resources associated with a sales target campaign. -
CampaignType: string
Title:
TypeMaximum Length:30The type of the campaign. -
CampaignTypeMeaning: string
Title:
TypeRead Only:trueMaximum Length:80The display value of the type of the campaign. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the campaign. -
CreatedByModule: string
Title:
Created by ModuleMaximum Length:60Default Value:ORA_WSThe module through which the campaign was created. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the campaign was created. -
CurrencyCode: string
Title:
CurrencyMaximum Length:15The code indicating the currency associated with the campaign, such as USD or GBP. -
DeleteFlag: boolean
Title:
Can Be DeletedRead Only:trueIndicates whether the campaign can be deleted by the logged in user. -
Description: string
Title:
DescriptionMaximum Length:2000A brief description of the campaign. -
EndDate: string
(date-time)
Title:
End DateThe date when campaign ended. -
LastUpdateDate: string
(date-time)
Title:
Last UpdatedRead Only:trueThe date when the campaign was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the campaign. -
LastUpdateLogin: string
Title:
Last Updated LoginRead Only:trueMaximum Length:32The login of the user who last updated the campaign. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MktCampaignMembers: array
Campaign Members
Title:
Campaign MembersThe campaign members resource is used to view the members associated with a sales campaign. -
NumberOfAssociatedAccounts: number
Title:
Number of AccountsThe number of accounts associated to sales target campaign. -
NumberOfLeadsErrored: number
Title:
Number of Lead Generation ErrorsThe number of leads errored for a given sales target campaign. -
NumberOfLeadsGenerated: number
Title:
Number of Leads GeneratedThe number of leads generated for a given sales target campaign. -
OwnerId: integer
(int64)
Title:
Owner IDThe unique identifier of the owner of the campaign. -
OwnerPartyName: string
Title:
OwnerMaximum Length:360The name of the party associated with the campaign owner. -
OwnerPartyNumber: string
Title:
Owner NumberRead Only:trueMaximum Length:30The unique alternate identifier of the owner of the campaign. -
ParentCampaignId: integer
(int64)
Title:
Parent Campaign IDThe unique identifier of the parent campaign. -
ParentCampaignName: string
Title:
Parent Campaign NameRead Only:trueMaximum Length:100The name of the parent of the campaign. -
ParentCampaignNumber: string
Title:
Parent Campaign NumberRead Only:trueMaximum Length:30The unique alternate identifier of the parent of the campaign. -
ProductDescription: string
Title:
Product DescriptionMaximum Length:100A brief description of the product of the campaign. -
RegionCode: string
Title:
Region CodeMaximum Length:100The code indicating the region of the campaign. -
SalesContents: array
Sales Contents
Title:
Sales ContentsThe sales contents resource is used to view, create, update, and delete the sales content associated with a sales target campaign. -
SalesTargetCampaignDaysToVerify: integer
(int32)
Title:
Validation Period in DaysThe period in days during which the generated sales target leads should be validated. -
SalesTargetCampaignEloquaSyncDate: string
(date-time)
Title:
Last Sync to Marketing DateThe date on which this sales target campaign is synced to Eloqua for the first time. -
SalesTargetCampaignStage: string
Title:
StageMaximum Length:32The code indicating the stage of sales target campaign. -
SalesTargetLeadsCreationDate: string
(date-time)
Title:
Last Lead Generation DateThe date on which the sales target leads for this campaign was last generated. -
smartActions: array
Smart Actions
Title:
Smart ActionsThe smart actions resource is used to view the name, security, context object, REST operation, confirmation message, and other global properties of smart actions. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
SourceSystemCampaignId: string
Title:
Source System Campaign IDMaximum Length:100The unique identifier of the campaign in the source system. -
SourceSystemEmailId: integer
(int64)
The unique identifier of the Email in the source system.
-
SourceSystemLandingPageId: integer
(int64)
The unique identifier of the Landing Page in the source system.
-
SourceSystemSegmentId: integer
(int64)
The unique identifier of the Segment in the source system.
- SourceSystemSharedListId: integer (int64)
-
StartDate: string
(date-time)
Title:
Start DateThe date when the campaign started. -
Status: string
Title:
StatusMaximum Length:30Default Value:ORA_DRAFTThe status of the campaign. -
StatusLookupMeaning: string
Title:
StatusRead Only:trueMaximum Length:80The display label of the status of the campaign. -
UpdateFlag: boolean
Title:
Can Be UpdatedRead Only:trueIndicates whether the campaign can be updated by the logged in user.
Nested Schema : Campaign Account Attribution Criteria
Type:
arrayTitle:
Campaign Account Attribution CriteriaThe campaign account attribution criteria resource is used to view, create, update, and delete the campaign accounts attribution criteria associated with a sales target campaign.
Show Source
Nested Schema : Campaign Accounts
Type:
arrayTitle:
Campaign AccountsThe campaign accounts resource is used to view, create, update, and delete the accounts associated with a sales target campaign.
Show Source
Nested Schema : Campaign Products
Type:
arrayTitle:
Campaign ProductsThe campaign products resource is used to view, create, update, and delete the products or product groups associated with a sales target campaign.
Show Source
Nested Schema : Campaign Rollups
Type:
arrayTitle:
Campaign RollupsThe campaign rollup resource is used to view a campaign rollup.
Show Source
Nested Schema : Campaign Teams
Type:
arrayTitle:
Campaign TeamsThe campaign teams resource is used to view, create, update, and delete the resources associated with a sales target campaign.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Campaign Members
Type:
arrayTitle:
Campaign MembersThe campaign members resource is used to view the members associated with a sales campaign.
Show Source
Nested Schema : Sales Contents
Type:
arrayTitle:
Sales ContentsThe sales contents resource is used to view, create, update, and delete the sales content associated with a sales target campaign.
Show Source
Nested Schema : Smart Actions
Type:
arrayTitle:
Smart ActionsThe smart actions resource is used to view the name, security, context object, REST operation, confirmation message, and other global properties of smart actions. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
Show Source
Nested Schema : campaigns-CampaignAccountAttributionCriteria-item-response
Type:
Show Source
object-
CampaignAccountAttrCriteriaId: integer
(int64)
Title:
Campaign Attribution Criteria IDThe unique identifier of the campaign account attribution criterion. -
CampaignAccountAttrCriteriaNumber: string
Title:
Campaign Attribution Criteria NumberMaximum Length:30The alternate key identifier of the account attribution criterion. -
CampaignCampaignNumber: string
Title:
Campaign NumberRead Only:trueMaximum Length:30The unique identifier of the campaign to which the campaign account attribution criterion belongs to. -
CampaignId: integer
(int64)
Title:
Campaign IdentifierThe unique identifier of the campaign account. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the campaign account attribution criteria. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the campaign account attribution criteria was created. -
CriteriaExpression: string
(byte)
Title:
Criteria ExpressionThis contains the query expression of criteria chosen on UI. -
CriteriaType: string
Title:
Criteria TypeMaximum Length:30Indicates whether the criteria defined is inclusion or exclusion. -
ExclusionCriteriaFlag: boolean
Title:
Is Exclusion CriteriaMaximum Length:1Default Value:falseIndicates whether the Account Attribution criteria is for excluding any account or not. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the campaign account attribution criteria was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the campaign account attribution criteria. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SourceObjectAttr: string
Title:
Source Object AttributeMaximum Length:150The attribute that holds source object Id value. -
SourceObjectCode: string
Title:
Source ObjectMaximum Length:30The language independent code for an object name.
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 : campaigns-CampaignAccounts-item-response
Type:
Show Source
object-
AccountCountry: string
Title:
CountryRead Only:trueThe country of the account. -
AccountId: integer
(int64)
Title:
Campaign Account Party IDThe unique identifier of the account associated with the campaign account. -
AccountIndustryClassCode: string
Title:
Primary IndustryRead Only:trueThe primary industry class code for the account. -
AccountName: string
Title:
NameRead Only:trueMaximum Length:360The name of the account party associated with the campaign account. -
AccountPartyNumber: string
Title:
Registry IDRead Only:trueMaximum Length:30The unique alternate identifier of the account associated with the campaign account. -
AccountState: string
Title:
StateRead Only:trueMaximum Length:60The state of the account. -
AccountTotalEmployees: number
Title:
Company SizeRead Only:trueThe total number of employees for the account. -
CampaignAccountId: integer
(int64)
Title:
Campaign Account IDThe unique identifier of the campaign account. -
CampaignAccountNumber: string
Title:
Campaign Account NumberMaximum Length:30The alternate key identifier of the campaign account. -
CampaignId: integer
(int64)
Title:
Campaign IdentifierThe unique identifier of the campaign. -
CampaignNumber: string
Title:
Campaign NumberMaximum Length:30The unique identifier of the campaign to which the campaign account belongs to. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the campaign accounts. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the campaign account was created. -
ErrorDescription: string
Title:
Error DescriptionMaximum Length:2000This contains the error message generated during lead generation of this account. -
LastUpdateDate: string
(date-time)
Title:
Last UpdatedRead Only:trueThe date when the campaign account was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the campaign account. -
LeadId: integer
(int64)
Title:
Lead IDThe unique identifier of the lead associated with the campaign account. -
LeadName: string
Title:
Lead NameRead Only:trueMaximum Length:250The name of the lead associated with the campaign account. -
LeadNumber: string
Title:
Lead NumberMaximum Length:30The unique alternate identifier of the lead associated with the campaign account. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
QueryCriteriaType: string
Title:
Query Criteria TypeMaximum Length:10Default Value:MANUALThis indicates whether the account is added by query builder or manually.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : campaigns-CampaignProducts-item-response
Type:
Show Source
object-
CampaignId: integer
(int64)
Title:
Campaign IDThe unique identifier of the campaign. -
CampaignNumber: string
Title:
Campaign NumberMaximum Length:30The unique identifier of the campaign to which the campaign product belongs to. -
CampaignProductId: integer
(int64)
Title:
Campaign Product IDThe unique identifier of the campaign product. -
CampaignProductNumber: string
Title:
Campaign Product NumberMaximum Length:30The alternate key identifier of the campaign product. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the campaign products. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the campaign product was created. -
InventoryItemId: integer
(int64)
Title:
Campaign Inventory Item IDThe unique inventory item identifier associated with the campaign product. -
InventoryOrgId: integer
(int64)
Title:
Campaign Inventory Org IDThe unique inventory organization identifier associated with this campaign product. -
ItemName: string
Title:
Item DescriptionRead Only:trueMaximum Length:240The product description where the product is associated with the campaign. -
ItemNumber: string
Title:
Item NumberRead Only:trueMaximum Length:300The alternate key for referenced inventory item. -
LastUpdateDate: string
(date-time)
Title:
Last UpdatedRead Only:trueThe date when the campaign product was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the campaign product. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProductGroupId: integer
(int64)
Title:
Campaign Product Group IDThe unique identifier of the product group. -
ProductGroupName: string
Title:
DisplayRead Only:trueMaximum Length:250The description of the product group where the product group is associated with the campaign. -
ProductGroupNumber: string
Title:
Reference NumberMaximum Length:50The alternate key for referenced product group. -
ProductType: string
Title:
Product TypeThe type of the product, such as item or product group.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : campaigns-CampaignRollup-item-response
Type:
Show Source
object-
CampaignId: integer
(int64)
Title:
Campaign IdentifierRead Only:trueThe unique identifier of the campaign. -
CorpCurrencyCode: string
Title:
Corporate Currency CodeRead Only:trueMaximum Length:15The corporate currency code for campaign rollups. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the row was created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the row was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NumberOfContacts: number
Title:
Total ContactsRead Only:trueNumber of contacts associated with the campaign. -
NumberOfConvertedLeads: number
Title:
Total Converted LeadsRead Only:trueThe total number of converted leads associated with the campaign. -
NumberOfEmailActivities: number
Title:
Total Email ActivitiesRead Only:trueNumber of email activities associated with the campaign. -
NumberOfEmailClickThroughActivities: number
Title:
Total Email Click-Through ActivitiesRead Only:trueNumber of email click-through activities associated with the campaign. -
NumberOfEmailOpenActivities: number
Title:
Total Email Open ActivitiesRead Only:trueNumber of email open activities associated with the campaign. -
NumberOfEmailSendActivities: number
Title:
Total Email Send ActivitiesRead Only:trueNumber of email send activities associated with the campaign. -
NumberOfEngagedContacts: number
Title:
Total Contacts EngagedRead Only:trueNumber of engaged contacts associated with the campaign. -
NumberOfFormSubmitActivities: number
Title:
Total Form Submit ActivitiesRead Only:trueNumber of form submission activities associated with the campaign. -
NumberOfLeads: number
Title:
Total LeadsRead Only:trueThe total number of leads associated with the campaign. -
NumberOfLostOpportunities: number
Title:
Total Lost OpportunitiesRead Only:trueTotal number of Lost opportunities associated with the campaign. -
NumberOfNoSaleOpportunities: number
Title:
Total No Sale OpportunitiesRead Only:trueTotal number of No Sale opportunities associated with the campaign. -
NumberOfOpenHotLeads: number
Title:
Total Hot Open LeadsRead Only:trueThe total number of unqualified or qualified leads ranked as hot that are associated with the campaign. -
NumberOfOpenLeads: number
Title:
Total Open LeadsRead Only:trueThe total number of unqualified or qualified open leads associated with the campaign. -
NumberOfOpenOpportunities: number
Title:
Total Open OpportunitiesRead Only:trueThe total number of open opportunities associated with the campaign. -
NumberOfOpportunities: number
Title:
Total OpportunitiesRead Only:trueThe total number of opportunities associated with the campaign. -
NumberOfRetiredLeads: number
Title:
Total Retired LeadsRead Only:trueTotal number of retired leads for the campaign -
NumberOfWebVisitActivities: number
Title:
Total Web Visit ActivitiesRead Only:trueNumber of web visit activities associated with the campaign. -
NumberOfWonOpportunities: number
Title:
Total Won OpportunitiesRead Only:trueThe total won opportunities associated with the campaign. -
SumOfAllOpportunitiesRevenue: number
Title:
Total Revenue from OpportunitiesRead Only:trueThe total revenue of opportunities associated with the campaign. -
SumOfConvertedOpportunitiesRevenue: number
Title:
Total Revenue from Converted OpportunitiesRead Only:trueTotal revenue of the Converted opportunities associated with the campaign. -
SumOfOpenLeadAmount: number
Title:
Total Revenue from Open LeadsRead Only:trueThe total amount of the unqualified and qualified leads associated with the campaign. -
SumOfOpenOpportunitiesRevenue: number
Title:
Total Revenue from Open OpportunitiesRead Only:trueThe total revenue of the open opportunities associated with the campaign. -
SumOfWonOpportunitiesRevenue: number
Title:
Total Revenue from Won OpportunitiesRead Only:trueThe total revenue of the won opportunities associated with the campaign.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : campaigns-CampaignTeam-item-response
Type:
Show Source
object-
AccessLevelCode: string
Title:
Campaign Team Member Access Level CodeMaximum Length:30Default Value:300The code indicating the access level of a team member. -
ApproverFlag: boolean
Title:
Is ApproverMaximum Length:1Default Value:falseIndicates whether the team member is approver of the campaign. -
CampaignId: integer
(int64)
Title:
Campaign IDThe unique identifier of the campaign. -
CampaignNumber: string
Title:
Campaign NumberMaximum Length:30The unique identifier of the campaign to which the campaign resource belongs to. -
CampaignTeamId: integer
(int64)
Title:
Campaign Team Member IDThe unique identifier of the campaign resource. -
CampaignTeamNumber: string
Title:
Campaign Team Member NumberMaximum Length:30The alternate key identifier of the campaign resource. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the campaign resource. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the campaign resource was created. -
EmailAddress: string
Title:
Primary EmailRead Only:trueMaximum Length:320The e-mail address associated with the campaign team resource. -
FormattedPhoneNumber: string
Title:
Primary PhoneRead Only:trueThe formatted phone number of the campaign resource. -
LastUpdateDate: string
(date-time)
Title:
Last UpdatedRead Only:trueThe date when the campaign resource was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the campaign resource. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MemberFunctionCode: string
Title:
Campaign Team Member Function CodeMaximum Length:30The role of lead contact in the context of this campaign. -
OwnerFlag: boolean
Title:
OwnerIndicates whether this resource is a primary resource for this campaign. -
ResourceId: integer
(int64)
Title:
Campaign Team Member Party IDThe unique identifier associated with this sales campaign resource. -
ResourceName: string
Title:
NameRead Only:trueMaximum Length:360The name of the party associated with the campaign resource. -
ResourcePartyNumber: string
Title:
Registry IDRead Only:trueMaximum Length:30The alternate key identifier associated with this campaign resource. -
RoleName: string
Title:
Role NameRead Only:trueMaximum Length:60The name of the role of the campaign resource associated with the sales lead.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : campaigns-MktCampaignMembers-item-response
Type:
Show Source
object-
Active: string
Title:
Is ActiveMaximum Length:1Default Value:YIndicates whether the campaign member is active or not. -
CampaignCampaignName: string
Title:
NameRead Only:trueMaximum Length:100The name of the campaign to which the campaign member belongs to. -
CampaignCampaignNumber: string
Title:
Campaign NumberMaximum Length:30The unique identifier of the campaign to which the campaign member belongs to. -
CampaignEndDate: string
(date-time)
Title:
End DateRead Only:trueThe date when marketing integration campaign ends. -
CampaignId: integer
(int64)
Title:
Campaign IdentifierThe unique identifier of the campaign member. -
CampaignMemberId: integer
(int64)
Title:
Campaign Member IDThe unique identifier of the campaign. -
CampaignMemberNumber: string
Title:
Campaign Member NumberMaximum Length:30The alternate key identifier of the campaign member. -
CampaignStartDate: string
(date-time)
Title:
Start DateRead Only:trueThe date when marketing integration campaign starts. -
CampaignStatus: string
Title:
StatusRead Only:trueMaximum Length:30Default Value:ORA_DRAFTThe status of marketing integration campaign. -
CampaignType: string
Title:
TypeRead Only:trueMaximum Length:30The type of marketing integration campaign. -
ContactEmail: string
Title:
Contact EmailRead Only:trueMaximum Length:320The email address of the contact associated with the campaign member. -
ContactId: integer
(int64)
Title:
Contact IDThe unique identifier of the party associated with the campaign member. -
ContactPartyName: string
Title:
Contact NameRead Only:trueMaximum Length:360The name of the contact party associated with the campaign member. -
ContactPartyNumber: string
Title:
Contact NumberMaximum Length:30The unique alternate identifier of the contact associated with the campaign member. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the campaign member. -
CreatedByModule: string
Title:
Created by ModuleMaximum Length:60Default Value:ORA_WSThe module through which the campaign member can be created. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the campaign member was created. -
CurrencyCode: string
Title:
CurrencyMaximum Length:15The code indicating the currency associated with the campaign member, such as USD or GBP. -
DeleteFlag: boolean
Title:
Can Be DeletedRead Only:trueIndicates whether the campaign member can be deleted by the logged in user. -
EmailAddress: string
Title:
EmailMaximum Length:320The email address of the campaign member. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the campaign member was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the campaign member. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the campaign member. -
LeadAccountName: string
Title:
Lead AccountRead Only:trueMaximum Length:360The account name of the lead associated with the campaign member. -
LeadEmail: string
Title:
Lead EmailRead Only:trueMaximum Length:320The email address of the lead associated with the campaign member. -
LeadId: integer
(int64)
Title:
Lead IDThe unique identifier of the lead associated with the campaign member. -
LeadLeadName: string
Title:
Lead NameRead Only:trueMaximum Length:250The name of the lead associated with the campaign member. -
LeadLeadNumber: string
Title:
Lead NumberMaximum Length:30The unique alternate identifier of the lead associated with the campaign member. -
LeadOwnerName: string
Title:
Lead OwnerRead Only:trueMaximum Length:360The owner name of the lead associated with the campaign member. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MemberResponseDate: string
(date-time)
Title:
Response DateThe date when the response is received for the campaign member. -
MemberStatus: string
Title:
Member StatusMaximum Length:30Default Value:ORA_SENTThe status of the campaign member. -
MemberStatusLookupMeaning: string
Title:
Member StatusRead Only:trueMaximum Length:80The display label for the status of the campaign member. -
SourceSystemCampMemberId: string
Title:
Source System Campaign Member IDMaximum Length:100The unique identifier of the campaign member in the source system. -
UpdateFlag: boolean
Title:
Can Be UpdatedRead Only:trueIndicates whether the campaign member can be updated by the logged in user.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : campaigns-SalesContents-item-response
Type:
Show Source
object-
CanDelete: string
Read Only:
trueDefault Value:YIndicates whether user can delete the content item or not. -
CanUpdate: string
Read Only:
trueDefault Value:YIndicates whether user can update the content item or not. -
ContentItemId: string
Title:
Content IDMaximum Length:64The internal content item identifier from the source system. -
ContentItemName: string
Title:
Content NameMaximum Length:4000The name of the sales content item. -
ContentItemType: string
Read Only:
trueIndicates the type of content, for example pdf, png, and so on. -
ContentSourceSystem: string
Maximum Length:
50Default Value:OCEIndicates from where the content item is sourced. -
DeletedInSourceFlag: boolean
Title:
Content Deleted in SourceMaximum Length:1Default Value:falseIndicates whether referred sales content item is deleted in source system. -
DisplaySequence: integer
(int32)
Title:
Display SequenceIndicates the sequence in which the sales content should appear in a page. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ParentObjectId: integer
(int64)
Title:
Parent Object IDThe unique identifier of the object associated to the sales content row. -
ParentObjectType: string
Maximum Length:
128The parent object type associated to the sales content row, for example Account, Contact, Lead, and so on. -
PublicContentItemId: string
Title:
Public Content IDMaximum Length:64The public content item identifier from the source system. -
PublicContentItemName: string
Title:
Public Content NameMaximum Length:4000The name of the public sales content item. -
PublicCustomerName: string
Title:
Customer NameMaximum Length:4000The name of the customer for which the public content was published. -
PublicPublishedDate: string
(date-time)
Title:
Publish DateThe date on which the public content item was published. -
PublicStoryLink: string
Title:
Public URLMaximum Length:4000The link of the public content item. -
SalesContentId: integer
(int64)
Title:
Sales Content IDRead Only:trueThe unique identifier of the sales content.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : campaigns-smartActions-item-response
Type:
Show Source
object-
ActionIntent: string
(byte)
Title:
Action IntentJSON object that describes what an action does and what context data can be passed to the action. -
ConfirmationMessage: string
Title:
Confirmation MessageMaximum Length:4000A message to seek confirmation for the action being performed. -
ContentType: string
Title:
Content TypeMaximum Length:50The content type to use when invoking the REST endpoint. -
DisplayLabel: string
Title:
Action NameMaximum Length:256The consumer friendly Action Name. -
Entity: string
Title:
Parent EntityMaximum Length:150The REST Resources the Action belongs to. -
Href: string
Title:
REST EndpointMaximum Length:1024The REST endpoint to perform the Action. -
IncludedInApplication: string
Title:
Included in ApplicationMaximum Length:512The list of applications that this action can be used in. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MassActionFlag: boolean
Title:
Mass ActionMaximum Length:1Indicates whether the action can be mass produced. -
Method: string
Title:
HTTP MethodMaximum Length:15The HTTP method of the smart action REST operation. -
ObjectFunctionName: string
Title:
Object FunctionMaximum Length:64The object function associated with the smart action. -
PageType: string
Title:
Page TypeMaximum Length:256The list of pages that this action can be used in. -
SmartSuggestFlag: boolean
Title:
Smart SuggestMaximum Length:1Indicates whether smart suggest is enabled for the action. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Indicates whether the action is seeded or custom. -
UpdateOfAttributes: string
Title:
Attributes to UpdateMaximum Length:512The attributes to be updated when the Actions UI is launched. -
UserActionId: integer
(int64)
Title:
User Action IDThe unique system assigned identifier of the smart action definition. -
UserActionName: string
Title:
Action NameMaximum Length:256Uniquely identifies the Action with name. For internal use. - UserActionNavigation: array Smart Action User Interface Definitions
-
UserActionRank: integer
(int64)
Title:
PriorityThe number to indicate priority of the action. -
UserActionRequestPayload: array
Smart Action REST Payload Definitions
Title:
Smart Action REST Payload DefinitionsThe payload definitions resource is used to view the REST request payload name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
UserActionURLBinding: array
Smart Action REST Path Parameter Definitions
Title:
Smart Action REST Path Parameter DefinitionsThe path parameter definitions resource is used to view the REST request path parameter name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Smart Action REST Payload Definitions
Type:
arrayTitle:
Smart Action REST Payload DefinitionsThe payload definitions resource is used to view the REST request payload name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
Show Source
Nested Schema : Smart Action REST Path Parameter Definitions
Type:
arrayTitle:
Smart Action REST Path Parameter DefinitionsThe path parameter definitions resource is used to view the REST request path parameter name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
Show Source
Nested Schema : campaigns-smartActions-UserActionRequestPayload-item-response
Type:
Show Source
object-
Binding: string
Title:
Payload Value Binding TypeMaximum Length:64The classification of the value property of a name-value pair. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. A value of STATIC indicates the value to be assigned is a simple string. A null value indicates that the value type is JSON_ARRAY_STRING. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MandatoryFlag: boolean
Title:
MandatoryMaximum Length:1Indicates whether a REST payload body parameter value is mandatory. If True, runtime validation ensures that the value is defined. -
RequestPayloadId: integer
(int64)
The unique system assigned identifier of a smart action REST payload body parameter name-value pair definition.
-
RequestPayloadName: string
Title:
Request Payload Attribute NameMaximum Length:256The value assigned to the name property of a name-value pair. -
SmartSuggestPath: string
Title:
Smart Suggest PathMaximum Length:2048The path used for smart suggest. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
Value: string
Title:
Request Payload Attribute ValueMaximum Length:1000The value assigned to the value property of a name-value pair. -
ValueStruct: string
Title:
Payload Value StructureMaximum Length:20A value of JSON_ARRAY_STRING indicates that the value property of a name-value pair represents an array of data rather than a single entity such as an object attribute name or simple text string. The array string is a definition of the name-value pair and the Binding and Mandatory properties. The array string follows specific pattern, for example [{"name":"leadId","Value":"LeadId","MandatoryFlag":true,"Binding":"RUNTIME"}]. A null value indicates the value property represents a simple, single entity such as an object attribute name or simple text string.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : campaigns-smartActions-UserActionURLBinding-item-response
Type:
Show Source
object-
Binding: string
Title:
URL Binding TypeMaximum Length:64The classification of the value property of a name-value pair. The binding value of a UserActionURLBinding instance must be RUNTIME. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
URLBindingId: integer
(int64)
The unique system assigned identifier of a smart action REST path parameter name-value pair definition.
-
URLBindingName: string
Title:
URL Binding Parameter NameMaximum Length:256The value assigned to the name property of a name-value pair. -
Value: string
Title:
URL Binding Parameter ValueMaximum Length:1000The value assigned to the value property of a name-value pair.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Examples
The following example shows how to get all campaigns by submitting a get request on the REST resource using cURL.
cURL Command
curl -u <username:password> \ -X
https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/campaigns
Example of Response Body
The following shows an example of the response body in JSON format.
{
"items": [
{
"ActualCost": 1235234.23,
"BudgetedCost": 1235239.23,
"CampaignId": 300100182466483,
"CampaignName": "BIQA_ELQ_CAMPAIGN8",
"CampaignNumber": "CDRM_8",
"CampaignType": "ORA_NURTURE",
"CreatedBy": "SALES_ADMIN",
"CreatedByModule": "ORA_WS",
"CreationDate": "2019-09-06T08:41:34+00:00",
"CurrencyCode": "USD",
"Description": "BIQA_ELQ_CAMPAIGN6",
"EndDate": "2030-12-31T00:00:00+00:00",
"LastUpdateDate": "2019-09-06T08:41:34.113+00:00",
"LastUpdateLogin": "910A1D8F02E39F6FE053A15AF00A6378",
"LastUpdatedBy": "SALES_ADMIN",
"OwnerId": 100010025532672,
"ParentCampaignId": null,
"ProductDescription": null,
"RegionCode": null,
"SourceSystemCampaignId": null,
"StartDate": "2019-09-06T00:00:00+00:00",
"Status": "ORA_ACTIVE",
"OwnerPartyName": "Gabrielle Lee",
"UpdateFlag": true,
"DeleteFlag": true,
"StatusLookupMeaning": "Active",
"CampaignTypeMeaning": "Nurture",
"OwnerPartyNumber": "100010025532672",
"ParentCampaignName": null,
"ParentCampaignNumber": null,
"CampaignCreationDate": "2019-09-06T08:41:34+00:00",
"CampaignCreatedBy": "SALES_ADMIN",
"CampaignLastUpdateDate": "2019-09-06T08:41:34.113+00:00",
"CampaignLastUpdatedBy": "SALES_ADMIN",
"CampaignOrigin": "MKT_CAMPAIGN",
"NumberOfAssociatedAccounts": null,
"NumberOfLeadsErrored": null,
"NumberOfLeadsGenerated": null,
"SalesTargetCampaignStage": null,
"SourceSystemEmailId": null,
"SourceSystemLandingPageId": null,
"SourceSystemSegmentId": null,
"SourceSystemSharedListId": null,
"SalesTargetLeadsCreationDate": null,
"SalesTargetCampaignEloquaSyncDate": null,
"SalesTargetCampaignDaysToVerify": null,
"CampaignCategory": "ORA_MARKETING",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/campaigns/CDRM_8",
"name": "campaigns",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/campaigns/CDRM_8",
"name": "campaigns",
"kind": "item"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/campaigns/CDRM_8/lov/OwnerPickerVA",
"name": "OwnerPickerVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/campaigns/CDRM_8/lov/CampaignCategoryVA",
"name": "CampaignCategoryVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/campaigns/CDRM_8/lov/CampaignTypeVA",
"name": "CampaignTypeVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/campaigns/CDRM_8/lov/CurrencyCodeVA",
"name": "CurrencyCodeVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/campaigns/CDRM_8/lov/CampaignOriginVA",
"name": "CampaignOriginVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/campaigns/CDRM_8/lov/CreatedByModuleVA",
"name": "CreatedByModuleVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/campaigns/CDRM_8/lov/CampaignStageVA",
"name": "CampaignStageVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/campaigns/CDRM_8/lov/StatusVA",
"name": "StatusVA",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/campaigns/CDRM_8/child/CampaignAccountAttributionCriteria",
"name": "CampaignAccountAttributionCriteria",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/campaigns/CDRM_8/child/CampaignAccounts",
"name": "CampaignAccounts",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/campaigns/CDRM_8/child/CampaignProducts",
"name": "CampaignProducts",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/campaigns/CDRM_8/child/CampaignTeam",
"name": "CampaignTeam",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/campaigns/CDRM_8/child/MktCampaignMembers",
"name": "MktCampaignMembers",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/campaigns/CDRM_8/child/SalesContents",
"name": "SalesContents",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/campaigns/CDRM_8/child/smartActions",
"name": "smartActions",
"kind": "collection"
}
]
},
....
],
"count": 25,
"hasMore": true,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/campaigns",
"name": "campaigns",
"kind": "collection"
}
]
}