Create an activity template

post

/crmRestApi/resources/11.13.18.05/activityTemplates

Request

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.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Activities
Type: array
Title: Activities
Activity
Show Source
Nested Schema : activityTemplates-Activity-item-post-request
Type: object
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Smart Actions
Type: array
Title: Smart Actions
This VO stores the endpoint and security details for every user action.
Show Source
Nested Schema : activityTemplates-Activity-Attachments-item-post-request
Type: object
Show Source
Nested Schema : activityTemplates-Activity-smartActions-item-post-request
Type: object
Show Source
Nested Schema : Smart Action User Interface Definitions
Type: array
Title: Smart Action User Interface Definitions
UI navigation metadata striped by app usage.
Show Source
Nested Schema : Smart Action REST Payload Definitions
Type: array
Title: Smart Action REST Payload Definitions
If an LOV required for constructing a request payload needs to post data, the payload metadata is stored here.
Show Source
Nested Schema : Smart Action User Interface Definitions
Type: array
Title: Smart Action User Interface Definitions
Binding metadata for a variable in the URL.
Show Source
Nested Schema : activityTemplates-Activity-smartActions-UserActionNavigation-item-post-request
Type: object
Show Source
Nested Schema : schema
Type: object
Show Source
Nested Schema : activityTemplates-Activity-smartActions-UserActionURLBinding-item-post-request
Type: object
Show Source
  • Title: URL Binding Type
    Maximum Length: 64
    This is a hint for processing the Url Binding runtime.
  • Title: System Action
    Maximum Length: 1
    Default Value: false
    Boolean indicator.
  • Uniquely identifies the URL Bind for smart actions. For internal use.
  • Title: URL Binding Parameter Name
    Maximum Length: 50
    For action REST endpoints that require runtime binding, this is the key in the key value pair.
  • Title: URL Binding Parameter Value
    Maximum Length: 80
    For action REST endpoints that require runtime binding, this is the value in the key value pair.
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 : activityTemplates-item-response
Type: object
Show Source
Nested Schema : Activities
Type: array
Title: Activities
Activity
Show Source
Nested Schema : activityTemplates-Activity-item-response
Type: object
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Smart Actions
Type: array
Title: Smart Actions
This VO stores the endpoint and security details for every user action.
Show Source
Nested Schema : activityTemplates-Activity-Attachments-item-response
Type: object
Show Source
Nested Schema : activityTemplates-Activity-smartActions-item-response
Type: object
Show Source
Nested Schema : Smart Action User Interface Definitions
Type: array
Title: Smart Action User Interface Definitions
UI navigation metadata striped by app usage.
Show Source
Nested Schema : Smart Action REST Payload Definitions
Type: array
Title: Smart Action REST Payload Definitions
If an LOV required for constructing a request payload needs to post data, the payload metadata is stored here.
Show Source
Nested Schema : Smart Action User Interface Definitions
Type: array
Title: Smart Action User Interface Definitions
Binding metadata for a variable in the URL.
Show Source
Nested Schema : activityTemplates-Activity-smartActions-UserActionNavigation-item-response
Type: object
Show Source
Nested Schema : activityTemplates-Activity-smartActions-UserActionRequestPayload-item-response
Type: object
Show Source
Nested Schema : activityTemplates-Activity-smartActions-UserActionURLBinding-item-response
Type: object
Show Source
  • Title: URL Binding Type
    Maximum Length: 64
    This is a hint for processing the Url Binding runtime.
  • Links
  • Title: System Action
    Maximum Length: 1
    Default Value: false
    Boolean indicator.
  • Uniquely identifies the URL Bind for smart actions. For internal use.
  • Title: URL Binding Parameter Name
    Maximum Length: 50
    For action REST endpoints that require runtime binding, this is the key in the key value pair.
  • Title: URL Binding Parameter Value
    Maximum Length: 80
    For action REST endpoints that require runtime binding, this is the value in the key value pair.
Back to Top

Examples

The following example shows how to create an activity template by submitting a POST request on the REST resource.

cURL Command

curl -u <username:password> \
 -X POST https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplate  \
 -H 'Content-Type: application/vnd.oracle.adf.resourceitem+json'  | json_pp

Example of Request Body

The following example shows the contents of the request body in JSON format.

{
    "TemplateName": "Vision",
    "SourceObjectCode": "LEAD",
    "SetId": 0,
    "Activity": [
        {
            "Subject": "TestCall5",
            "ActivityDescription": "TEST",
            "ActivityFunctionCode": "APPOINTMENT",
            "TemplateLeadTime": 1,
            "TemplateDuration": 1,
            "OrchestrationId" : 1,
            "SmartActionId" : 1,
            "Attachments": [
                {
                    "CategoryName": "MISC",
                    "DatatypeCode": "WEB_PAGE",
                    "Title": "Attachment Link",
                    "Url": "http://abi.com"
                },
                {
                    "CategoryName": "MISC",
                    "DatatypeCode": "FILE",
                    "FileName": "Screenshot 2022-04-19 at 10.15.30 AM.png",
                    "Title": "Screenshot 2022-04-19 at 10.15.30 AM.png",
                    "UploadedFileName": "Screenshot 2022-04-19 at 10.15.30 AM.png",
                    "ContentRepositoryFileShared": "false"
                }
            ]
        }
    ]
}

Example of Response Body

The following example shows the contents of the response body in JSON format.

{
    "TemplateId": 300100562364349,
    "TemplateName": "Vision",
    "TemplateDescription": null,
    "SourceObjectCode": "LEAD",
    "SubTypeCode": null,
    "SetId": 0,
    "ActiveFlag": true,
    "CreatedBy": "SALES_ADMIN",
    "CreationDate": "2022-08-18T08:02:06+00:00",
    "LastUpdateDate": "2022-08-18T08:02:14.651+00:00",
    "LastUpdateLogin": "E58AFD14ECE00A29E05315C5F20A61D7",
    "LastUpdatedBy": "SALES_ADMIN",
    "ObjectVersionNumber": 1,
    "UserLastUpdateDate": null,
    "TemplateFlag": "Y",
    "OrchestrationId": null,
    "Activity": [
        {
            "ActivityId": 300100562364350,
            "ActivityNumber": "CDRM_143228",
            "AccountId": null,
            "PartnerUsageFlag": false,
            "ActivityCreatedBy": "SALES_ADMIN",
            "ActivityCreationDate": "2022-08-18T08:02:07.125+00:00",
            "ActivityPartialDescription": "LD�",
            "ActivityFunctionCode": "APPOINTMENT",
            "StatusCode": "NOT_STARTED",
            "ActivityEndDate": null,
            "RecordSet": null,
            "ShowStatus": null,
            "Subject": "TestCall5",
            "ActivityFunctionCodeTrans": null,
            "ActivityLastUpdateLogin": "E58AFD14ECE00A29E05315C5F20A61D7",
            "ActivityStartDate": null,
            "ActivityTypeCode": "MEETING",
            "ActivityUpdateDate": "2022-08-18T08:02:07.125+00:00",
            "ActivityUpdatedBy": "SALES_ADMIN",
            "ActivityUserLastUpdateDate": null,
            "AllDayFlag": false,
            "AssessmentId": null,
            "AutoLogSource": null,
            "BuOrgId": null,
            "CampaignId": null,
            "ConflictId": 0,
            "CreatedBy": "SALES_ADMIN",
            "CreationDate": "2022-08-18T08:02:07.125+00:00",
            "CustomerAccountId": null,
            "DirectionCode": null,
            "DueDate": "2022-08-18",
            "Duration": null,
            "LastUpdateDate": "2022-08-18T08:02:18.177+00:00",
            "LastUpdateLogin": "E58AFD14ECE00A29E05315C5F20A61D7",
            "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,
            "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": null,
            "SwitchCallId": null,
            "TemplateDuration": 1,
            "TemplateFlag": "Y",
            "TemplateId": 300100562364349,
            "TemplateLeadTime": 1,
            "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": "2022-08-18",
            "ActivityPriority": null,
            "ApptEndTime": null,
            "ApptStartTime": null,
            "AccountAddress": null,
            "AccountPhoneNumber": null,
            "CalendarSubject": "TestCall5",
            "CalendarRecurType": "SINGLE",
            "CalendarTimeType": "TIME",
            "ActivityStatus": "Not started",
            "OsnActivityId": 300100562364350,
            "AccountType": null,
            "PartnerEnrollmentId": null,
            "PartnerProgramName": null,
            "PartnerEnrollmentNumber": null,
            "SourceObjectCode": null,
            "SourceObjectId": null,
            "ShowTimeAs": "BUSY",
            "ResponseCode": "ACCEPT",
            "ReminderPeriod": "-1",
            "AccountNameOsn": null,
            "LeadNameOsn": null,
            "OpportunityNameOsn": null,
            "PrimaryContactNameOsn": null,
            "OwnerNameOsn": "Gabrielle   Lee",
            "InstNumDerivedFrom": "Y",
            "UpgSourceObjectId": null,
            "UpgSourceObjectType": null,
            "IsClientService": "Y",
            "OrigEntityCode": "ACTIVITY",
            "OrigEntityNumber": "CDRM_143228",
            "SearchDate": null,
            "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,
            "DealNumber": null,
            "ContactIDAttr": null,
            "CalendarSubjectDay": "TestCall5",
            "DelegatorId": null,
            "DelegatorName": null,
            "AccountStatus": null,
            "SubmittedBy": null,
            "SubmittedDate": null,
            "SubmittedByName": null,
            "SrId": null,
            "SrNumber": null,
            "DismissFlag": null,
            "ActivityFilter": null,
            "BpId": null,
            "FundRequestId": null,
            "ObjectiveId": null,
            "ClaimId": null,
            "SalesObjectiveName": null,
            "BusinessPlanName": null,
            "ClaimName": null,
            "DynamicClaimLOVSwitcher": null,
            "FundRequestName": null,
            "MdfRequestId": null,
            "CalendarAccess": "true",
            "ActivityTimezone": null,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "DerivedAccountId": null,
            "SelectedFlag": "false",
            "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,
            "PartnerPartyId": null,
            "PartnerPartyName": null,
            "OpportunityNumber": null,
            "LeadNumber": null,
            "AccountNumber": null,
            "ContactNumber": null,
            "ResourceNumber": "100010025532672",
            "PartnerPartyNumber": null,
            "PartnerProgramNumber": null,
            "BusinessPlanNumber": null,
            "SalesObjectiveNumber": null,
            "ClaimNumber": null,
            "FundRequestNumber": null,
            "CampaignNumber": null,
            "ActivitySubtypeCode": null,
            "CaseId": null,
            "CaseNumber": null,
            "CaseTitle": null,
            "IbAssetId": null,
            "IbAssetNumber": null,
            "IbAssetSerialNumber": null,
            "DismissAssignee": null,
            "WebConferenceId": null,
            "WebConferenceURL": null,
            "WebconfSyncStatusFlag": null,
            "ArticleVersionId": null,
            "TaskReminderPeriod": null,
            "OutlookGlobalId": null,
            "OutlookAutoSyncFlag": null,
            "OrchestrationId": 1,
            "OrchestrationStepId": null,
            "AppointmentStatus": null,
            "SmartActionContext": null,
            "SmartActionId": 1,
            "R10_TroubleTicket_Id_R10_TroubleTicket_Activities": null,
            "R10_Activity_Txt_c": null,
            "R10_Activity_Num_c": null,
            "R10_Activity_Date_c": null,
            "R10_Activity_ChBox_c": false,
            "R10_Activity_FCL_c": null,
            "R10_Activity_DCL_Id_c": null,
            "R10_Activity_DCL_c": null,
            "R10_Activity_Curr_c": null,
            "R10_Activity_DT_c": null,
            "R10_Activity_Perc_c": null,
            "R10_Activity_TextFrmla_c": "This record has been created by: SALES_ADMIN",
            "R10_Activity_RT_c": null,
            "R10_Activity_Txt_M_c": null,
            "R10_Activity_FCL_M_c": null,
            "DueDate_c": null,
            "Subject_c": null,
            "PercentageComplete_c": null,
            "R10_Activity_A_Id_c": null,
            "R10_Activity_A_c": null,
            "R10_Activity_DCL_Con_Id_c": null,
            "R10_Activity_DCL_Con_c": null,
            "R10_Activity_DCL_HH_Id_c": null,
            "R10_Activity_DCL_HH_c": null,
            "SalesTerritory_Id_SalesTerritoryToActivity": null,
            "ZOESACUSTOBJACTYDCL_Id_c": null,
            "ZOESACUSTOBJACTYDCL_c": null,
            "SFDCActivityId_c": null,
            "Case_Id_c": null,
            "Case_c": null,
            "DMBatch_c": null,
            "Account_c": null,
            "CompletedDate_c": null,
            "Subjects_c": null,
            "Cases_Id_c": null,
            "Cases_c": null,
            "R10_Activity_RT_cMeaning": null,
            "Rel12Upg_Text_c": null,
            "Rel12Upg_Num_c": null,
            "Rel12Upg_Date_c": null,
            "THALESSRACTDCL_Id_c": null,
            "THALESSRACTDCL_c": null,
            "R12PB8_Zem_Activity_Fcl_c": null,
            "R12PB8_Zem_Activity_Text_c": null,
            "R12PB8_Zem_Activity_Number_c": null,
            "R12PB8_Zem_Activity_Date_c": null,
            "R12PB8_Zem_Activity_DateTime_c": null,
            "R12PB8_Zem_Activity_Percentage_c": null,
            "R12PB8_Zem_Activity_CheckBox_c": null,
            "R12PB8_Zem_Activity_CheckBox2_c": false,
            "R12PB8_Zem_ActivityToCustObj5__Id_c": null,
            "R12PB8_Zem_ActivityToCustObj5__c": null,
            "R12PB8_Zem_Activity_ParentFcl_c": null,
            "R12PB8_Zem__Activity_ChildFcl_c": null,
            "R12PB8_Zem_activity_mcl_c": null,
            "R13_DBS_ACT_DCL_Id_c": null,
            "R13_DBS_ACT_DCL_c": null,
            "CopyActivityFCL_c": "APPOINTMENT",
            "O365_1810_text_c": "this is default value specified for the field",
            "O365_1810_number_c": 45,
            "O365_1810_Date_c": null,
            "O365_1810__c": false,
            "O365_1810_Percentage_c": null,
            "O365_1810_DtTime_c": "2018-10-04T05:34:39+00:00",
            "O365_1810_Currency_c": null,
            "O365_1810_FCL_c": "B",
            "O365_1810_FCLParent_c": null,
            "O365_1810_FCLChild_c": null,
            "O365_1810_MCL_c": "LA",
            "O365_1810_DCL_Id_c": null,
            "O365_1810_DCL_c": null,
            "O365_1904_FCLParent_c": null,
            "O365_1904_MCL_c": null,
            "Activity_To_UpgradeCustomTest_Id_c": null,
            "Activity_To_UpgradeCustomTest_c": null,
            "AUX_DCLSR1_Id_c": null,
            "AUX_DCLSR1_c": null,
            "ChildFCLToFunctionCode_c": null,
            "MutliLineTextField_c": null,
            "M2004_CXM_Text_c": null,
            "M2004_CXM_Number_c": null,
            "M2004_CXM_Date_c": null,
            "M2004_CXM_CB_c": false,
            "M2004_CXM_Perc_c": null,
            "M2004_CXM_DateTime_c": null,
            "M2004_CXM_Currency_c": null,
            "M2004_CXM_Fcl_c": null,
            "M2004_CXM_ParentFcl_c": null,
            "M2004_CXM_ChildFcl_c": null,
            "M2004_CXM_DCLContact_Id_c": null,
            "M2004_CXM_DCLContact_c": null,
            "M2004_CXM_DCLOppty_Id_c": null,
            "M2004_CXM_DCLOppty_c": null,
            "M2004_CXM_DCLAccount_Id_c": null,
            "M2004_CXM_DCLAccount_c": null,
            "M2004_CXM_DCLCusOBJ1_Id_c": null,
            "M2004_CXM_DCLCusOBJ1_c": null,
            "DateCompleted_c": null,
            "O365_2004_TASKFCL_c": null,
            "O365_2004_APPMNTFCL_c": null,
            "O365_2004_TaskNum_c": null,
            "O365_2004_A_c": null,
            "O365_2004_StdLookupB_c": null,
            "O365_2004_CustomLookupC_c": null,
            "O365_2004__c": null,
            "M2004_CXM_MCL_c": null,
            "MultiSelectFCL1_c": null,
            "M2101_CXM_Link_c": "https://www.Oracle.com",
            "CDA_Text_c": null,
            "CDA_Num_c": null,
            "CDA_Dat_c": null,
            "CDA_CB_c": false,
            "CDA_Per_c": null,
            "CDA_DatTime_c": null,
            "CDA_Currency_c": null,
            "CDA_FCL_c": null,
            "CDA_DCL_Id_c": null,
            "CDA_DCL_c": null,
            "CDA_CHFCL_c": null,
            "CDA_MULFCL_c": null,
            "CDA_PFCL_c": null,
            "O365_CoreLogicParentFCL_c": null,
            "O365_CoreLogicChildFCL_c": null,
            "CXM_DCLLang_Id_c": null,
            "CXM_DCLLang_c": null,
            "LeadCreator_c": null,
            "Product_Id_c": null,
            "Product_c": null,
            "R2110_EXCP_TMLine_c": null,
            "Attachments": [
                {
                    "AttachedDocumentId": 300100562364352,
                    "LastUpdateDate": "2022-08-18T08:02:21.944+00:00",
                    "LastUpdatedBy": "SALES_ADMIN",
                    "DatatypeCode": "WEB_PAGE",
                    "FileName": null,
                    "DmFolderPath": "",
                    "DmDocumentId": null,
                    "DmVersionNumber": null,
                    "Url": "http://abi.com",
                    "CategoryName": "MISC",
                    "UserName": null,
                    "Uri": null,
                    "FileUrl": null,
                    "UploadedText": null,
                    "UploadedFileContentType": null,
                    "UploadedFileLength": null,
                    "UploadedFileName": null,
                    "ContentRepositoryFileShared": "false",
                    "Title": "Attachment Link",
                    "Description": "",
                    "ErrorStatusCode": null,
                    "ErrorStatusMessage": null,
                    "CreatedBy": "SALES_ADMIN",
                    "CreationDate": "2022-08-18T08:02:11.451+00:00",
                    "ExpirationDate": null,
                    "LastUpdatedByUserName": "Gabrielle Lee",
                    "CreatedByUserName": "Gabrielle Lee",
                    "AsyncTrackerId": null,
                    "DownloadInfo": null,
                    "links": [
                        {
                            "rel": "self",
                            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/child/Attachments/00020000000EACED00057708000110F09B6AA7C00000000EACED00057708000110F09B6AA7BF",
                            "name": "Attachments",
                            "kind": "item"
                        },
                        {
                            "rel": "canonical",
                            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/child/Attachments/00020000000EACED00057708000110F09B6AA7C00000000EACED00057708000110F09B6AA7BF",
                            "name": "Attachments",
                            "kind": "item"
                        },
                        {
                            "rel": "parent",
                            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350",
                            "name": "Activity",
                            "kind": "item"
                        },
                        {
                            "rel": "enclosure",
                            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/child/Attachments/00020000000EACED00057708000110F09B6AA7C00000000EACED00057708000110F09B6AA7BF/enclosure/FileContents",
                            "name": "FileContents",
                            "kind": "other"
                        },
                        {
                            "rel": "enclosure",
                            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/child/Attachments/00020000000EACED00057708000110F09B6AA7C00000000EACED00057708000110F09B6AA7BF/enclosure/FileWebImage",
                            "name": "FileWebImage",
                            "kind": "other"
                        }
                    ]
                },
                {
                    "AttachedDocumentId": 300100562364354,
                    "LastUpdateDate": "2022-08-18T08:02:22.036+00:00",
                    "LastUpdatedBy": "SALES_ADMIN",
                    "DatatypeCode": "FILE",
                    "FileName": "Screenshot 2022-04-19 at 10.15.30 AM.png",
                    "DmFolderPath": null,
                    "DmDocumentId": null,
                    "DmVersionNumber": null,
                    "Url": null,
                    "CategoryName": "MISC",
                    "UserName": null,
                    "Uri": null,
                    "FileUrl": null,
                    "UploadedText": null,
                    "UploadedFileContentType": null,
                    "UploadedFileLength": null,
                    "UploadedFileName": "Screenshot 2022-04-19 at 10.15.30 AM.png",
                    "ContentRepositoryFileShared": "false",
                    "Title": "Screenshot 2022-04-19 at 10.15.30 AM.png",
                    "Description": "",
                    "ErrorStatusCode": null,
                    "ErrorStatusMessage": null,
                    "CreatedBy": "SALES_ADMIN",
                    "CreationDate": "2022-08-18T08:02:11.482+00:00",
                    "ExpirationDate": null,
                    "LastUpdatedByUserName": "Gabrielle Lee",
                    "CreatedByUserName": "Gabrielle Lee",
                    "AsyncTrackerId": null,
                    "DownloadInfo": null,
                    "links": [
                        {
                            "rel": "self",
                            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/child/Attachments/00020000000EACED00057708000110F09B6AA7C20000000EACED00057708000110F09B6AA7C1",
                            "name": "Attachments",
                            "kind": "item"
                        },
                        {
                            "rel": "canonical",
                            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/child/Attachments/00020000000EACED00057708000110F09B6AA7C20000000EACED00057708000110F09B6AA7C1",
                            "name": "Attachments",
                            "kind": "item"
                        },
                        {
                            "rel": "parent",
                            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350",
                            "name": "Activity",
                            "kind": "item"
                        },
                        {
                            "rel": "enclosure",
                            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/child/Attachments/00020000000EACED00057708000110F09B6AA7C20000000EACED00057708000110F09B6AA7C1/enclosure/FileContents",
                            "name": "FileContents",
                            "kind": "other"
                        },
                        {
                            "rel": "enclosure",
                            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/child/Attachments/00020000000EACED00057708000110F09B6AA7C20000000EACED00057708000110F09B6AA7C1/enclosure/FileWebImage",
                            "name": "FileWebImage",
                            "kind": "other"
                        }
                    ]
                }
            ],
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350",
                    "name": "Activity",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350",
                    "name": "Activity",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349",
                    "name": "activityTemplates",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/child/APPCDA_CH_001Collection_c",
                    "name": "APPCDA_CH_001Collection_c",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/child/Attachments",
                    "name": "Attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/child/CDA_CUSTOMOBJ02_CDACTYCUSTOMREL_Tgt",
                    "name": "CDA_CUSTOMOBJ02_CDACTYCUSTOMREL_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/child/M2004_CXM_ChildTskCollection_c",
                    "name": "M2004_CXM_ChildTskCollection_c",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/child/R10_Act_ChObjCollection_c",
                    "name": "R10_Act_ChObjCollection_c",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/child/R10_Act_Cust_IntrsectObj_Tgt_ActivityToR10_Act_Cust_IntrsectObj_c_Tgt",
                    "name": "R10_Act_Cust_IntrsectObj_Tgt_ActivityToR10_Act_Cust_IntrsectObj_c_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/child/R11_ActChObjCollection_c",
                    "name": "R11_ActChObjCollection_c",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/child/R12PB8_Zem_Activity_SubtabCollection_c",
                    "name": "R12PB8_Zem_Activity_SubtabCollection_c",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/child/Rel12_Upg_ACCustomOCollection_c",
                    "name": "Rel12_Upg_ACCustomOCollection_c",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/child/TASKCDA_CH_001Collection_c",
                    "name": "TASKCDA_CH_001Collection_c",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/child/smartActions",
                    "name": "smartActions",
                    "kind": "collection"
                },
                {
                    "rel": "action",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/action/R10_Activity_setTextButton1",
                    "name": "R10_Activity_setTextButton1",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/action/Currency",
                    "name": "Currency",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/action/InvokeREST",
                    "name": "InvokeREST",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/action/InvokeSOAP",
                    "name": "InvokeSOAP",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/action/R2110_RESTvalidation",
                    "name": "R2110_RESTvalidation",
                    "kind": "other"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/enclosure/ActivityDescription",
                    "name": "ActivityDescription",
                    "kind": "other"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/enclosure/ActivityMtgMinutes",
                    "name": "ActivityMtgMinutes",
                    "kind": "other"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/enclosure/WebConferenceDetails",
                    "name": "WebConferenceDetails",
                    "kind": "other"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/enclosure/R10_Activity_LT_c",
                    "name": "R10_Activity_LT_c",
                    "kind": "other"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/enclosure/R12PB8_Zem_Activity_Ltext_c",
                    "name": "R12PB8_Zem_Activity_Ltext_c",
                    "kind": "other"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/enclosure/O365_1810_Longtext_c",
                    "name": "O365_1810_Longtext_c",
                    "kind": "other"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/enclosure/M2004_CXM_Ltext_c",
                    "name": "M2004_CXM_Ltext_c",
                    "kind": "other"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity/300100562364350/enclosure/CDA_LText_c",
                    "name": "CDA_LText_c",
                    "kind": "other"
                }
            ]
        }
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349",
            "name": "activityTemplates",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349",
            "name": "activityTemplates",
            "kind": "item"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activityTemplates/300100562364349/child/Activity",
            "name": "Activity",
            "kind": "collection"
        }
    ]
}
Back to Top