Get all activities

get

/crmRestApi/resources/11.13.18.05/serviceRequests/{SrNumber}/child/activities

Request

Path Parameters
  • 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
  • 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>
  • 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).
  • 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
  • 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.
    • 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.
  • 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.
  • 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
  • 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.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • 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
  • 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.
  • 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
  • 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".
  • 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 Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : serviceRequests-activities
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : serviceRequests-activities-item-response
Type: object
Show Source
Back to Top

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"
}
],
}
Back to Top