Get Git Event By ID Using GET
Get a Git Event based on id
id
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
'Success' with Git Event
{
"_createTimeInMicros": 1568625938000000,
"_createdBy": "exampleuser",
"_link": "/codestream/api/<prefix>/8365ef3b-8bf3-48aa-bd5d-7113fcff827c",
"_updateTimeInMicros": 1568625938000000,
"_updatedBy": "exampleuser",
"commitId": "dvdsasfvaesvvffvgfbrrgeaerfare34fdgrt43",
"createdAt": "2019-09-16 09:25:38.065065+00",
"createdBy": "exampleuser",
"description": "string",
"executionIndex": 2,
"executionLink": "/codestream/api/executions/08c20cb8-17b6-4d9c-9f15-c77cf4913bc5",
"executionStatus": "STARTED",
"httpURL": "https://<git-server-url>/<username>/<repo-name>",
"id": "8365ef3b-8bf3-48aa-bd5d-7113fcff827c",
"message": "Invalid Oauth Refresh token. Verify webhook configuration.",
"name": "My-Name",
"owner": "Demo User",
"pipeline": "Demo Pipeline",
"project": "My-Project",
"repo": "MyRepository",
"serverURL": {
"absolute": false,
"authority": "string",
"fragment": "string",
"host": "string",
"opaque": false,
"path": "string",
"port": 0,
"query": "string",
"rawAuthority": "string",
"rawFragment": "string",
"rawPath": "string",
"rawQuery": "string",
"rawSchemeSpecificPart": "string",
"rawUserInfo": "string",
"scheme": "string",
"schemeSpecificPart": "string",
"userInfo": "string"
},
"serverWebhookId": "dvcsdweivcioekcxjhwiu4jd823idjekx",
"subject": "Updating codestream-service.yaml",
"targetBranch": "master",
"timeStampInMicros": "2019-09-18T07:38:25.907+0000",
"updatedAt": "2019-09-16 09:25:38.065065+00",
"updatedBy": "exampleuser",
"version": "v1"
}
This field is provided for backward compatibility. Contains the same value as the 'createdAt' field as a UNIX timestamp in microseconds
This field is provided for backward compatibility. Contains the same value as the 'createdBy' field
Partial URL that provides details of the resource.
This field is provided for backward compatibility. Contains the same value as the 'updatedAt' field as a UNIX timestamp in microseconds
This field is provided for backward compatibility. Contains the same value as the 'updatedBy' field
CommitId of the event triggered.
Date when the entity was created. The date is in ISO 8601 with time zone
The user that created this entity
A human-friendly description.
Pipeline execution index.
Pipeline execution link.
Pipeline execution status.
Url of the Git Repository.
The id of this resource.
Message is populated when an error occurs.
A human-friendly name used as an identifier in APIs that support this option
Owner Name who triggered the event.
Pipeline to be executed when event is triggered.
The project this entity belongs to.
RepoName corresponding to the event.
Git webhook id.
Subject for the commit.
Branch name for which event is triggered.
Commit Time for the event.
Date when the entity was last updated. The date is in ISO 8601 with time zone.
The user that last updated this entity
Version of the resource.
Unauthorized Request
Forbidden
Not Found
Server Error