GetCurrentActivity response

{
"activityHeader": "test activity",
"activityID": "test_act@/Demo_PVOB",
"responseCode": 200,
"responseMsg": "Retrieved current activity successfully"
}
responseCode: integer

Indicates the status of operation whether it was successful, partially successful, or failed

200
responseMsg: string

Successful or Failure message

"Retrieved current activity successfully"
activityID: string

Represents unique UCM activity ID

"test_act@/Demo_PVOB"
activityHeader: string

Headline of UCM activity

"test activity"