The system will generate a response after processing your request for GetCurrentActivity.

{
"responseCode": 200,
"responseMsg": "Retrieved current activity successfully",
"activityID": "webwindowstest4@/AutoTestPVOB",
"activityHeader": "CLI Activity Automation"
}
responseCode: integer

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

200
responseMsg: string

Successful or Failure message

"Retrieved current activity successfully"
activityID: string

Represents a unique UCM activity ID.

"webwindowstest4@/AutoTestPVOB"
activityHeader: string

Headline for the UCM activity.

"CLI Activity Automation"