ActivityService

GetActivity returns the activity with the given id.

get/api/v1/activities/{activity}

Path parameters

activitystring required

The activity id.

Response

OK

namestring

The name of the activity. Format: activities/{id}

creatorstring

The name of the creator. Format: users/{user}

type'TYPE_UNSPECIFIED' | 'MEMO_COMMENT' enum

The type of the activity.

level'LEVEL_UNSPECIFIED' | 'INFO' | 'WARN' | 'ERROR' enum

The level of the activity.

createTimestring date-time

The create time of the activity.

Changes