Skip to main content

Hi

I was wondering if there is an official list of activityKind?

I see activitykind in wall data json for a given id. Can figure out some but would be great to have the official list of activity Kind

 

Thanks

Neha

Hello,


While I don't believe we have an official list the below API endpoints should return "activityKind" and the associated information. 


/api/external/v1/dynamic-cases/GetWallActivities/{caseId}
/api/external/v1/dynamic-cases/GetWallActivitiesV2/{caseId}


 


 


Hello,


While I don't believe we have an official list the below API endpoints should return "activityKind" and the associated information. 


/api/external/v1/dynamic-cases/GetWallActivities/{caseId}
/api/external/v1/dynamic-cases/GetWallActivitiesV2/{caseId}


 


 


yes, I can see them there but no clue on what the number means ? 

ex what does activityKind=8 means?There are few other fields like that ex Type where there is a number returned but I am trying to understand what they map to .. Is there an official list?

Regards

Neha


yes, I can see them there but no clue on what the number means ? 

ex what does activityKind=8 means?There are few other fields like that ex Type where there is a number returned but I am trying to understand what they map to .. Is there an official list?

Regards

Neha


  • CaseAlertData = 0
  • CaseStatusChange = 1
  • CaseTask = 2
  • CaseAction = 3
  • CaseEvidence = 4
  • CaseComment = 5
  • CaseInsight = 6
  • CaseCreation = 7
  • CaseExternalChannelMessage = 8
  • PinnedCaseChatMessage = 9
  • CaseLink = 10
  • Favorite = 11

Reply