Get all activities
get
/crmRestApi/resources/11.13.18.05/serviceRequests/{SrNumber}/child/activities
Request
Path Parameters
-
SrNumber(required): string
The unique number that is used to identify a service request. You can configure the service request number to a format that is best suitable to your organizational requirements. For example, service request may have the formats service request0000012345, service request_000_12345, 12345_00_service request, and so on depending on your requirements.
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:- ActivitesByContactId: Finds activities where a specified contact is defined.
Finder Variables:- ContactIDAttr; integer; The contact ID related to the activities.
- ActivityNumberRowFinder: Finds an activity with the specified activity number.
Finder Variables:- ActivityNumber; string; The alternate key identifier of an activity.
- AppointmentsWithNoMyCallReport: Finds appointments not having an associated call report.
Finder Variables:- DateRange; integer.
- EndDtRFAttr; string.
- StartDtRFAttr; string.
- CompletedActivities: Finds activities in a completed status.
Finder Variables:- Bind_CurrentDate; string; Finds the date used to locate completed activities.
- Bind_RecurSeriesType_BV; string; The recurring type code of an appointment
- Bind_TaskActFuncCd_BV; string; The activities with a function code of task.
- Bind_TaskStatus_BV; string; The status of the tasks.
- ForRollup: Finds the interactions associated with the rollups.
Finder Variables:- AttributeName; string.
- RollupId; string.
- SourceObject; string.
- SourceObjectId; integer.
- GetActivitiesByActivityNumber: Finds activities with the specified activity number.
Finder Variables:- ActivityNumber; string; Finds the activity number use to locate the activity.
- GetListOfCallReports: Finds call reports.
Finder Variables:- AccountIdAttr; integer; Finds the account ID related to the call reports.
- EndDtRFAttr; string; Finds the end date of the call report.
- LeadIdAttr; string; Finds the lead ID related to the call reports.
- OpportunityIdAttr; string; Finds the opportunity ID related to the call reports.
- StartDtRFAttr; string; Finds the start date of the call report.
- GetListOfCallReportsForPastAppt: Finds call reports related to a past appointment.
Finder Variables:- ParentActivityIdAttr; string; The parent activity ID related to the call reports.
- MyActivitiesAsResource: Finds activities where a specified user is a resource.
Finder Variables:- Bind_RecurSeriesType_BV; string; The recurring type code of an appointment
- Bind_UserResourceId; integer; Finds the resource ID of the user.
- MyAppointmentsInDateRange: Finds appointments within a data range.
Finder Variables:- EndDtRFAttr; string; Finds the appointment end date.
- StartDtRFAttr; string; Finds the appointment start date.
- MyCallReportsInDateRange: Finds call reports within a date range.
Finder Variables:- AccountIdAttr; integer; The account ID related to the call reports.
- EndDtRFAttr; string; The end date of the call reports.
- LeadIdAttr; string; The lead ID related to the call reports.
- OpportunityIdAttr; string; The opportunity ID related to the call reports.
- StartDtRFAttr; string; The start date of the call report.
- MyOpenActivities: Finds all open activities owned by a specified user.
Finder Variables:- Bind_Subject; string; The subject of the activity.
- MyOpenTasks: Finds tasks in an open status.
Finder Variables:- Bind_LoggedInUserId_BV; integer; The ID of the user who is logged into the application.
- Bind_TaskActFuncCd_BV; string; The activities with a function code of task.
- Bind_TaskStatus_BV; string; The status of the task.
- Bind_TaskStatus_Cancel_BV; string; The tasks with a cancelled status.
- MyTasks: Finds tasks owned by a specified user.
Finder Variables:- Bind_LoggedInUserId_BV; integer; Finds the ID of the user who is logged into the application.
- Bind_TaskActFuncCd_BV; string; The activities with a function code of task.
- OpenActivities: Finds all open activities.
Finder Variables:- Bind_CurrentDate; string; Finds the date used to locate current activities.
- Bind_RecurSeriesType_BV; string; The recurring type code of an appointment
- Bind_TaskActFuncCd_BV; string; The activities with a function code of task.
- Bind_TaskStatus_BV; string; The status of the tasks.
- Bind_TaskStatus_Cancel_BV; string; The tasks with a cancelled status.
- OpenTasksByHighPriority: Finds tasks with a priority value of high.
Finder Variables:- Bind_LoggedInUserId_BV; integer; The ID of the user who is logged into the application.
- Bind_TaskActFuncCd_BV; string; The activities with a function code of task.
- Bind_TaskPriority_BV; string; The priority of the task.
- Bind_TaskStatus_BV; string; The status of the task.
- Bind_TaskStatus_Cancel_BV; string; The tasks with a cancelled status.
- OverdueTasks: Finds tasks with a due date in the past.
Finder Variables:- Bind_CurrentDate; string; The date used to locate current activities.
- Bind_CurrentUPTZDate; string; The date used to locate the Tasks whose due date is before the current date.
- Bind_LoggedInUserId_BV; integer; The ID of the user who is logged into the application.
- Bind_TaskActFuncCd_BV; string; The activities with a function code of task.
- Bind_TaskStatus_BV; string; The status of the tasks.
- Bind_TaskStatus_Cancel_BV; string; The tasks with a cancelled status.
- PrimaryKey: Finds the activity with the specified primary key identifier.
Finder Variables:- ActivityId; integer; The unique identifier of the activity.
- ActivitesByContactId: Finds activities where a specified contact is defined.
-
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:- AccountId; integer; The unique identifier of the activity account, for example customer, organization, person, or partner.
- AccountIdAttr; integer; The unique identifier of the account. This attribute is for internal use.
- AccountNumber; string; The public unique identifier of account associated with the activity.
- ActivityCreatedBy; string; The user who created the activity.
- ActivityCreationDate; string; The date when the record was created.
- ActivityDescription; string; A text area for capturing information about the activity.
- ActivityEndDate; string; The date and time of when an appointment ends. The time when a task is completed.
- ActivityFilter; string; The attribute is used to add additional activity filter. This attribute is for internal use.
- ActivityFunctionCode; string; The code indicating the function of the activity.
- ActivityId; integer; The unique identifier of the activity.
- ActivityMtgMinutes; string; The minutes of an activity meeting.
- ActivityNumber; string; The unique number of the activity. The number can also be generated from an external source.
- ActivityPartialDescription; string; A column that stores the first 4000 characters of activity description.
- ActivityStartDate; string; The date and time when an appointment or a task begins. The default value for an appointment is null. The default value for a task is the date and time of when a task is created.
- ActivitySubtypeCode; string; The code indicating the activity subtype that is dependent on the activity type.
- ActivityTypeCode; string; The code indicating the type or category of the activity.
- ActivityUpdateDate; string; The date when the record was last updated.
- AllDayFlag; boolean; Indicates whether the appointment is for the entire day. If the value is True, the appointment is for the entire day. The default value is False.
- AppointmentStatus; string; The status of the appointment.
- ArticleVersionId; string; The unique identifier of the article version.
- AssessmentId; integer; The unique identifier of the assessment that is associated to the activity or the activity template.
- AssetId; integer; The unique identifier of an asset.
- AssetName; string; The name of the asset associated with an activity.
- AssetNumber; string; The alternate key identifier of the activity.
- AssetSerialNumber; string; The serial number of the associated asset.
- AutoLogSource; string; The name of the source for the activity.
- BpId; integer; The unique identifier of the business plan.
- BuOrgId; integer; The identifier for the business unit. This attribute is obsolete.
- BusinessPlanName; string; The name of the business plan associated with the activity.
- BusinessPlanNumber; string; The public unique identifier of business plan associated with the activity.
- CalendarRecurType; string; The activity recurrence type.
- CalendarTimeType; string; The calender time type of the activity.
- CallReportCount; integer; A count of the number of call reports.
- CallReportUpcomingYN; string; Indicates the status of the call report for upcoming appointments.
- CallReportYN; string; Indicates whether the activity is associated with a call report.
- CampaignId; integer; The unique identifier of the related campaign.
- CampaignName; string; The name of the campaign associated with the activity.
- CampaignNumber; string; The public unique identifier of the campaign associated with the activity.
- CaseId; integer; The unique identifier of the case.
- CaseNumber; string; The case number associated with the activity.
- CaseTitle; string; The case title associated with the activity.
- CheckedInBy; string; The person who checked into a location.
- CheckedOutBy; string; The person who checks out of a location.
- CheckinDate; string; The date and time when a user checks in to a location.
- CheckinLatitude; number; The latitude when a user checks in to a location.
- CheckinLongitude; number; The longitude when a user checks in to a location.
- CheckoutDate; string; The date and time when a user checks out of a location.
- CheckoutLatitude; number; The latitude when a user checks out of a location.
- CheckoutLongitude; number; The longitude when a user checks out of a location.
- ClaimId; integer; The unique identifier of the claim.
- ClaimName; string; The name of the claim associated with the activity.
- ClaimNumber; string; The public unique identifier of the claim associated with the activity.
- ConflictId; integer; The value used to guarantee the uniqueness of the row when duplicates are created in different databases (i.e. mobile databases or the server). This attribute is obsolete.
- ContactIDAttr; integer; The unique identifier of the contact. This attribute is for internal use.
- ContactNumber; string; The public unique identifier of primary contact associated with the activity.
- CreatedBy; string; The user who created the activity.
- CreationDate; string; The date when the activity was created.
- CurrentDateForCallReport; string; The current date for the Call Report.
- CurrentDateForCallReportAttr; string; The current date of the call report. This attribute is for internal use.
- CurrentSystemDtTransient; string; The current system date of the activity.
- CustomerAccountId; integer; The unique identifier of the customer account related to the activity.
- DealId; integer; The unique identifier of the related deal.
- DealNumber; string; The alternate key identifier of the deal associated to the activity. The number can also be generated from an external source.
- DelegatorId; integer; The unique identifier of the user who delegated the activity to another activity resource.
- DelegatorName; string; The name of the user who delegated the activity to another activity resource.
- DeleteFlag; boolean; Indicates if the activity has been deleted.
- DirectionCode; string; The code indicating the direction of an activity. The options are inbound/outbound, optional. The default value is null.
- DismissAssignee; string; Indicates whether the assignee is dismissed. Valid values are Y and N.
- DismissFlag; boolean; Indicates if the calls that were logged for a past appointment are dismissed.
- DueDate; string; The date when task activity is due to be completed.
- EmailSentDate; string; The date and time when the activity e-mail notifications are shared through Outlook.
- EndDateForCallReport; string; The date when the call report ends.
- EndDateForCallReportAttr; string; The end date of the call report. This attribute is for internal use.
- EndDtRFAttr; string; The date when the activity ends. This attribute is for internal use.
- ExternalContactEmail; string; The e-mail address of an external contact.
- ExternalContactName; string; The name of an external contact.
- ExternallyOwnedFlag; boolean; Indicates whether the activity is created by an external resource.
- FundRequestId; integer; The unique identifier of the fund request.
- FundRequestName; string; The name of the fund request associated with the activity.
- FundRequestNumber; string; The public unique identifier of the fund request associated with the activity.
- IbAssetId; integer; The unique identifier of the installed base asset associated with the activity.
- IbAssetNumber; string; The number of the installed base asset associated with the activity.
- LastUpdateDate; string; The date and time when the activity was last updated.
- LastUpdatedBy; string; The user who last updated the activity.
- LeadId; integer; The unique identifier of the related lead.
- LeadIdAttr; integer; The unique identifier of the lead. This attribute is for internal use.
- LeadName; string; The name of the activity lead.
- LeadNumber; string; The public unique identifier of the lead associated with the activity.
- Location; string; The location of the appointment.
- LocationId; integer; The unique identifier of the account or contact location.
- LoginUserRFAttr; integer; The login of the user of the activity. This attribute is for internal use.
- ObjectiveId; integer; The unique identifier of the objective.
- OpportunityId; integer; The unique identifier of the related opportunity.
- OpportunityIdAttr; integer; The unique identifier of the opportunity. This attribute is for internal use.
- OpportunityName; string; The name of the opportunity associated with the activity.
- OpportunityNumber; string; The public unique identifier of the opportunity associated with the activity.
- OrchestrationId; integer; The unique identifier to identify the orchestration process.
- OrchestrationStepId; integer; The unique identifier to identify the orchestration step.
- OsnActivityId; integer; The unique identifier of the activity.
- OtherPartyPhoneNumber; string; The inbound phone number that is used to make a call. Identifies the phone number dialed for outbound calls.
- OutcomeCode; string; The code indicating the outcome of the activity.
- OutlookAutoSyncFlag; boolean; Indicates whether an appointment was generated by the synchronization process from Microsoft 365.
- OutlookFlag; boolean; Indicates whether the activity is created in Outlook. If the value is Y, then the activity is created in Outlook and synchronized.
- OutlookGlobalId; string; The unique identifier of an appointment created from Microsoft 365.
- OutlookIdentifier; string; The unique identifier for the activity in Outlook.
- OwnerId; integer; The unique identifier of the activity owner.
- OwnerName; string; The name of the owner of the activity.
- ParentActivityId; integer; The unique identifier of the related activity ID, only applicable if the record is a follow up activity.
- ParentActivityIdAttr; string; The unique identifier of the parent activity. This attribute is for internal use.
- PartialMtgMinutes; string; A column that stores a truncated string of the meeting minutes.
- PartnerEnrollmentId; integer; The unique identifier of the related program enrollment.
- PartnerPartyId; integer; The unique identifier of the party associated with the partner account.
- PartnerPartyName; string; The name of the party associated with the partner account.
- PartnerPartyNumber; string; The public unique identifier of partner associated with the activity.
- PartnerProgramId; integer; The unique identifier of the related partner program.
- PartnerProgramNumber; string; The public unique identifier of partner program associated with the activity.
- PercentageComplete; number; The amount of activity completed in percentage. This is a free form numeric value ranging from 0 to 100.
- PrimaryContactEmailAddress; string; The e-mail address of the primary contact for the activity.
- PrimaryContactId; integer; The unique identifier of the activity contact.
- PrimaryContactName; string; The name of the primary contact of the activity.
- PriorityCode; string; The code indicating the priority of the activity. The default value is 2. The possible values are, 1, 2, or 3.
- PrivateFlag; boolean; Indicates whether the activity is private.
- RecordSet; string; The set of records to display in activity search.
- RecurEndDate; string; The date when a recurring activity ends.
- RecurExceptionFlag; boolean; Indicates if the appointment instance is updated outside the recurring appointment series.
- RecurRecType; string; The type of recurrence of an Activity, for example "I" for instance, "S" for series, or "N" for non-recurring. For Internal Use Only. Do not populate it if Activity is of type Task.
- RecurSeriesId; integer; The unique identifier for the series that links instances of a series together.
- RecurUpdatedAttributes; string; The updated field references for recurring appointment exception records.
- ReferenceCustomerId; integer; The unique identifier of the referenced customer who is associated with the activity.
- ResourceNumber; string; The public unique identifier of the activity owner.
- ResponseCode; string; Indicates whether a reminder is required.
- SalesObjectiveName; string; The name of the sales objective associated with the activity.
- SalesObjectiveNumber; string; The public unique identifier of sales objective associated with the activity.
- SelectedFlag; boolean; The records selected for Mass Update (Internal Usage).
- ShowStatus; string; The show status of the the activity such as open, complete, or all activities.
- SmartActionContext; string; Stores metadata needed for smart action.
- SmartActionId; integer; The smart action Identifier. Foreign key from zca_user_action.
- SortDate; string; The date used to sort the activities. The sort date can be the appointment start date, the task due date, or the task complete date.
- SrId; integer; The unique identifier of the service request.
- SrNumber; string; The alternate key identifier of the service request.
- StartDateForCallReport; string; The date when the call report starts.
- StartDateForCallReportAttr; string; The start date of the call report. This attribute is for internal use.
- StartDtRFAttr; string; The date when the activity starts. This attribute is for internal use.
- StatusCode; string; The status of the activity. The default value is Not Started.
- Subject; string; The title of the activity.
- SubmittedByName; string; The name of the user who submitted the Call Report.
- SubmittedDate; string; The date and time when the Call Report was submitted.
- TemplateFlag; string; Indicates whether this is a template activity.
- TemplateId; integer; Ithe identifier of the template associated with the activity.
- UpdateFlag; boolean; Indicates if the activity has been updated.
- UpgSourceObjectId; string; The primary key value of the record in the source table that is upgraded.
- UpgSourceObjectType; string; The source object type of the activity such as Appointment, Task, or Interaction. It indicates the source of the upgraded record.
- WebConferenceId; string; The unique identifier of the web conference.
- WebConferenceURL; string; The web conference join URL.
- WebconfSyncStatusFlag; boolean; The appointment interaction status.
-
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 : serviceRequests-activities
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 : serviceRequests-activities-item-response
Type:
Show Source
object-
AccountAddress: string
Title:
Account AddressRead Only:trueThe address of the related account. -
AccountId: integer
(int64)
Title:
Account IDThe unique identifier of the activity account, for example customer, organization, person, or partner. -
AccountIdAttr: integer
The unique identifier of the account. This attribute is for internal use.
-
AccountName: string
Title:
AccountThe name of the account associated with the activity. -
AccountNameOsn: string
Title:
Social Account NameThe account name displayed in Oracle Social Network. -
AccountNumber: string
Title:
Account NumberRead Only:trueMaximum Length:30The public unique identifier of account associated with the activity. -
AccountPhoneNumber: string
Title:
Account Phone NumberRead Only:trueThe phone number of the related account. -
AccountStatus: string
Read Only:
trueMaximum Length:1The status of the associated account. -
AccountType: string
Read Only:
trueMaximum Length:30The party type of the associated account. -
ActivityCreatedBy: string
Title:
Activity Created ByRead Only:trueMaximum Length:64The user who created the activity. -
ActivityCreationDate: string
(date-time)
Title:
Activity Creation DateRead Only:trueThe date when the record was created. -
ActivityDescription: string
(byte)
Title:
DescriptionA text area for capturing information about the activity. -
ActivityDirection: string
Read Only:
trueThe direction of the interaction. -
ActivityEndDate: string
(date-time)
Title:
End DateThe date and time of when an appointment ends. The time when a task is completed. -
ActivityFilter: string
Read Only:
trueThe attribute is used to add additional activity filter. This attribute is for internal use. -
ActivityFunctionCode: string
Title:
ActivityMaximum Length:30The code indicating the function of the activity. -
ActivityFunctionCodeTrans: string
Title:
ActivityMaximum Length:255The activity function code. -
ActivityId: integer
(int64)
Title:
Activity IDThe unique identifier of the activity. -
ActivityLastUpdateLogin: string
Title:
Activity Last Update LoginRead Only:trueMaximum Length:32The login details of the user who last updated the record. -
ActivityMtgMinutes: string
(byte)
Title:
Meeting MinutesThe minutes of an activity meeting. -
ActivityNumber: string
Title:
Activity NumberMaximum Length:64The unique number of the activity. The number can also be generated from an external source. -
ActivityOutcome: string
Read Only:
trueThe outcome of the activity. -
ActivityPartialDescription: string
Title:
Short DescriptionMaximum Length:4000A column that stores the first 4000 characters of activity description. -
ActivityPriority: string
Title:
PriorityThe priority of the activity (Internal Usage). -
ActivityStartDate: string
(date-time)
Title:
Start DateThe date and time when an appointment or a task begins. The default value for an appointment is null. The default value for a task is the date and time of when a task is created. -
ActivityStatus: string
Title:
StatusRead Only:trueThe status of the activity. -
ActivitySubtypeCode: string
Title:
SubtypeMaximum Length:30The code indicating the activity subtype that is dependent on the activity type. -
ActivityTimezone: string
The time zone that the activity needs to be created in, other than the default logged user's time zone preference.
-
ActivityType: string
Title:
Activity TypeThe type of activity. -
ActivityTypeCode: string
Title:
TypeMaximum Length:30The code indicating the type or category of the activity. -
ActivityUpdateDate: string
(date-time)
Title:
Activity Updated DateRead Only:trueThe date when the record was last updated. -
ActivityUpdatedBy: string
Title:
Activity Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
ActivityUserLastUpdateDate: string
(date-time)
Title:
Activity User Last Updated DateRead Only:trueThe date when the record was last updated by the activity user. -
AllDayFlag: boolean
Title:
All DayMaximum Length:1Default Value:falseIndicates whether the appointment is for the entire day. If the value is True, the appointment is for the entire day. The default value is False. -
AppointmentStatus: string
Title:
Appointment StatusMaximum Length:30The status of the appointment. -
ApptEndTime: string
(date-time)
Title:
End TimeThe time when the activity ends. -
ApptStartTime: string
(date-time)
Title:
Start TimeThe time when the activity starts. -
ArticleVersionId: string
Title:
Article Version IDMaximum Length:64The unique identifier of the article version. -
AssessmentId: integer
(int64)
Title:
Assessment IDThe unique identifier of the assessment that is associated to the activity or the activity template. -
AssetId: integer
(int64)
Title:
Asset IDThe unique identifier of an asset. -
AssetName: string
Title:
AssetThe name of the asset associated with an activity. -
AssetNumber: string
Title:
Asset NumberThe alternate key identifier of the activity. -
AssetSerialNumber: string
Title:
Asset Serial NumberRead Only:trueMaximum Length:100The serial number of the associated asset. -
AttachmentEntityName: string
Maximum Length:
255Default Value:ZMM_ACTY_ACTIVITIESThe attachment of the entity name. -
AutoLogSource: string
Title:
Source SystemMaximum Length:30The name of the source for the activity. -
BpId: integer
(int64)
Title:
Business Plan IDThe unique identifier of the business plan. -
BuOrgId: integer
(int64)
Title:
Business UnitThe identifier for the business unit. This attribute is obsolete. -
BusinessPlanName: string
Title:
Business PlanThe name of the business plan associated with the activity. -
BusinessPlanNumber: string
Title:
Business Plan NumberThe public unique identifier of business plan associated with the activity. -
CalendarAccess: boolean
Indicates who has access to the calender.
-
CalendarRecurType: string
The activity recurrence type.
-
CalendarSubject: string
The subject of the activity.
-
CalendarSubjectDay: string
The title of the calender.
-
CalendarTimeType: string
The calender time type of the activity.
-
CallReportCount: integer
(int32)
Title:
Call Report CountDefault Value:0A count of the number of call reports. -
CallReportUpcomingYN: string
Indicates the status of the call report for upcoming appointments.
-
CallReportYN: string
Indicates whether the activity is associated with a call report.
-
CampaignId: integer
(int64)
Title:
Campaign IDThe unique identifier of the related campaign. -
CampaignName: string
Title:
CampaignThe name of the campaign associated with the activity. -
CampaignNumber: string
Title:
Campaign NumberThe public unique identifier of the campaign associated with the activity. -
CaseId: integer
(int64)
Title:
Case IDThe unique identifier of the case. -
CaseNumber: string
Title:
Case NumberThe case number associated with the activity. -
CaseTitle: string
Title:
TitleRead Only:trueMaximum Length:400The case title associated with the activity. -
CheckedInBy: string
Title:
Checked-In ByMaximum Length:64The person who checked into a location. -
CheckedOutBy: string
Title:
Checked-Out ByMaximum Length:64The person who checks out of a location. -
CheckinDate: string
(date-time)
Title:
Check-In TimeThe date and time when a user checks in to a location. -
CheckinLatitude: number
Title:
Check-In LatitudeThe latitude when a user checks in to a location. -
CheckinLongitude: number
Title:
Check-In LongitudeThe longitude when a user checks in to a location. -
CheckoutDate: string
(date-time)
Title:
Check-Out TimeThe date and time when a user checks out of a location. -
CheckoutLatitude: number
Title:
Check-Out LatitudeThe latitude when a user checks out of a location. -
CheckoutLongitude: number
Title:
Check-Out LongitudeThe longitude when a user checks out of a location. -
ClaimId: integer
(int64)
Title:
Claim IDThe unique identifier of the claim. -
ClaimName: string
Title:
MDF ClaimThe name of the claim associated with the activity. -
ClaimNumber: string
Title:
Claim NumberThe public unique identifier of the claim associated with the activity. -
ConflictId: integer
(int64)
Default Value:
0The value used to guarantee the uniqueness of the row when duplicates are created in different databases (i.e. mobile databases or the server). This attribute is obsolete. -
ContactIDAttr: integer
The unique identifier of the contact. This attribute is for internal use.
-
ContactNumber: string
Title:
Contact NumberRead Only:trueMaximum Length:30The public unique identifier of primary contact associated with the activity. -
CorpCurrencyCode: string
Title:
Corporate CurrencyMaximum Length:15The corporate currency code associated with the activity. This attribute is used by CRM Extensibility framework. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the activity. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the activity was created. -
CurcyConvRateType: string
Title:
Currency Conversion RateMaximum Length:30The currency conversion rate type associated with the activity. This attribute is used by CRM Extensibility framework. A list of accepted values is defined in the lookup ZCA_COMMON_RATE_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
CurrencyCode: string
Title:
CurrencyMaximum Length:15The currency code. This attribute is used by CRM Extensibility framework. A list of valid values are defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task. -
CurrentDateForCallReport: string
(date-time)
The current date for the Call Report.
-
CurrentDateForCallReportAttr: string
(date-time)
The current date of the call report. This attribute is for internal use.
-
CurrentSystemDtTransient: string
(date)
Read Only:
trueThe current system date of the activity. -
CustomerAccountId: integer
(int64)
Title:
Customer Account IDThe unique identifier of the customer account related to the activity. -
DealId: integer
(int64)
Title:
Deal IDThe unique identifier of the related deal. -
DealNumber: string
Title:
Deal RegistrationThe alternate key identifier of the deal associated to the activity. The number can also be generated from an external source. -
DelegatorId: integer
(int64)
Title:
Delegator IDThe unique identifier of the user who delegated the activity to another activity resource. -
DelegatorName: string
Title:
Delegated ByThe name of the user who delegated the activity to another activity resource. -
DeleteFlag: boolean
Read Only:
trueIndicates if the activity has been deleted. -
DerivedAccountId: integer
The unique identifier of the account.
-
DirectionCode: string
Title:
DirectionMaximum Length:30The code indicating the direction of an activity. The options are inbound/outbound, optional. The default value is null. -
DismissAssignee: string
Title:
DismissedIndicates whether the assignee is dismissed. Valid values are Y and N. -
DismissFlag: boolean
Title:
DismissedMaximum Length:1Indicates if the calls that were logged for a past appointment are dismissed. -
DoNotCallFlag: boolean
Read Only:
trueIndicates whether the primary contact can be called. The default value is false. -
DueDate: string
(date)
Title:
Due DateThe date when task activity is due to be completed. -
Duration: number
Title:
DurationThe duration of an appointment or task. -
DynamicClaimLOVSwitcher: string
Read Only:
trueThe attribute is used to Claim LOV. This attribute is for internal use. -
EmailSentDate: string
(date-time)
The date and time when the activity e-mail notifications are shared through Outlook.
-
EndDateForCallReport: string
(date-time)
The date when the call report ends.
-
EndDateForCallReportAttr: string
(date-time)
The end date of the call report. This attribute is for internal use.
-
EndDtRFAttr: string
(date-time)
The date when the activity ends. This attribute is for internal use.
-
ExternalContactEmail: string
Title:
Primary EmailMaximum Length:320The e-mail address of an external contact. -
ExternalContactName: string
Title:
External Contact NameMaximum Length:360The name of an external contact. -
ExternallyOwnedFlag: boolean
Title:
Externally OwnedMaximum Length:1Default Value:falseIndicates whether the activity is created by an external resource. -
FundRequestId: integer
(int64)
Title:
Fund Request IDThe unique identifier of the fund request. -
FundRequestName: string
Title:
MDF RequestThe name of the fund request associated with the activity. -
FundRequestNumber: string
Title:
Fund Request NumberThe public unique identifier of the fund request associated with the activity. -
IbAssetId: integer
(int64)
Title:
IB Asset IDThe unique identifier of the installed base asset associated with the activity. -
IbAssetNumber: string
Title:
Installed Base AssetThe number of the installed base asset associated with the activity. -
IbAssetSerialNumber: string
Title:
Installed Base Asset Serial NumberRead Only:trueMaximum Length:80The serial number of the installed base asset associated with the activity. -
InstNumDerivedFrom: string
Default Value:
YThe attribute identifies the recurrence mode. This attribute is for internal use. -
IsClientService: string
Default Value:
YThis is obsolete and was for internal usage. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the activity was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the activity. -
LastUpdateLogin: string
Title:
Last Updated LoginRead Only:trueMaximum Length:32The unique identifier of the user who last logged in to the application. -
LeadId: integer
(int64)
Title:
Lead IDThe unique identifier of the related lead. -
LeadIdAttr: integer
The unique identifier of the lead. This attribute is for internal use.
-
LeadName: string
Title:
LeadThe name of the activity lead. -
LeadNameOsn: string
Title:
Social Lead NameThe lead name displayed in Oracle Social Network. -
LeadNumber: string
Title:
Lead NumberThe public unique identifier of the lead associated with the activity. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Location: string
Title:
LocationMaximum Length:200The location of the appointment. -
LocationId: integer
(int64)
Title:
Location IDThe unique identifier of the account or contact location. -
LoginUserRFAttr: integer
The login of the user of the activity. This attribute is for internal use.
-
MdfRequestId: integer
The unique identifier of the fund request.
-
MobileActivityCode: string
Title:
Mobile Activity CodeMaximum Length:50The code indicating whether an external mobile was used for an activity. -
NotesLinkSourceCodeTransient: string
Read Only:
trueThe note source object. -
ObjectiveId: integer
(int64)
Title:
Objective IDThe unique identifier of the objective. -
OpportunityId: integer
(int64)
Title:
Opportunity IDThe unique identifier of the related opportunity. -
OpportunityIdAttr: integer
The unique identifier of the opportunity. This attribute is for internal use.
-
OpportunityName: string
Title:
OpportunityThe name of the opportunity associated with the activity. -
OpportunityNameOsn: string
Title:
Social Opportunity NameThe opportunity name displayed in Oracle Social Network. -
OpportunityNumber: string
Title:
Opportunity NumberThe public unique identifier of the opportunity associated with the activity. -
OrchestrationId: integer
(int64)
Title:
Orchestration IDThe unique identifier to identify the orchestration process. -
OrchestrationStepId: integer
(int64)
Title:
Orchestration Step IDThe unique identifier to identify the orchestration step. -
OrigEntityCode: string
Maximum Length:
30Default Value:ACTIVITYThe column to store the source of activity record during upgrade. -
OrigEntityNumber: string
Maximum Length:
64The column to store the original user key of the object being upgraded to activity. -
OsnActivityId: integer
(int64)
The unique identifier of the activity.
-
OtherPartyPhoneNumber: string
Title:
Other Party Phone NumberMaximum Length:40The inbound phone number that is used to make a call. Identifies the phone number dialed for outbound calls. -
OutcomeCode: string
Title:
OutcomeMaximum Length:30The code indicating the outcome of the activity. -
OutlookAutoSyncFlag: boolean
Title:
Microsoft Auto-SynchronizationMaximum Length:1Indicates whether an appointment was generated by the synchronization process from Microsoft 365. -
OutlookFlag: boolean
Title:
OutlookMaximum Length:1Default Value:falseIndicates whether the activity is created in Outlook. If the value is Y, then the activity is created in Outlook and synchronized. -
OutlookGlobalId: string
Title:
Outlook Global IDMaximum Length:1024The unique identifier of an appointment created from Microsoft 365. -
OutlookIdentifier: string
Title:
Outlook IdentifierMaximum Length:1024The unique identifier for the activity in Outlook. -
OwnerAddress: string
Title:
Activity Owner AddressRead Only:trueThe address of the activity owner. -
OwnerEmailAddress: string
Title:
Activity Owner EmailRead Only:trueMaximum Length:320The e-mail address of the activity owner. -
OwnerId: integer
(int64)
Title:
Owner IDThe unique identifier of the activity owner. -
OwnerName: string
Title:
OwnerMaximum Length:360The name of the owner of the activity. -
OwnerNameOsn: string
Title:
Social Owner NameThe owner name displayed in Oracle Social Network. -
OwnerPhoneNumber: string
Title:
Activity Owner Phone NumberRead Only:trueThe phone number of the activity owner. -
ParentActivityId: integer
(int64)
Title:
Parent IDThe unique identifier of the related activity ID, only applicable if the record is a follow up activity. -
ParentActivityIdAttr: string
The unique identifier of the parent activity. This attribute is for internal use.
-
PartialMtgMinutes: string
Title:
Short Meeting MinutesMaximum Length:4000A column that stores a truncated string of the meeting minutes. -
PartnerEnrollmentId: integer
(int64)
Title:
Enrollment IDThe unique identifier of the related program enrollment. -
PartnerEnrollmentNumber: string
Title:
Enrollment NumberThe surrogate key for partner enrollment. -
PartnerPartyId: integer
(int64)
Title:
Partner Party IDThe unique identifier of the party associated with the partner account. -
PartnerPartyName: string
Title:
PartnerMaximum Length:80The name of the party associated with the partner account. -
PartnerPartyNumber: string
Title:
Partner NumberThe public unique identifier of partner associated with the activity. -
PartnerProgramId: integer
(int64)
Title:
Partner Program IDThe unique identifier of the related partner program. -
PartnerProgramName: string
Title:
ProgramThe name of the partner program associated with the activity. -
PartnerProgramNumber: string
Title:
Program NumberThe public unique identifier of partner program associated with the activity. -
PartnerUsageFlag: boolean
Title:
Partner UsageMaximum Length:1Default Value:falseIndicates whether the activity is created for an organization account with usage as Partner. -
PercentageComplete: number
Title:
Percentage CompleteDefault Value:0The amount of activity completed in percentage. This is a free form numeric value ranging from 0 to 100. -
PrimaryContactEmailAddress: string
Title:
Primary EmailRead Only:trueMaximum Length:320The e-mail address of the primary contact for the activity. -
PrimaryContactId: integer
(int64)
Title:
Primary Contact IDThe unique identifier of the activity contact. -
PrimaryContactName: string
Title:
Primary ContactThe name of the primary contact of the activity. -
PrimaryContactNameOsn: string
Title:
Social Primary Contact NameThe primary contact name displayed in Oracle Social Network. -
PrimaryFormattedAddress: string
Title:
Primary Contact AddressRead Only:trueThe formatted address information of the activity primary contact. -
PrimaryFormattedPhoneNumber: string
Title:
PhoneRead Only:trueThe phone number of the primary contact. -
PriorityCode: string
Title:
PriorityMaximum Length:30The code indicating the priority of the activity. The default value is 2. The possible values are, 1, 2, or 3. -
PrivateFlag: boolean
Title:
PrivateMaximum Length:1Indicates whether the activity is private. -
RecordSet: string
Title:
Record SetMaximum Length:255The set of records to display in activity search. -
RecurDay: integer
(int64)
Title:
DayThe recurrence of an appointment on a specific day of the month. -
RecurEndDate: string
(date-time)
Title:
EndsThe date when a recurring activity ends. -
RecurEveryOptionFlag: boolean
Title:
Recurrence OptionMaximum Length:1Indicates the frequency of recurrence of an activity. If the recurrence is everyday of the week, it is set to Y if it is weekdays only, it is set to N. The recurring options are every day, week, month, year, and so on. -
RecurExceptionFlag: boolean
Title:
Recurrence ExceptionMaximum Length:1Indicates if the appointment instance is updated outside the recurring appointment series. -
RecurFrequency: number
Title:
RepeatThe frequency with which the recurring appointment series repeats. -
RecurFriFlag: boolean
Title:
FridayMaximum Length:1Indicates if an appointment recurs every Friday. -
RecurMonFlag: boolean
Title:
MondayMaximum Length:1Indicates if an appointment recurs every Monday. -
RecurMonth: string
Title:
MonthMaximum Length:30The recurrence of an appointment in a specified month. -
RecurNumberOfInstances: number
Title:
Number of InstancesThe specific number of occurrences for the series, after which the recurring series ends. -
RecurOrigInstDate: string
(date-time)
Title:
Original Instance DateThe original date of a recurring appointment instance. -
RecurPattern: string
Title:
PatternMaximum Length:30The recurring appointment for a specific week, for example, First, Second, Third, Fourth, Last. The recurrence can be monthly or yearly. -
RecurRecType: string
Title:
Recurrence Record TypeMaximum Length:1Default Value:NThe type of recurrence of an Activity, for example "I" for instance, "S" for series, or "N" for non-recurring. For Internal Use Only. Do not populate it if Activity is of type Task. -
RecurSatFlag: boolean
Title:
SaturdayMaximum Length:1Indicates if the activity recurs on Saturday. -
RecurSeriesId: integer
(int64)
Title:
Recurrence Series IDThe unique identifier for the series that links instances of a series together. -
RecurSunFlag: boolean
Title:
SundayMaximum Length:1Indicates if the activity recurs on Sunday. -
RecurThuFlag: boolean
Title:
ThursdayMaximum Length:1Indicates if the activity recurs on Thursday. -
RecurTueFlag: boolean
Title:
TuesdayMaximum Length:1Indicates if the activity recurs on Tuesday. -
RecurTypeCode: string
Title:
Recurrence TypeMaximum Length:30The code indicating how often an appointment recurs, for example Daily, Weekly, Monthly, or Yearly. -
RecurUpdatedAttributes: string
Title:
Recurrence Updated AttributesMaximum Length:4000The updated field references for recurring appointment exception records. -
RecurWedFlag: boolean
Title:
WednesdayMaximum Length:1Indicates if the activity recurs on Wednesday. -
RecurWeekday: string
Title:
Pattern TypeMaximum Length:30The type of recurrence of an activity, for example Monday to Sunday, Weekday, Weekend, or a specific Day. -
ReferenceCustomerActTypeCode: string
Title:
Reference Customer Activity TypeMaximum Length:30The activity that refers to the activity of a customer. To be used for adjustment only. -
ReferenceCustomerId: integer
(int64)
Title:
Reference CustomerThe unique identifier of the referenced customer who is associated with the activity. -
ReminderPeriod: string
Title:
Set ReminderIndicates when the reminder should be sent. -
ResourceNumber: string
Title:
Resource NumberRead Only:trueMaximum Length:30The public unique identifier of the activity owner. -
ResponseCode: string
Title:
ResponseIndicates whether a reminder is required. -
SalesObjectiveName: string
Title:
Sales ObjectiveThe name of the sales objective associated with the activity. -
SalesObjectiveNumber: string
Title:
Sales Objective NumberThe public unique identifier of sales objective associated with the activity. -
SearchDate: string
(date-time)
The date filter used in Search (Internal Usage).
-
SelectedFlag: boolean
Default Value:
falseThe records selected for Mass Update (Internal Usage). -
ShowStatus: string
Title:
ShowMaximum Length:255The show status of the the activity such as open, complete, or all activities. -
ShowTimeAs: string
Title:
Show Time AsThe choice of display of time on your calendar for an activity. -
SmartActionContext: string
Title:
Smart Action ContextMaximum Length:4000Stores metadata needed for smart action. -
SmartActionId: integer
(int64)
Title:
Smart Action IDThe smart action Identifier. Foreign key from zca_user_action. -
SortDate: string
(date-time)
Title:
DateThe date used to sort the activities. The sort date can be the appointment start date, the task due date, or the task complete date. -
SourceObjectCode: string
The code indicating the source object associated with the activity.
-
SourceObjectId: integer
The unique identifier of the object associated with the activity.
-
SrId: integer
(int64)
Title:
Service Request IDThe unique identifier of the service request. -
SrNumber: string
Title:
Service RequestThe alternate key identifier of the service request. -
StartDateForCallReport: string
(date-time)
The date when the call report starts.
-
StartDateForCallReportAttr: string
(date-time)
The start date of the call report. This attribute is for internal use.
-
StartDtRFAttr: string
(date-time)
The date when the activity starts. This attribute is for internal use.
-
StatusCode: string
Title:
StatusMaximum Length:30The status of the activity. The default value is Not Started. -
Subject: string
Title:
SubjectMaximum Length:500The title of the activity. -
SubmittedBy: integer
(int64)
Title:
Submitted ByThe user who submitted the Call Report. -
SubmittedByName: string
Title:
Submitted ByMaximum Length:255The name of the user who submitted the Call Report. -
SubmittedDate: string
(date-time)
Title:
Submitted DateThe date and time when the Call Report was submitted. -
SwitchCallId: string
Title:
Switch Call IDMaximum Length:128The unique identifier of the call, on the external phone system. -
TaskReminderPeriod: string
Title:
Due Date ReminderThe reminder period for a task due date, such as one day before the task due date. -
TemplateDuration: number
Title:
Template DurationThe duration in number of days, for the template activity. This attribute is used with the start date when generating an activity from a template in order to calculate the due date. -
TemplateFlag: string
Title:
TemplateMaximum Length:1Default Value:NIndicates whether this is a template activity. -
TemplateId: integer
(int64)
Title:
Template IDIthe identifier of the template associated with the activity. -
TemplateLeadTime: number
Title:
Lead TimeThe lead time that is calculated from the activity start date, for the template activity. -
UpdateFlag: boolean
Read Only:
trueIndicates if the activity has been updated. -
UpgSourceObjectId: string
Read Only:
trueMaximum Length:64The primary key value of the record in the source table that is upgraded. -
UpgSourceObjectType: string
Read Only:
trueMaximum Length:30The source object type of the activity such as Appointment, Task, or Interaction. It indicates the source of the upgraded record. -
WebConferenceDetails: string
(byte)
Title:
Web Conference DetailsThe web conference details. -
WebConferenceId: string
Title:
Web Conference IDMaximum Length:255The unique identifier of the web conference. -
WebConferenceURL: string
Title:
Web Conference URLMaximum Length:2000The web conference join URL. -
WebconfSyncStatusFlag: boolean
Title:
Web Conference SynchronizationMaximum Length:1The appointment interaction status.
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.
Links
- createActivitiesFromTemplate
-
Parameters:
- SrNumber:
$request.path.SrNumber
This method lets you create activities from a template. - SrNumber:
- createMultipleActivitiesFromTemplate
-
Parameters:
- SrNumber:
$request.path.SrNumber
This method lets you create multiple activities from a template. - SrNumber:
- generateActivitySummary
-
Parameters:
- SrNumber:
$request.path.SrNumber
Generate Activity Summary - SrNumber:
- sendNotificationToResources
-
Parameters:
- SrNumber:
$request.path.SrNumber
This method lets you send notification to resources along with the details of the interaction. - SrNumber:
- updateActivityWrapup
-
Parameters:
- SrNumber:
$request.path.SrNumber
This method is used when an interaction or wrap up is created for an activity. It updates the value of this attribute. - SrNumber:
Examples
Use GET with the following URI syntax to get all the service request activities:
Example of Request URI
The following shows an example of the request URL.
https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities
Example of Request Header
The following shows an example of the request header.
GET crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities HTTP/1.1 HOST: servername.fa.us2.oraclecloud.com authorization: Basic U0FMRVNfQURNSU46V2VsY29tZTE= content-type: application/vnd.oracle.adf.resourceitem+json
Example of Response Header
The following shows an example of the response header.
HTTP/1.1 200 OK Date: Fri, 16 June 2017 09:47:10 GMT Server: Oracle-HTTP-Server-11g Content-Type: application/vnd.oracle.adf.resourceitem+json Content-Language: en
Example of Response Body
The following shows an example of the response body in JSON format.
Content type:
{
"items": [
{
"ActivityId": 300100111445072,
"ActivityNumber": "CDRM_67154",
"AccountId": null,
"ActivityCreatedBy": "SALES_ADMIN",
"ActivityCreationDate": "2017-06-16T08:51:55+00:00",
"ActivityPartialDescription": null,
"ActivityFunctionCode": "APPOINTMENT",
"StatusCode": null,
"ActivityEndDate": "2014-05-26T07:00:00+00:00",
"RecordSet": null,
"ShowStatus": null,
"Subject": "ATAP_REST_TASK_TEST004_Appt1",
"ActivityFunctionCodeTrans": null,
"ActivityLastUpdateLogin": "52103F96F57F64BAE05356C0F20A1CFB",
"ActivityStartDate": "2014-05-26T06:00:00+00:00",
"ActivityTypeCode": "MEETING",
"ActivityUpdateDate": "2017-06-16T08:52:00.618+00:00",
"ActivityUpdatedBy": "SALES_ADMIN",
"ActivityUserLastUpdateDate": null,
"AllDayFlag": null,
"AssessmentId": null,
"AutoLogSource": null,
"BuOrgId": null,
"CampaignId": null,
"ConflictId": 0,
"CreatedBy": "SALES_ADMIN",
"CreationDate": "2017-06-16T08:51:55+00:00",
"CustomerAccountId": null,
"DirectionCode": null,
"DueDate": null,
"Duration": 60,
"LastUpdateDate": "2017-06-16T08:52:00.618+00:00",
"LastUpdateLogin": "52103F96F57F64BAE05356C0F20A1CFB",
"LastUpdatedBy": "SALES_ADMIN",
"LeadId": null,
"Location": null,
"MobileActivityCode": null,
"OpportunityId": null,
"OtherPartyPhoneNumber": null,
"OutcomeCode": null,
"OutlookFlag": false,
"OutlookIdentifier": null,
"ExternalContactEmail": null,
"ExternalContactName": null,
"ExternallyOwnedFlag": false,
"OwnerId": 100010025532672,
"ParentActivityId": null,
"PartnerUsageFlag": false,
"PercentageComplete": 0,
"PrimaryContactId": null,
"PriorityCode": null,
"RecurDay": null,
"RecurEndDate": null,
"RecurEveryOptionFlag": null,
"RecurExceptionFlag": null,
"RecurFrequency": null,
"RecurFriFlag": null,
"RecurMonFlag": null,
"RecurMonth": null,
"RecurNumberOfInstances": null,
"RecurOrigInstDate": null,
"RecurPattern": null,
"RecurRecType": "N",
"RecurSatFlag": null,
"RecurSeriesId": null,
"RecurSunFlag": null,
"RecurThuFlag": null,
"RecurTueFlag": null,
"RecurTypeCode": null,
"RecurUpdatedAttributes": null,
"RecurWedFlag": null,
"RecurWeekday": null,
"ReferenceCustomerActTypeCode": null,
"ReferenceCustomerId": null,
"SortDate": "2014-05-26T06:00:00+00:00",
"SwitchCallId": null,
"TemplateDuration": null,
"TemplateFlag": "N",
"TemplateId": null,
"TemplateLeadTime": null,
"NotesLinkSourceCodeTransient": "ACTIVITY",
"AttachmentEntityName": "ZMM_ACTY_ACTIVITIES",
"AccountName": null,
"OwnerName": "Gabrielle Lee",
"PrimaryContactName": null,
"LeadName": null,
"OpportunityName": null,
"CampaignName": null,
"CurcyConvRateType": "Corporate",
"CurrencyCode": "USD",
"CorpCurrencyCode": "USD",
"PartnerProgramId": null,
"ActivityType": "Meeting",
"CurrentSystemDtTransient": "2017-06-16",
"ActivityPriority": null,
"ApptEndTime": null,
"ApptStartTime": null,
"AccountAddress": null,
"AccountPhoneNumber": null,
"CalendarSubject": "ATAP_REST_TASK_TEST004_Appt1",
"CalendarRecurType": "SINGLE",
"CalendarTimeType": "TIME",
"ActivityStatus": null,
"OsnActivityId": 300100111445072,
"AccountType": null,
"PartnerEnrollmentId": null,
"PartnerProgramName": null,
"PartnerEnrollmentNumber": null,
"AccountLovSwitcher": "LOV_AccountName",
"SourceObjectCode": null,
"SourceObjectId": null,
"ShowTimeAs": "BUSY",
"ResponseCode": "ACCEPT",
"ReminderPeriod": "-1",
"PrimaryContactLovSwitcher": "LOV_PrimaryContactName",
"AccountNameOsn": null,
"LeadNameOsn": null,
"OpportunityNameOsn": null,
"PrimaryContactNameOsn": null,
"OwnerNameOsn": "Gabrielle Lee",
"DynamicLeadLOVSwitcher": "LOV_LeadName",
"DynamicOptyLOVSwitcher": "LOV_OpportunityName",
"DynamicCampaignLOVSwitcher": "LOV_CampaignName",
"InstNumDerivedFrom": null,
"UpgSourceObjectId": null,
"UpgSourceObjectType": null,
"IsClientService": null,
"OrigEntityCode": "ACTIVITY",
"OrigEntityNumber": "CDRM_67154",
"SearchDate": null,
"RecordSetLOVSwitcher": "LOV_RecordSetNoAllNoDelegation",
"StartDtRFAttr": null,
"EndDtRFAttr": null,
"LoginUserRFAttr": 100010025532672,
"PrivateFlag": null,
"CallReportYN": "N",
"AccountIdAttr": null,
"OpportunityIdAttr": null,
"LeadIdAttr": null,
"PrimaryContactEmailAddress": null,
"PrimaryFormattedPhoneNumber": null,
"ParentActivityIdAttr": null,
"CallReportCount": 0,
"StartDateForCallReport": null,
"EndDateForCallReport": null,
"StartDateForCallReportAttr": null,
"EndDateForCallReportAttr": null,
"CallReportUpcomingYN": "N",
"CurrentDateForCallReport": null,
"CurrentDateForCallReportAttr": null,
"PartialMtgMinutes": null,
"DealId": null,
"DynamicDealLOVSwitcher": "LOV_DealNumber",
"DealNumber": null,
"ContactIDAttr": null,
"CalendarSubjectDay": "ATAP_REST_TASK_TEST004_Appt1",
"DelegatorId": null,
"DelegatorName": null,
"AccountStatus": null,
"SubmittedBy": null,
"SubmittedDate": null,
"SubmittedByName": null,
"SrId": 300100111042520,
"SrNumber": "SR0000007050",
"DynamicServiceRequestLOVSwitcher": "LOV_SrNumber",
"DismissFlag": null,
"ActivityFilter": null,
"BpId": null,
"FundRequestId": null,
"ObjectiveId": null,
"ClaimId": null,
"SalesObjectiveName": null,
"DynamicObjLOVSwitcher": "LOV_SalesObjectiveName",
"BusinessPlanName": null,
"DynamicBpLOVSwitcher": "LOV_BusinessPlanName",
"DynamicMdfLOVSwitcher": null,
"ClaimName": null,
"DynamicClaimLOVSwitcher": null,
"FundRequestName": null,
"MdfRequestId": null,
"CalendarAccess": "true",
"ActivityTimezone": null,
"UpdateFlag": true,
"DeleteFlag": true,
"DerivedAccountId": null,
"SelectedFlag": null,
"LocationId": null,
"OwnerPhoneNumber": "+1 (650) 506-6601",
"OwnerAddress": "100 Palmer Ave,Unit 1,BELMONT, CA 94002",
"OwnerEmailAddress": "sendmail-test-discard@oracle.com",
"ActivityOutcome": null,
"ActivityDirection": null,
"EmailSentDate": null,
"PrimaryFormattedAddress": null,
"DoNotCallFlag": null,
"CheckinDate": null,
"CheckinLatitude": null,
"CheckinLongitude": null,
"CheckoutDate": null,
"CheckoutLatitude": null,
"CheckoutLongitude": null,
"AssetName": null,
"AssetId": null,
"CheckedInBy": null,
"CheckedOutBy": null,
"AssetNumber": null,
"AssetSerialNumber": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072",
"name": "activities",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072",
"name": "activities",
"kind": "item"
},
{
"rel": "parent",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050",
"name": "serviceRequests",
"kind": "item"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/RecurDayListVA",
"name": "RecurDayListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/ClaimPVO2",
"name": "ClaimPVO2",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/ClaimPVO1",
"name": "ClaimPVO1",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/OpportunityPVO",
"name": "OpportunityPVO",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/SalesObjectiveVA",
"name": "SalesObjectiveVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/RecurTypeCodeListVA",
"name": "RecurTypeCodeListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/ResponseCodeVA",
"name": "ResponseCodeVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/OwnerListVA",
"name": "OwnerListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/AssetListVA",
"name": "AssetListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/FundRequestPVO1",
"name": "FundRequestPVO1",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/ShowTimeAsVA",
"name": "ShowTimeAsVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/ActivityFunctionCodeListVA",
"name": "ActivityFunctionCodeListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/RecurPatternListVA",
"name": "RecurPatternListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/DealVA",
"name": "DealVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/CampaignVA",
"name": "CampaignVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/ServiceRequestVA",
"name": "ServiceRequestVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/YesNoLookup1",
"name": "YesNoLookup1",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/PartnerEnrolledProgramsListVA",
"name": "PartnerEnrolledProgramsListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/YesNoLookup",
"name": "YesNoLookup",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/ShowStatusVA",
"name": "ShowStatusVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/StatusCodeListVA",
"name": "StatusCodeListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/YesNoAllDayLookup",
"name": "YesNoAllDayLookup",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/PrimaryContactListVA",
"name": "PrimaryContactListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/RecurMonthListVA",
"name": "RecurMonthListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/BusinessPlanVA",
"name": "BusinessPlanVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/DirectionCodeListVA",
"name": "DirectionCodeListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/ActivityTypeCodeListVA",
"name": "ActivityTypeCodeListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/AccountListVA",
"name": "AccountListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/ExternallyOwnedLookupVA",
"name": "ExternallyOwnedLookupVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/ReminderPeriodVA",
"name": "ReminderPeriodVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/LeadListVA",
"name": "LeadListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/ActivityFunctionCodeExtendedVA",
"name": "ActivityFunctionCodeExtendedVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/RecordSetAllRecordsFilterVA",
"name": "RecordSetAllRecordsFilterVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/RatedCurrenciesVA",
"name": "RatedCurrenciesVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/PartnerProgramsListVA",
"name": "PartnerProgramsListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/PriorityCodeListVA",
"name": "PriorityCodeListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/OutcomeCodeListVA",
"name": "OutcomeCodeListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/lov/RecurWeekDayListVA",
"name": "RecurWeekDayListVA",
"kind": "collection"
},
{
"rel": "enclosure",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/enclosure/ActivityDescription",
"name": "ActivityDescription",
"kind": "other"
},
{
"rel": "enclosure",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445072/enclosure/ActivityMtgMinutes",
"name": "ActivityMtgMinutes",
"kind": "other"
}
],
},
{
"ActivityId": 300100111445077,
"ActivityNumber": "CDRM_67155",
"AccountId": null,
"ActivityCreatedBy": "SALES_ADMIN",
"ActivityCreationDate": "2017-06-16T08:52:54+00:00",
"ActivityPartialDescription": null,
"ActivityFunctionCode": "APPOINTMENT",
"StatusCode": null,
"ActivityEndDate": "2017-06-16T07:00:00+00:00",
"RecordSet": null,
"ShowStatus": null,
"Subject": "ATAP_REST_TASK_TEST004_Appt2",
"ActivityFunctionCodeTrans": null,
"ActivityLastUpdateLogin": "52103F96F57F64BAE05356C0F20A1CFB",
"ActivityStartDate": "2017-06-16T06:00:00+00:00",
"ActivityTypeCode": "MEETING",
"ActivityUpdateDate": "2017-06-16T08:52:54.671+00:00",
"ActivityUpdatedBy": "SALES_ADMIN",
"ActivityUserLastUpdateDate": null,
"AllDayFlag": null,
"AssessmentId": null,
"AutoLogSource": null,
"BuOrgId": null,
"CampaignId": null,
"ConflictId": 0,
"CreatedBy": "SALES_ADMIN",
"CreationDate": "2017-06-16T08:52:54+00:00",
"CustomerAccountId": null,
"DirectionCode": null,
"DueDate": null,
"Duration": 60,
"LastUpdateDate": "2017-06-16T08:52:54.671+00:00",
"LastUpdateLogin": "52103F96F57F64BAE05356C0F20A1CFB",
"LastUpdatedBy": "SALES_ADMIN",
"LeadId": null,
"Location": null,
"MobileActivityCode": null,
"OpportunityId": null,
"OtherPartyPhoneNumber": null,
"OutcomeCode": null,
"OutlookFlag": false,
"OutlookIdentifier": null,
"ExternalContactEmail": null,
"ExternalContactName": null,
"ExternallyOwnedFlag": false,
"OwnerId": 100010025532672,
"ParentActivityId": null,
"PartnerUsageFlag": false,
"PercentageComplete": 0,
"PrimaryContactId": null,
"PriorityCode": null,
"RecurDay": null,
"RecurEndDate": null,
"RecurEveryOptionFlag": null,
"RecurExceptionFlag": null,
"RecurFrequency": null,
"RecurFriFlag": null,
"RecurMonFlag": null,
"RecurMonth": null,
"RecurNumberOfInstances": null,
"RecurOrigInstDate": null,
"RecurPattern": null,
"RecurRecType": "N",
"RecurSatFlag": null,
"RecurSeriesId": null,
"RecurSunFlag": null,
"RecurThuFlag": null,
"RecurTueFlag": null,
"RecurTypeCode": null,
"RecurUpdatedAttributes": null,
"RecurWedFlag": null,
"RecurWeekday": null,
"ReferenceCustomerActTypeCode": null,
"ReferenceCustomerId": null,
"SortDate": "2017-06-16T06:00:00+00:00",
"SwitchCallId": null,
"TemplateDuration": null,
"TemplateFlag": "N",
"TemplateId": null,
"TemplateLeadTime": null,
"NotesLinkSourceCodeTransient": "ACTIVITY",
"AttachmentEntityName": "ZMM_ACTY_ACTIVITIES",
"AccountName": null,
"OwnerName": "Gabrielle Lee",
"PrimaryContactName": null,
"LeadName": null,
"OpportunityName": null,
"CampaignName": null,
"CurcyConvRateType": "Corporate",
"CurrencyCode": "USD",
"CorpCurrencyCode": "USD",
"PartnerProgramId": null,
"ActivityType": "Meeting",
"CurrentSystemDtTransient": "2017-06-16",
"ActivityPriority": null,
"ApptEndTime": null,
"ApptStartTime": null,
"AccountAddress": null,
"AccountPhoneNumber": null,
"CalendarSubject": "ATAP_REST_TASK_TEST004_Appt2",
"CalendarRecurType": "SINGLE",
"CalendarTimeType": "TIME",
"ActivityStatus": null,
"OsnActivityId": 300100111445077,
"AccountType": null,
"PartnerEnrollmentId": null,
"PartnerProgramName": null,
"PartnerEnrollmentNumber": null,
"AccountLovSwitcher": "LOV_AccountName",
"SourceObjectCode": null,
"SourceObjectId": null,
"ShowTimeAs": "BUSY",
"ResponseCode": "ACCEPT",
"ReminderPeriod": "-1",
"PrimaryContactLovSwitcher": "LOV_PrimaryContactName",
"AccountNameOsn": null,
"LeadNameOsn": null,
"OpportunityNameOsn": null,
"PrimaryContactNameOsn": null,
"OwnerNameOsn": "Gabrielle Lee",
"DynamicLeadLOVSwitcher": "LOV_LeadName",
"DynamicOptyLOVSwitcher": "LOV_OpportunityName",
"DynamicCampaignLOVSwitcher": "LOV_CampaignName",
"InstNumDerivedFrom": null,
"UpgSourceObjectId": null,
"UpgSourceObjectType": null,
"IsClientService": null,
"OrigEntityCode": "ACTIVITY",
"OrigEntityNumber": "CDRM_67155",
"SearchDate": null,
"RecordSetLOVSwitcher": "LOV_RecordSetNoAllNoDelegation",
"StartDtRFAttr": null,
"EndDtRFAttr": null,
"LoginUserRFAttr": 100010025532672,
"PrivateFlag": null,
"CallReportYN": "N",
"AccountIdAttr": null,
"OpportunityIdAttr": null,
"LeadIdAttr": null,
"PrimaryContactEmailAddress": null,
"PrimaryFormattedPhoneNumber": null,
"ParentActivityIdAttr": null,
"CallReportCount": 0,
"StartDateForCallReport": null,
"EndDateForCallReport": null,
"StartDateForCallReportAttr": null,
"EndDateForCallReportAttr": null,
"CallReportUpcomingYN": "N",
"CurrentDateForCallReport": null,
"CurrentDateForCallReportAttr": null,
"PartialMtgMinutes": null,
"DealId": null,
"DynamicDealLOVSwitcher": "LOV_DealNumber",
"DealNumber": null,
"ContactIDAttr": null,
"CalendarSubjectDay": "ATAP_REST_TASK_TEST004_Appt2",
"DelegatorId": null,
"DelegatorName": null,
"AccountStatus": null,
"SubmittedBy": null,
"SubmittedDate": null,
"SubmittedByName": null,
"SrId": 300100111042520,
"SrNumber": "SR0000007050",
"DynamicServiceRequestLOVSwitcher": "LOV_SrNumber",
"DismissFlag": null,
"ActivityFilter": null,
"BpId": null,
"FundRequestId": null,
"ObjectiveId": null,
"ClaimId": null,
"SalesObjectiveName": null,
"DynamicObjLOVSwitcher": "LOV_SalesObjectiveName",
"BusinessPlanName": null,
"DynamicBpLOVSwitcher": "LOV_BusinessPlanName",
"DynamicMdfLOVSwitcher": null,
"ClaimName": null,
"DynamicClaimLOVSwitcher": null,
"FundRequestName": null,
"MdfRequestId": null,
"CalendarAccess": "true",
"ActivityTimezone": null,
"UpdateFlag": true,
"DeleteFlag": true,
"DerivedAccountId": null,
"SelectedFlag": null,
"LocationId": null,
"OwnerPhoneNumber": "+1 (650) 506-6601",
"OwnerAddress": "100 Palmer Ave,Unit 1,BELMONT, CA 94002",
"OwnerEmailAddress": "sendmail-test-discard@oracle.com",
"ActivityOutcome": null,
"ActivityDirection": null,
"EmailSentDate": null,
"PrimaryFormattedAddress": null,
"DoNotCallFlag": null,
"CheckinDate": null,
"CheckinLatitude": null,
"CheckinLongitude": null,
"CheckoutDate": null,
"CheckoutLatitude": null,
"CheckoutLongitude": null,
"AssetName": null,
"AssetId": null,
"CheckedInBy": null,
"CheckedOutBy": null,
"AssetNumber": null,
"AssetSerialNumber": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077",
"name": "activities",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077",
"name": "activities",
"kind": "item"
},
{
"rel": "parent",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050",
"name": "serviceRequests",
"kind": "item"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/RecurDayListVA",
"name": "RecurDayListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/ClaimPVO2",
"name": "ClaimPVO2",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/ClaimPVO1",
"name": "ClaimPVO1",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/OpportunityPVO",
"name": "OpportunityPVO",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/SalesObjectiveVA",
"name": "SalesObjectiveVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/RecurTypeCodeListVA",
"name": "RecurTypeCodeListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/ResponseCodeVA",
"name": "ResponseCodeVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/OwnerListVA",
"name": "OwnerListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/AssetListVA",
"name": "AssetListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/FundRequestPVO1",
"name": "FundRequestPVO1",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/ShowTimeAsVA",
"name": "ShowTimeAsVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/ActivityFunctionCodeListVA",
"name": "ActivityFunctionCodeListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/RecurPatternListVA",
"name": "RecurPatternListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/DealVA",
"name": "DealVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/CampaignVA",
"name": "CampaignVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/ServiceRequestVA",
"name": "ServiceRequestVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/YesNoLookup1",
"name": "YesNoLookup1",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/PartnerEnrolledProgramsListVA",
"name": "PartnerEnrolledProgramsListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/YesNoLookup",
"name": "YesNoLookup",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/ShowStatusVA",
"name": "ShowStatusVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/StatusCodeListVA",
"name": "StatusCodeListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/YesNoAllDayLookup",
"name": "YesNoAllDayLookup",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/PrimaryContactListVA",
"name": "PrimaryContactListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/RecurMonthListVA",
"name": "RecurMonthListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/BusinessPlanVA",
"name": "BusinessPlanVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/DirectionCodeListVA",
"name": "DirectionCodeListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/ActivityTypeCodeListVA",
"name": "ActivityTypeCodeListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/AccountListVA",
"name": "AccountListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/ExternallyOwnedLookupVA",
"name": "ExternallyOwnedLookupVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/ReminderPeriodVA",
"name": "ReminderPeriodVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/LeadListVA",
"name": "LeadListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/ActivityFunctionCodeExtendedVA",
"name": "ActivityFunctionCodeExtendedVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/RecordSetAllRecordsFilterVA",
"name": "RecordSetAllRecordsFilterVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/RatedCurrenciesVA",
"name": "RatedCurrenciesVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/PartnerProgramsListVA",
"name": "PartnerProgramsListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/PriorityCodeListVA",
"name": "PriorityCodeListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/OutcomeCodeListVA",
"name": "OutcomeCodeListVA",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/lov/RecurWeekDayListVA",
"name": "RecurWeekDayListVA",
"kind": "collection"
},
{
"rel": "enclosure",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/enclosure/ActivityDescription",
"name": "ActivityDescription",
"kind": "other"
},
{
"rel": "enclosure",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities/300100111445077/enclosure/ActivityMtgMinutes",
"name": "ActivityMtgMinutes",
"kind": "other"
}
],
}
],
"count": 2,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000007050/child/activities",
"name": "activities",
"kind": "collection"
}
],
}