Learn R Programming

civis (version 3.0.0)

workflows_list_git_commits: Get the git commits for an item

Description

Get the git commits for an item

Usage

workflows_list_git_commits(id)

Value

A list containing the following elements:

commitHash

string, The SHA of the commit.

authorName

string, The name of the commit's author.

date

string, The commit's timestamp.

message

string, The commit message.

Arguments

id

integer required. The ID of the file.