Newer Version Available
vpls360csr_GetUserStory
This Integration Procedure is used in the agent console to
get the details of the customer story.
Sample Input
1{
2 "ObjectId": "a1S4W000006A1eAUAS",
3 "StoryContext": "Account",
4 "pageSize": "10"
5}|
Parameter |
Required/Optional |
|---|---|
|
ObjectId |
Required |
|
pageSize |
Required |
|
StoryContext |
Required |
Sample Output
1{
2 "Stories": [
3 {
4 "title": null,
5 "summaryLabelMap": {
6 "Title_Highlight": "Outcome",
7 "Title": "Process Name"
8 },
9 "summaryFieldMap": {
10 "Title_Highlight": "VPL_Outcome__c",
11 "Title": "VPL_ProcessName__c"
12 },
13 "subtitle": null,
14 "strActivityDate": "12/21/2020, 7:39 AM",
15 "parentObjAPIName": "Account",
16 "parentName": null,
17 "parentId": "0014W00002BvqD1QAJ",
18 "ownerValueMap": null,
19 "owner": "",
20 "onGoing": false,
21 "objType": "vlocity_cmt__CustomerInteractionTopic__c",
22 "objAPIName": "vlocity_cmt__CustomerInteractionTopic__c",
23 "navigateLink": null,
24 "monthNameLastActivityDate": "Dec 21, 2020",
25 "monthDayLastActivityDate": "Dec 21",
26 "modified": "Last Modified By Manju J on 2020-12-21 15:39:17",
27 "longLastActivityDate": "1608565157",
28 "localTime": "07:39:17.000Z",
29 "localDate": "2020-12-21",
30 "LastActivityDate": "2020-12-21T15:39:17.000Z",
31 "indicators": {},
32 "imageRef": null,
33 "Id": "a1R4W000004cwF8UAI",
34 "highlight": null,
35 "formatedLastActivityDate": "12/21/2020",
36 "filterDummy": "Allvlocity_cmt__CustomerInteractionTopic__c",
37 "editFields": null,
38 "detailValueMap": null,
39 "detailFieldList": [],
40 "activityType": null,
41 "actionFields": []
42 }
43]
44 "StoryTitle": null
45}