Deployments - List

GET https://{instance}/{collection}/{project}/_apis/release/deployments?api-version=4.1-preview.2
GET https://{instance}/{collection}/{project}/_apis/release/deployments?definitionId={definitionId}&definitionEnvironmentId={definitionEnvironmentId}&createdBy={createdBy}&minModifiedTime={minModifiedTime}&maxModifiedTime={maxModifiedTime}&deploymentStatus={deploymentStatus}&operationStatus={operationStatus}&latestAttemptsOnly={latestAttemptsOnly}&queryOrder={queryOrder}&$top={$top}&continuationToken={continuationToken}&createdFor={createdFor}&minStartedTime={minStartedTime}&maxStartedTime={maxStartedTime}&api-version=4.1-preview.2

URI Parameters

Name In Required Type Description
collection
path True

string

The name of the Team Foundation Server collection.

instance
path True

string

TFS server name ({server:port})

project
path True

string

Project ID or project name

api-version
query True

string

Version of the API to use. This should be set to '4.1-preview.2' to use this version of the api.

$top
query

integer

int32
continuationToken
query

integer

int32
createdBy
query

string

createdFor
query

string

definitionEnvironmentId
query

integer

int32
definitionId
query

integer

int32
deploymentStatus
query

DeploymentStatus

latestAttemptsOnly
query

boolean

maxModifiedTime
query

string

date-time
maxStartedTime
query

string

date-time
minModifiedTime
query

string

date-time
minStartedTime
query

string

date-time
operationStatus
query

DeploymentOperationStatus

queryOrder
query

ReleaseQueryOrder

Responses

Name Type Description
200 OK

Deployment[]

successful operation

Security

oauth2

Type: oauth2
Flow: accessCode
Authorization URL: https://app.vssps.visualstudio.com/oauth2/authorize&response_type=Assertion
Token URL: https://app.vssps.visualstudio.com/oauth2/token?client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer

Scopes

Name Description
vso.release Grants the ability to read release artifacts, including releases, release definitions and release environment.

Examples

Get all deployments for a given definition Id
Get all deployments in the project

Get all deployments for a given definition Id

Sample Request

GET https://{instance}/{collection}/A13d3daac-03b8-4a23-9cc4-2c3de65dab63/_apis/release/deployments?definitionId=38&api-version=4.1-preview.2

Sample Response

{
  "count": 1,
  "value": [
    {
      "id": 79,
      "release": {
        "id": 55,
        "name": "Release-2",
        "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/55",
        "artifacts": [],
        "webAccessUri": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=55&_a=release-summary",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/55"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=55&_a=release-summary"
          }
        },
        "description": null,
        "releaseDefinition": null,
        "createdOn": "0001-01-01T00:00:00",
        "createdBy": null,
        "modifiedBy": null,
        "reason": "none"
      },
      "releaseDefinition": {
        "id": 38,
        "name": "Fabrikam-web",
        "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/38",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/38"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=38"
          }
        }
      },
      "releaseEnvironment": {
        "id": 118,
        "name": "PROD",
        "_links": {}
      },
      "definitionEnvironmentId": 43,
      "attempt": 1,
      "reason": "manual",
      "deploymentStatus": "notDeployed",
      "operationStatus": "PhaseFailed",
      "requestedBy": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "requestedFor": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "queuedOn": "0001-01-01T00:00:00",
      "startedOn": "2017-08-29T16:51:32.09Z",
      "lastModifiedOn": "2017-08-29T16:51:40.133Z",
      "lastModifiedBy": null,
      "conditions": [],
      "scheduledDeploymentTime": "0001-01-01T00:00:00",
      "preDeployApprovals": [
        {
          "id": 221,
          "revision": 1,
          "approver": {
            "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "displayName": "Chuck Reinhart",
            "uniqueName": "fabfiber@outlook.com",
            "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
          },
          "approvedBy": {
            "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "displayName": "Chuck Reinhart",
            "uniqueName": "fabfiber@outlook.com",
            "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
          },
          "approvalType": "preDeploy",
          "createdOn": "2017-08-29T16:51:32.743Z",
          "modifiedOn": "2017-08-29T16:51:35.79Z",
          "status": "approved",
          "comments": "Good to go!",
          "isAutomated": false,
          "isNotificationOn": true,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 1,
          "release": {
            "id": 55,
            "name": "Release-2",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/55",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "Fabrikam-web",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 118,
            "name": "PROD",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/221"
        }
      ],
      "postDeployApprovals": [],
      "_links": {}
    }
  ]
}

Get all deployments in the project

Sample Request

GET https://{instance}/{collection}/A13d3daac-03b8-4a23-9cc4-2c3de65dab63/_apis/release/deployments?api-version=4.1-preview.2

Sample Response

{
  "count": 17,
  "value": [
    {
      "id": 79,
      "release": {
        "id": 55,
        "name": "Release-2",
        "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/55",
        "artifacts": [],
        "webAccessUri": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=55&_a=release-summary",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/55"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=55&_a=release-summary"
          }
        },
        "description": null,
        "releaseDefinition": null,
        "createdOn": "0001-01-01T00:00:00",
        "createdBy": null,
        "modifiedBy": null,
        "reason": "none"
      },
      "releaseDefinition": {
        "id": 38,
        "name": "Fabrikam-web",
        "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/38",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/38"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=38"
          }
        }
      },
      "releaseEnvironment": {
        "id": 118,
        "name": "PROD",
        "_links": {}
      },
      "definitionEnvironmentId": 43,
      "attempt": 1,
      "reason": "manual",
      "deploymentStatus": "notDeployed",
      "operationStatus": "PhaseFailed",
      "requestedBy": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "requestedFor": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "queuedOn": "0001-01-01T00:00:00",
      "startedOn": "2017-08-29T16:51:32.09Z",
      "lastModifiedOn": "2017-08-29T16:51:40.133Z",
      "lastModifiedBy": null,
      "conditions": [],
      "scheduledDeploymentTime": "0001-01-01T00:00:00",
      "preDeployApprovals": [
        {
          "id": 221,
          "revision": 1,
          "approver": {
            "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "displayName": "Chuck Reinhart",
            "uniqueName": "fabfiber@outlook.com",
            "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
          },
          "approvedBy": {
            "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "displayName": "Chuck Reinhart",
            "uniqueName": "fabfiber@outlook.com",
            "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
          },
          "approvalType": "preDeploy",
          "createdOn": "2017-08-29T16:51:32.743Z",
          "modifiedOn": "2017-08-29T16:51:35.79Z",
          "status": "approved",
          "comments": "Good to go!",
          "isAutomated": false,
          "isNotificationOn": true,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 1,
          "release": {
            "id": 55,
            "name": "Release-2",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/55",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "Fabrikam-web",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 118,
            "name": "PROD",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/221"
        }
      ],
      "postDeployApprovals": [],
      "_links": {}
    },
    {
      "id": 64,
      "release": {
        "id": 20,
        "name": "Release-20",
        "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/20",
        "artifacts": [
          {
            "sourceId": "d07908bc-118f-47d2-8a13-ff75601a6b1a:1",
            "type": "Build",
            "alias": "Fabrikam.CI",
            "definitionReference": {
              "artifactSourceDefinitionUrl": {
                "id": "https://fabrikam:8080/tfs/_permalink/_build/index?collectionId=13d3daac-03b8-4a23-9cc4-2c3de65dab63&projectId=d07908bc-118f-47d2-8a13-ff75601a6b1a&definitionId=1",
                "name": ""
              },
              "defaultVersionBranch": {
                "id": "",
                "name": ""
              },
              "defaultVersionSpecific": {
                "id": "",
                "name": ""
              },
              "defaultVersionTags": {
                "id": "",
                "name": ""
              },
              "defaultVersionType": {
                "id": "latestType",
                "name": "Latest"
              },
              "definition": {
                "id": "1",
                "name": "Fabrikam.CI"
              },
              "project": {
                "id": "d07908bc-118f-47d2-8a13-ff75601a6b1a",
                "name": "MyFirstProject"
              },
              "version": {
                "id": "2",
                "name": "2"
              },
              "artifactSourceVersionUrl": {
                "id": "https://fabrikam:8080/tfs/_permalink/_build/index?collectionId=13d3daac-03b8-4a23-9cc4-2c3de65dab63&projectId=d07908bc-118f-47d2-8a13-ff75601a6b1a&buildId=2",
                "name": ""
              },
              "branch": {
                "id": "refs/heads/master",
                "name": "refs/heads/master"
              }
            },
            "isPrimary": true
          }
        ],
        "webAccessUri": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=20&_a=release-summary",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/20"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=20&_a=release-summary"
          }
        },
        "description": null,
        "releaseDefinition": null,
        "createdOn": "0001-01-01T00:00:00",
        "createdBy": null,
        "modifiedBy": null,
        "reason": "none"
      },
      "releaseDefinition": {
        "id": 1,
        "name": "MyShuttle.CD",
        "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
          }
        }
      },
      "releaseEnvironment": {
        "id": 80,
        "name": "PROD",
        "_links": {}
      },
      "definitionEnvironmentId": 4,
      "attempt": 1,
      "reason": "automated",
      "deploymentStatus": "succeeded",
      "operationStatus": "Approved",
      "requestedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "requestedFor": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "queuedOn": "0001-01-01T00:00:00",
      "startedOn": "2017-06-16T01:55:56.857Z",
      "lastModifiedOn": "2017-06-16T01:56:43.06Z",
      "lastModifiedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "conditions": [
        {
          "result": true,
          "name": "PPE",
          "conditionType": "environmentState",
          "value": "4"
        }
      ],
      "scheduledDeploymentTime": "0001-01-01T00:00:00",
      "preDeployApprovals": [
        {
          "id": 190,
          "revision": 1,
          "approvalType": "preDeploy",
          "createdOn": "2017-06-16T01:55:57.687Z",
          "modifiedOn": "2017-06-16T01:55:57.733Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 1,
          "release": {
            "id": 20,
            "name": "Release-20",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/20",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 80,
            "name": "PROD",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/190"
        }
      ],
      "postDeployApprovals": [
        {
          "id": 192,
          "revision": 1,
          "approvalType": "postDeploy",
          "createdOn": "2017-06-16T01:56:42.92Z",
          "modifiedOn": "2017-06-16T01:56:42.967Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 3,
          "release": {
            "id": 20,
            "name": "Release-20",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/20",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 80,
            "name": "PROD",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/192"
        }
      ],
      "_links": {}
    },
    {
      "id": 63,
      "release": {
        "id": 20,
        "name": "Release-20",
        "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/20",
        "artifacts": [
          {
            "sourceId": "d07908bc-118f-47d2-8a13-ff75601a6b1a:1",
            "type": "Build",
            "alias": "Fabrikam.CI",
            "definitionReference": {
              "artifactSourceDefinitionUrl": {
                "id": "https://fabrikam:8080/tfs/_permalink/_build/index?collectionId=13d3daac-03b8-4a23-9cc4-2c3de65dab63&projectId=d07908bc-118f-47d2-8a13-ff75601a6b1a&definitionId=1",
                "name": ""
              },
              "defaultVersionBranch": {
                "id": "",
                "name": ""
              },
              "defaultVersionSpecific": {
                "id": "",
                "name": ""
              },
              "defaultVersionTags": {
                "id": "",
                "name": ""
              },
              "defaultVersionType": {
                "id": "latestType",
                "name": "Latest"
              },
              "definition": {
                "id": "1",
                "name": "Fabrikam.CI"
              },
              "project": {
                "id": "d07908bc-118f-47d2-8a13-ff75601a6b1a",
                "name": "MyFirstProject"
              },
              "version": {
                "id": "2",
                "name": "2"
              },
              "artifactSourceVersionUrl": {
                "id": "https://fabrikam:8080/tfs/_permalink/_build/index?collectionId=13d3daac-03b8-4a23-9cc4-2c3de65dab63&projectId=d07908bc-118f-47d2-8a13-ff75601a6b1a&buildId=2",
                "name": ""
              },
              "branch": {
                "id": "refs/heads/master",
                "name": "refs/heads/master"
              }
            },
            "isPrimary": true
          }
        ],
        "webAccessUri": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=20&_a=release-summary",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/20"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=20&_a=release-summary"
          }
        },
        "description": null,
        "releaseDefinition": null,
        "createdOn": "0001-01-01T00:00:00",
        "createdBy": null,
        "modifiedBy": null,
        "reason": "none"
      },
      "releaseDefinition": {
        "id": 1,
        "name": "MyShuttle.CD",
        "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
          }
        }
      },
      "releaseEnvironment": {
        "id": 79,
        "name": "PPE",
        "_links": {}
      },
      "definitionEnvironmentId": 3,
      "attempt": 1,
      "reason": "automated",
      "deploymentStatus": "succeeded",
      "operationStatus": "Approved",
      "requestedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "requestedFor": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "queuedOn": "0001-01-01T00:00:00",
      "startedOn": "2017-06-16T01:55:12.967Z",
      "lastModifiedOn": "2017-06-16T01:55:56.607Z",
      "lastModifiedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "conditions": [
        {
          "result": true,
          "name": "QA",
          "conditionType": "environmentState",
          "value": "4"
        }
      ],
      "scheduledDeploymentTime": "0001-01-01T00:00:00",
      "preDeployApprovals": [
        {
          "id": 187,
          "revision": 1,
          "approvalType": "preDeploy",
          "createdOn": "2017-06-16T01:55:13.7Z",
          "modifiedOn": "2017-06-16T01:55:13.747Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 1,
          "release": {
            "id": 20,
            "name": "Release-20",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/20",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 79,
            "name": "PPE",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/187"
        }
      ],
      "postDeployApprovals": [
        {
          "id": 189,
          "revision": 1,
          "approvalType": "postDeploy",
          "createdOn": "2017-06-16T01:55:56.45Z",
          "modifiedOn": "2017-06-16T01:55:56.513Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 3,
          "release": {
            "id": 20,
            "name": "Release-20",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/20",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 79,
            "name": "PPE",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/189"
        }
      ],
      "_links": {}
    },
    {
      "id": 62,
      "release": {
        "id": 20,
        "name": "Release-20",
        "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/20",
        "artifacts": [
          {
            "sourceId": "d07908bc-118f-47d2-8a13-ff75601a6b1a:1",
            "type": "Build",
            "alias": "Fabrikam.CI",
            "definitionReference": {
              "artifactSourceDefinitionUrl": {
                "id": "https://fabrikam:8080/tfs/_permalink/_build/index?collectionId=13d3daac-03b8-4a23-9cc4-2c3de65dab63&projectId=d07908bc-118f-47d2-8a13-ff75601a6b1a&definitionId=1",
                "name": ""
              },
              "defaultVersionBranch": {
                "id": "",
                "name": ""
              },
              "defaultVersionSpecific": {
                "id": "",
                "name": ""
              },
              "defaultVersionTags": {
                "id": "",
                "name": ""
              },
              "defaultVersionType": {
                "id": "latestType",
                "name": "Latest"
              },
              "definition": {
                "id": "1",
                "name": "Fabrikam.CI"
              },
              "project": {
                "id": "d07908bc-118f-47d2-8a13-ff75601a6b1a",
                "name": "MyFirstProject"
              },
              "version": {
                "id": "2",
                "name": "2"
              },
              "artifactSourceVersionUrl": {
                "id": "https://fabrikam:8080/tfs/_permalink/_build/index?collectionId=13d3daac-03b8-4a23-9cc4-2c3de65dab63&projectId=d07908bc-118f-47d2-8a13-ff75601a6b1a&buildId=2",
                "name": ""
              },
              "branch": {
                "id": "refs/heads/master",
                "name": "refs/heads/master"
              }
            },
            "isPrimary": true
          }
        ],
        "webAccessUri": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=20&_a=release-summary",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/20"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=20&_a=release-summary"
          }
        },
        "description": null,
        "releaseDefinition": null,
        "createdOn": "0001-01-01T00:00:00",
        "createdBy": null,
        "modifiedBy": null,
        "reason": "none"
      },
      "releaseDefinition": {
        "id": 1,
        "name": "MyShuttle.CD",
        "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
          }
        }
      },
      "releaseEnvironment": {
        "id": 78,
        "name": "QA",
        "_links": {}
      },
      "definitionEnvironmentId": 2,
      "attempt": 1,
      "reason": "automated",
      "deploymentStatus": "succeeded",
      "operationStatus": "Approved",
      "requestedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "requestedFor": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "queuedOn": "0001-01-01T00:00:00",
      "startedOn": "2017-06-16T01:54:25.73Z",
      "lastModifiedOn": "2017-06-16T01:55:12.747Z",
      "lastModifiedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "conditions": [
        {
          "result": true,
          "name": "Dev",
          "conditionType": "environmentState",
          "value": "4"
        }
      ],
      "scheduledDeploymentTime": "0001-01-01T00:00:00",
      "preDeployApprovals": [
        {
          "id": 184,
          "revision": 1,
          "approvalType": "preDeploy",
          "createdOn": "2017-06-16T01:54:26.62Z",
          "modifiedOn": "2017-06-16T01:54:26.67Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 1,
          "release": {
            "id": 20,
            "name": "Release-20",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/20",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 78,
            "name": "QA",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/184"
        }
      ],
      "postDeployApprovals": [
        {
          "id": 186,
          "revision": 1,
          "approvalType": "postDeploy",
          "createdOn": "2017-06-16T01:55:12.607Z",
          "modifiedOn": "2017-06-16T01:55:12.653Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 3,
          "release": {
            "id": 20,
            "name": "Release-20",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/20",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 78,
            "name": "QA",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/186"
        }
      ],
      "_links": {}
    },
    {
      "id": 61,
      "release": {
        "id": 20,
        "name": "Release-20",
        "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/20",
        "artifacts": [
          {
            "sourceId": "d07908bc-118f-47d2-8a13-ff75601a6b1a:1",
            "type": "Build",
            "alias": "Fabrikam.CI",
            "definitionReference": {
              "artifactSourceDefinitionUrl": {
                "id": "https://fabrikam:8080/tfs/_permalink/_build/index?collectionId=13d3daac-03b8-4a23-9cc4-2c3de65dab63&projectId=d07908bc-118f-47d2-8a13-ff75601a6b1a&definitionId=1",
                "name": ""
              },
              "defaultVersionBranch": {
                "id": "",
                "name": ""
              },
              "defaultVersionSpecific": {
                "id": "",
                "name": ""
              },
              "defaultVersionTags": {
                "id": "",
                "name": ""
              },
              "defaultVersionType": {
                "id": "latestType",
                "name": "Latest"
              },
              "definition": {
                "id": "1",
                "name": "Fabrikam.CI"
              },
              "project": {
                "id": "d07908bc-118f-47d2-8a13-ff75601a6b1a",
                "name": "MyFirstProject"
              },
              "version": {
                "id": "2",
                "name": "2"
              },
              "artifactSourceVersionUrl": {
                "id": "https://fabrikam:8080/tfs/_permalink/_build/index?collectionId=13d3daac-03b8-4a23-9cc4-2c3de65dab63&projectId=d07908bc-118f-47d2-8a13-ff75601a6b1a&buildId=2",
                "name": ""
              },
              "branch": {
                "id": "refs/heads/master",
                "name": "refs/heads/master"
              }
            },
            "isPrimary": true
          }
        ],
        "webAccessUri": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=20&_a=release-summary",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/20"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=20&_a=release-summary"
          }
        },
        "description": null,
        "releaseDefinition": null,
        "createdOn": "0001-01-01T00:00:00",
        "createdBy": null,
        "modifiedBy": null,
        "reason": "none"
      },
      "releaseDefinition": {
        "id": 1,
        "name": "MyShuttle.CD",
        "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
          }
        }
      },
      "releaseEnvironment": {
        "id": 77,
        "name": "Dev",
        "_links": {}
      },
      "definitionEnvironmentId": 1,
      "attempt": 1,
      "reason": "manual",
      "deploymentStatus": "succeeded",
      "operationStatus": "Approved",
      "requestedBy": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "requestedFor": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "queuedOn": "0001-01-01T00:00:00",
      "startedOn": "2017-06-16T01:53:34.823Z",
      "lastModifiedOn": "2017-06-16T01:54:25.543Z",
      "lastModifiedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "conditions": [],
      "scheduledDeploymentTime": "0001-01-01T00:00:00",
      "preDeployApprovals": [
        {
          "id": 181,
          "revision": 1,
          "approver": {
            "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "displayName": "Chuck Reinhart",
            "uniqueName": "fabfiber@outlook.com",
            "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
          },
          "approvedBy": {
            "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "displayName": "Chuck Reinhart",
            "uniqueName": "fabfiber@outlook.com",
            "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
          },
          "approvalType": "preDeploy",
          "createdOn": "2017-06-16T01:53:35.607Z",
          "modifiedOn": "2017-06-16T01:53:38.887Z",
          "status": "approved",
          "comments": "Good to go!",
          "isAutomated": false,
          "isNotificationOn": true,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 1,
          "release": {
            "id": 20,
            "name": "Release-20",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/20",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 77,
            "name": "Dev",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/181"
        }
      ],
      "postDeployApprovals": [
        {
          "id": 183,
          "revision": 1,
          "approvalType": "postDeploy",
          "createdOn": "2017-06-16T01:54:25.403Z",
          "modifiedOn": "2017-06-16T01:54:25.45Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 3,
          "release": {
            "id": 20,
            "name": "Release-20",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/20",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 77,
            "name": "Dev",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/183"
        }
      ],
      "_links": {}
    },
    {
      "id": 60,
      "release": {
        "id": 15,
        "name": "Release-15",
        "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/15",
        "artifacts": [
          {
            "sourceId": "d07908bc-118f-47d2-8a13-ff75601a6b1a:1",
            "type": "Build",
            "alias": "Fabrikam.CI",
            "definitionReference": {
              "defaultVersionBranch": {
                "id": "",
                "name": ""
              },
              "defaultVersionSpecific": {
                "id": "",
                "name": ""
              },
              "defaultVersionTags": {
                "id": "",
                "name": ""
              },
              "defaultVersionType": {
                "id": "latestType",
                "name": "Latest"
              },
              "definition": {
                "id": "1",
                "name": "Fabrikam.CI"
              },
              "project": {
                "id": "d07908bc-118f-47d2-8a13-ff75601a6b1a",
                "name": "MyFirstProject"
              },
              "version": {
                "id": "2",
                "name": "2"
              },
              "artifactSourceVersionUrl": {
                "id": "https://fabrikam:8080/tfs/_permalink/_build/index?collectionId=13d3daac-03b8-4a23-9cc4-2c3de65dab63&projectId=d07908bc-118f-47d2-8a13-ff75601a6b1a&buildId=2",
                "name": ""
              },
              "artifactSourceDefinitionUrl": {
                "id": "https://fabrikam:8080/tfs/_permalink/_build/index?collectionId=13d3daac-03b8-4a23-9cc4-2c3de65dab63&projectId=d07908bc-118f-47d2-8a13-ff75601a6b1a&definitionId=1",
                "name": ""
              },
              "branch": {
                "id": "refs/heads/master",
                "name": "refs/heads/master"
              }
            },
            "isPrimary": true
          }
        ],
        "webAccessUri": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=15&_a=release-summary",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/15"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=15&_a=release-summary"
          }
        },
        "description": null,
        "releaseDefinition": null,
        "createdOn": "0001-01-01T00:00:00",
        "createdBy": null,
        "modifiedBy": null,
        "reason": "none"
      },
      "releaseDefinition": {
        "id": 1,
        "name": "MyShuttle.CD",
        "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
          }
        }
      },
      "releaseEnvironment": {
        "id": 60,
        "name": "PROD",
        "_links": {}
      },
      "definitionEnvironmentId": 4,
      "attempt": 1,
      "reason": "automated",
      "deploymentStatus": "succeeded",
      "operationStatus": "Approved",
      "requestedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "requestedFor": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "queuedOn": "0001-01-01T00:00:00",
      "startedOn": "2017-06-16T01:19:27.077Z",
      "lastModifiedOn": "2017-06-16T01:20:12.483Z",
      "lastModifiedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "conditions": [
        {
          "result": true,
          "name": "PPE",
          "conditionType": "environmentState",
          "value": "4"
        }
      ],
      "scheduledDeploymentTime": "0001-01-01T00:00:00",
      "preDeployApprovals": [
        {
          "id": 178,
          "revision": 1,
          "approvalType": "preDeploy",
          "createdOn": "2017-06-16T01:19:28.043Z",
          "modifiedOn": "2017-06-16T01:19:28.14Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 1,
          "release": {
            "id": 15,
            "name": "Release-15",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/15",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 60,
            "name": "PROD",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/178"
        }
      ],
      "postDeployApprovals": [
        {
          "id": 180,
          "revision": 1,
          "approvalType": "postDeploy",
          "createdOn": "2017-06-16T01:20:12.31Z",
          "modifiedOn": "2017-06-16T01:20:12.39Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 3,
          "release": {
            "id": 15,
            "name": "Release-15",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/15",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 60,
            "name": "PROD",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/180"
        }
      ],
      "_links": {}
    },
    {
      "id": 59,
      "release": {
        "id": 15,
        "name": "Release-15",
        "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/15",
        "artifacts": [
          {
            "sourceId": "d07908bc-118f-47d2-8a13-ff75601a6b1a:1",
            "type": "Build",
            "alias": "Fabrikam.CI",
            "definitionReference": {
              "defaultVersionBranch": {
                "id": "",
                "name": ""
              },
              "defaultVersionSpecific": {
                "id": "",
                "name": ""
              },
              "defaultVersionTags": {
                "id": "",
                "name": ""
              },
              "defaultVersionType": {
                "id": "latestType",
                "name": "Latest"
              },
              "definition": {
                "id": "1",
                "name": "Fabrikam.CI"
              },
              "project": {
                "id": "d07908bc-118f-47d2-8a13-ff75601a6b1a",
                "name": "MyFirstProject"
              },
              "version": {
                "id": "2",
                "name": "2"
              },
              "artifactSourceVersionUrl": {
                "id": "https://fabrikam:8080/tfs/_permalink/_build/index?collectionId=13d3daac-03b8-4a23-9cc4-2c3de65dab63&projectId=d07908bc-118f-47d2-8a13-ff75601a6b1a&buildId=2",
                "name": ""
              },
              "artifactSourceDefinitionUrl": {
                "id": "https://fabrikam:8080/tfs/_permalink/_build/index?collectionId=13d3daac-03b8-4a23-9cc4-2c3de65dab63&projectId=d07908bc-118f-47d2-8a13-ff75601a6b1a&definitionId=1",
                "name": ""
              },
              "branch": {
                "id": "refs/heads/master",
                "name": "refs/heads/master"
              }
            },
            "isPrimary": true
          }
        ],
        "webAccessUri": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=15&_a=release-summary",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/15"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=15&_a=release-summary"
          }
        },
        "description": null,
        "releaseDefinition": null,
        "createdOn": "0001-01-01T00:00:00",
        "createdBy": null,
        "modifiedBy": null,
        "reason": "none"
      },
      "releaseDefinition": {
        "id": 1,
        "name": "MyShuttle.CD",
        "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
          }
        }
      },
      "releaseEnvironment": {
        "id": 59,
        "name": "PPE",
        "_links": {}
      },
      "definitionEnvironmentId": 3,
      "attempt": 1,
      "reason": "automated",
      "deploymentStatus": "succeeded",
      "operationStatus": "Approved",
      "requestedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "requestedFor": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "queuedOn": "0001-01-01T00:00:00",
      "startedOn": "2017-06-16T01:18:35.713Z",
      "lastModifiedOn": "2017-06-16T01:19:26.763Z",
      "lastModifiedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "conditions": [
        {
          "result": true,
          "name": "QA",
          "conditionType": "environmentState",
          "value": "4"
        }
      ],
      "scheduledDeploymentTime": "0001-01-01T00:00:00",
      "preDeployApprovals": [
        {
          "id": 175,
          "revision": 1,
          "approvalType": "preDeploy",
          "createdOn": "2017-06-16T01:18:36.823Z",
          "modifiedOn": "2017-06-16T01:18:36.87Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 1,
          "release": {
            "id": 15,
            "name": "Release-15",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/15",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 59,
            "name": "PPE",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/175"
        }
      ],
      "postDeployApprovals": [
        {
          "id": 177,
          "revision": 1,
          "approvalType": "postDeploy",
          "createdOn": "2017-06-16T01:19:26.607Z",
          "modifiedOn": "2017-06-16T01:19:26.653Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 3,
          "release": {
            "id": 15,
            "name": "Release-15",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/15",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 59,
            "name": "PPE",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/177"
        }
      ],
      "_links": {}
    },
    {
      "id": 58,
      "release": {
        "id": 15,
        "name": "Release-15",
        "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/15",
        "artifacts": [
          {
            "sourceId": "d07908bc-118f-47d2-8a13-ff75601a6b1a:1",
            "type": "Build",
            "alias": "Fabrikam.CI",
            "definitionReference": {
              "defaultVersionBranch": {
                "id": "",
                "name": ""
              },
              "defaultVersionSpecific": {
                "id": "",
                "name": ""
              },
              "defaultVersionTags": {
                "id": "",
                "name": ""
              },
              "defaultVersionType": {
                "id": "latestType",
                "name": "Latest"
              },
              "definition": {
                "id": "1",
                "name": "Fabrikam.CI"
              },
              "project": {
                "id": "d07908bc-118f-47d2-8a13-ff75601a6b1a",
                "name": "MyFirstProject"
              },
              "version": {
                "id": "2",
                "name": "2"
              },
              "artifactSourceVersionUrl": {
                "id": "https://fabrikam:8080/tfs/_permalink/_build/index?collectionId=13d3daac-03b8-4a23-9cc4-2c3de65dab63&projectId=d07908bc-118f-47d2-8a13-ff75601a6b1a&buildId=2",
                "name": ""
              },
              "artifactSourceDefinitionUrl": {
                "id": "https://fabrikam:8080/tfs/_permalink/_build/index?collectionId=13d3daac-03b8-4a23-9cc4-2c3de65dab63&projectId=d07908bc-118f-47d2-8a13-ff75601a6b1a&definitionId=1",
                "name": ""
              },
              "branch": {
                "id": "refs/heads/master",
                "name": "refs/heads/master"
              }
            },
            "isPrimary": true
          }
        ],
        "webAccessUri": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=15&_a=release-summary",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/15"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=15&_a=release-summary"
          }
        },
        "description": null,
        "releaseDefinition": null,
        "createdOn": "0001-01-01T00:00:00",
        "createdBy": null,
        "modifiedBy": null,
        "reason": "none"
      },
      "releaseDefinition": {
        "id": 1,
        "name": "MyShuttle.CD",
        "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
          }
        }
      },
      "releaseEnvironment": {
        "id": 58,
        "name": "QA",
        "_links": {}
      },
      "definitionEnvironmentId": 2,
      "attempt": 1,
      "reason": "automated",
      "deploymentStatus": "succeeded",
      "operationStatus": "Approved",
      "requestedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "requestedFor": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "queuedOn": "0001-01-01T00:00:00",
      "startedOn": "2017-06-16T01:17:15.667Z",
      "lastModifiedOn": "2017-06-16T01:18:35.497Z",
      "lastModifiedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "conditions": [
        {
          "result": true,
          "name": "Dev",
          "conditionType": "environmentState",
          "value": "4"
        }
      ],
      "scheduledDeploymentTime": "0001-01-01T00:00:00",
      "preDeployApprovals": [
        {
          "id": 172,
          "revision": 1,
          "approvalType": "preDeploy",
          "createdOn": "2017-06-16T01:17:16.29Z",
          "modifiedOn": "2017-06-16T01:17:16.337Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 1,
          "release": {
            "id": 15,
            "name": "Release-15",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/15",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 58,
            "name": "QA",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/172"
        }
      ],
      "postDeployApprovals": [
        {
          "id": 174,
          "revision": 1,
          "approvalType": "postDeploy",
          "createdOn": "2017-06-16T01:18:35.37Z",
          "modifiedOn": "2017-06-16T01:18:35.417Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 3,
          "release": {
            "id": 15,
            "name": "Release-15",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/15",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 58,
            "name": "QA",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/174"
        }
      ],
      "_links": {}
    },
    {
      "id": 57,
      "release": {
        "id": 15,
        "name": "Release-15",
        "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/15",
        "artifacts": [
          {
            "sourceId": "d07908bc-118f-47d2-8a13-ff75601a6b1a:1",
            "type": "Build",
            "alias": "Fabrikam.CI",
            "definitionReference": {
              "defaultVersionBranch": {
                "id": "",
                "name": ""
              },
              "defaultVersionSpecific": {
                "id": "",
                "name": ""
              },
              "defaultVersionTags": {
                "id": "",
                "name": ""
              },
              "defaultVersionType": {
                "id": "latestType",
                "name": "Latest"
              },
              "definition": {
                "id": "1",
                "name": "Fabrikam.CI"
              },
              "project": {
                "id": "d07908bc-118f-47d2-8a13-ff75601a6b1a",
                "name": "MyFirstProject"
              },
              "version": {
                "id": "2",
                "name": "2"
              },
              "artifactSourceVersionUrl": {
                "id": "https://fabrikam:8080/tfs/_permalink/_build/index?collectionId=13d3daac-03b8-4a23-9cc4-2c3de65dab63&projectId=d07908bc-118f-47d2-8a13-ff75601a6b1a&buildId=2",
                "name": ""
              },
              "artifactSourceDefinitionUrl": {
                "id": "https://fabrikam:8080/tfs/_permalink/_build/index?collectionId=13d3daac-03b8-4a23-9cc4-2c3de65dab63&projectId=d07908bc-118f-47d2-8a13-ff75601a6b1a&definitionId=1",
                "name": ""
              },
              "branch": {
                "id": "refs/heads/master",
                "name": "refs/heads/master"
              }
            },
            "isPrimary": true
          }
        ],
        "webAccessUri": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=15&_a=release-summary",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/15"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=15&_a=release-summary"
          }
        },
        "description": null,
        "releaseDefinition": null,
        "createdOn": "0001-01-01T00:00:00",
        "createdBy": null,
        "modifiedBy": null,
        "reason": "none"
      },
      "releaseDefinition": {
        "id": 1,
        "name": "MyShuttle.CD",
        "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
          }
        }
      },
      "releaseEnvironment": {
        "id": 57,
        "name": "Dev",
        "_links": {}
      },
      "definitionEnvironmentId": 1,
      "attempt": 1,
      "reason": "automated",
      "deploymentStatus": "succeeded",
      "operationStatus": "Approved",
      "requestedBy": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "requestedFor": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "queuedOn": "0001-01-01T00:00:00",
      "startedOn": "2017-06-16T00:25:39.51Z",
      "lastModifiedOn": "2017-06-16T01:17:15.48Z",
      "lastModifiedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "conditions": [
        {
          "result": true,
          "name": "ReleaseStarted",
          "conditionType": "event",
          "value": ""
        }
      ],
      "scheduledDeploymentTime": "0001-01-01T00:00:00",
      "preDeployApprovals": [
        {
          "id": 169,
          "revision": 1,
          "approver": {
            "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "displayName": "Chuck Reinhart",
            "uniqueName": "fabfiber@outlook.com",
            "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
          },
          "approvedBy": {
            "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "displayName": "Chuck Reinhart",
            "uniqueName": "fabfiber@outlook.com",
            "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
          },
          "approvalType": "preDeploy",
          "createdOn": "2017-06-16T00:25:40.493Z",
          "modifiedOn": "2017-06-16T01:16:27.807Z",
          "status": "approved",
          "comments": "Good to go!",
          "isAutomated": false,
          "isNotificationOn": true,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 1,
          "release": {
            "id": 15,
            "name": "Release-15",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/15",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 57,
            "name": "Dev",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/169"
        }
      ],
      "postDeployApprovals": [
        {
          "id": 171,
          "revision": 1,
          "approvalType": "postDeploy",
          "createdOn": "2017-06-16T01:17:15.337Z",
          "modifiedOn": "2017-06-16T01:17:15.383Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 3,
          "release": {
            "id": 15,
            "name": "Release-15",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/15",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 57,
            "name": "Dev",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/171"
        }
      ],
      "_links": {}
    },
    {
      "id": 56,
      "release": {
        "id": 11,
        "name": "Release-11",
        "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/11",
        "artifacts": [],
        "webAccessUri": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=11&_a=release-summary",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/11"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=11&_a=release-summary"
          }
        },
        "description": null,
        "releaseDefinition": null,
        "createdOn": "0001-01-01T00:00:00",
        "createdBy": null,
        "modifiedBy": null,
        "reason": "none"
      },
      "releaseDefinition": {
        "id": 1,
        "name": "MyShuttle.CD",
        "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
          }
        }
      },
      "releaseEnvironment": {
        "id": 44,
        "name": "PROD",
        "_links": {}
      },
      "definitionEnvironmentId": 4,
      "attempt": 1,
      "reason": "automated",
      "deploymentStatus": "succeeded",
      "operationStatus": "Approved",
      "requestedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "requestedFor": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "queuedOn": "0001-01-01T00:00:00",
      "startedOn": "2017-06-11T17:26:51.753Z",
      "lastModifiedOn": "2017-06-11T17:27:38.077Z",
      "lastModifiedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "conditions": [
        {
          "result": true,
          "name": "PPE",
          "conditionType": "environmentState",
          "value": "4"
        }
      ],
      "scheduledDeploymentTime": "0001-01-01T00:00:00",
      "preDeployApprovals": [
        {
          "id": 166,
          "revision": 1,
          "approvalType": "preDeploy",
          "createdOn": "2017-06-11T17:26:52.52Z",
          "modifiedOn": "2017-06-11T17:26:52.567Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 1,
          "release": {
            "id": 11,
            "name": "Release-11",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/11",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 44,
            "name": "PROD",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/166"
        }
      ],
      "postDeployApprovals": [
        {
          "id": 168,
          "revision": 1,
          "approvalType": "postDeploy",
          "createdOn": "2017-06-11T17:27:37.763Z",
          "modifiedOn": "2017-06-11T17:27:37.843Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 3,
          "release": {
            "id": 11,
            "name": "Release-11",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/11",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 44,
            "name": "PROD",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/168"
        }
      ],
      "_links": {}
    },
    {
      "id": 55,
      "release": {
        "id": 11,
        "name": "Release-11",
        "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/11",
        "artifacts": [],
        "webAccessUri": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=11&_a=release-summary",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/11"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=11&_a=release-summary"
          }
        },
        "description": null,
        "releaseDefinition": null,
        "createdOn": "0001-01-01T00:00:00",
        "createdBy": null,
        "modifiedBy": null,
        "reason": "none"
      },
      "releaseDefinition": {
        "id": 1,
        "name": "MyShuttle.CD",
        "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
          }
        }
      },
      "releaseEnvironment": {
        "id": 43,
        "name": "PPE",
        "_links": {}
      },
      "definitionEnvironmentId": 3,
      "attempt": 1,
      "reason": "automated",
      "deploymentStatus": "succeeded",
      "operationStatus": "Approved",
      "requestedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "requestedFor": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "queuedOn": "0001-01-01T00:00:00",
      "startedOn": "2017-06-11T17:26:07.37Z",
      "lastModifiedOn": "2017-06-11T17:26:51.44Z",
      "lastModifiedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "conditions": [
        {
          "result": true,
          "name": "QA",
          "conditionType": "environmentState",
          "value": "4"
        }
      ],
      "scheduledDeploymentTime": "0001-01-01T00:00:00",
      "preDeployApprovals": [
        {
          "id": 163,
          "revision": 1,
          "approvalType": "preDeploy",
          "createdOn": "2017-06-11T17:26:09.15Z",
          "modifiedOn": "2017-06-11T17:26:09.243Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 1,
          "release": {
            "id": 11,
            "name": "Release-11",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/11",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 43,
            "name": "PPE",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/163"
        }
      ],
      "postDeployApprovals": [
        {
          "id": 165,
          "revision": 1,
          "approvalType": "postDeploy",
          "createdOn": "2017-06-11T17:26:51.253Z",
          "modifiedOn": "2017-06-11T17:26:51.3Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 3,
          "release": {
            "id": 11,
            "name": "Release-11",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/11",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 43,
            "name": "PPE",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/165"
        }
      ],
      "_links": {}
    },
    {
      "id": 54,
      "release": {
        "id": 11,
        "name": "Release-11",
        "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/11",
        "artifacts": [],
        "webAccessUri": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=11&_a=release-summary",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/11"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=11&_a=release-summary"
          }
        },
        "description": null,
        "releaseDefinition": null,
        "createdOn": "0001-01-01T00:00:00",
        "createdBy": null,
        "modifiedBy": null,
        "reason": "none"
      },
      "releaseDefinition": {
        "id": 1,
        "name": "MyShuttle.CD",
        "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
          }
        }
      },
      "releaseEnvironment": {
        "id": 42,
        "name": "QA",
        "_links": {}
      },
      "definitionEnvironmentId": 2,
      "attempt": 1,
      "reason": "automated",
      "deploymentStatus": "succeeded",
      "operationStatus": "Approved",
      "requestedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "requestedFor": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "queuedOn": "0001-01-01T00:00:00",
      "startedOn": "2017-06-11T17:25:20.14Z",
      "lastModifiedOn": "2017-06-11T17:26:07.07Z",
      "lastModifiedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "conditions": [
        {
          "result": true,
          "name": "Dev",
          "conditionType": "environmentState",
          "value": "4"
        }
      ],
      "scheduledDeploymentTime": "0001-01-01T00:00:00",
      "preDeployApprovals": [
        {
          "id": 160,
          "revision": 1,
          "approvalType": "preDeploy",
          "createdOn": "2017-06-11T17:25:21.013Z",
          "modifiedOn": "2017-06-11T17:25:21.077Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 1,
          "release": {
            "id": 11,
            "name": "Release-11",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/11",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 42,
            "name": "QA",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/160"
        }
      ],
      "postDeployApprovals": [
        {
          "id": 162,
          "revision": 1,
          "approvalType": "postDeploy",
          "createdOn": "2017-06-11T17:26:06.913Z",
          "modifiedOn": "2017-06-11T17:26:06.977Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 3,
          "release": {
            "id": 11,
            "name": "Release-11",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/11",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 42,
            "name": "QA",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/162"
        }
      ],
      "_links": {}
    },
    {
      "id": 53,
      "release": {
        "id": 14,
        "name": "Release-14",
        "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/14",
        "artifacts": [],
        "webAccessUri": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=14&_a=release-summary",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/14"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=14&_a=release-summary"
          }
        },
        "description": null,
        "releaseDefinition": null,
        "createdOn": "0001-01-01T00:00:00",
        "createdBy": null,
        "modifiedBy": null,
        "reason": "none"
      },
      "releaseDefinition": {
        "id": 1,
        "name": "MyShuttle.CD",
        "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
          }
        }
      },
      "releaseEnvironment": {
        "id": 56,
        "name": "PROD",
        "_links": {}
      },
      "definitionEnvironmentId": 4,
      "attempt": 1,
      "reason": "automated",
      "deploymentStatus": "succeeded",
      "operationStatus": "Approved",
      "requestedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "requestedFor": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "queuedOn": "0001-01-01T00:00:00",
      "startedOn": "2017-06-01T09:48:17.653Z",
      "lastModifiedOn": "2017-06-01T09:48:59.35Z",
      "lastModifiedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "conditions": [
        {
          "result": true,
          "name": "PPE",
          "conditionType": "environmentState",
          "value": "4"
        }
      ],
      "scheduledDeploymentTime": "0001-01-01T00:00:00",
      "preDeployApprovals": [
        {
          "id": 155,
          "revision": 1,
          "approvalType": "preDeploy",
          "createdOn": "2017-06-01T09:48:18.293Z",
          "modifiedOn": "2017-06-01T09:48:18.34Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 1,
          "release": {
            "id": 14,
            "name": "Release-14",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/14",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 56,
            "name": "PROD",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/155"
        }
      ],
      "postDeployApprovals": [
        {
          "id": 157,
          "revision": 1,
          "approvalType": "postDeploy",
          "createdOn": "2017-06-01T09:48:59.223Z",
          "modifiedOn": "2017-06-01T09:48:59.27Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 3,
          "release": {
            "id": 14,
            "name": "Release-14",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/14",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 56,
            "name": "PROD",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/157"
        }
      ],
      "_links": {}
    },
    {
      "id": 52,
      "release": {
        "id": 14,
        "name": "Release-14",
        "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/14",
        "artifacts": [],
        "webAccessUri": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=14&_a=release-summary",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/14"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=14&_a=release-summary"
          }
        },
        "description": null,
        "releaseDefinition": null,
        "createdOn": "0001-01-01T00:00:00",
        "createdBy": null,
        "modifiedBy": null,
        "reason": "none"
      },
      "releaseDefinition": {
        "id": 1,
        "name": "MyShuttle.CD",
        "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
          }
        }
      },
      "releaseEnvironment": {
        "id": 55,
        "name": "PPE",
        "_links": {}
      },
      "definitionEnvironmentId": 3,
      "attempt": 1,
      "reason": "automated",
      "deploymentStatus": "succeeded",
      "operationStatus": "Approved",
      "requestedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "requestedFor": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "queuedOn": "0001-01-01T00:00:00",
      "startedOn": "2017-06-01T09:46:52.043Z",
      "lastModifiedOn": "2017-06-01T09:48:17.403Z",
      "lastModifiedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "conditions": [
        {
          "result": true,
          "name": "QA",
          "conditionType": "environmentState",
          "value": "4"
        }
      ],
      "scheduledDeploymentTime": "0001-01-01T00:00:00",
      "preDeployApprovals": [
        {
          "id": 151,
          "revision": 1,
          "approvalType": "preDeploy",
          "createdOn": "2017-06-01T09:46:52.64Z",
          "modifiedOn": "2017-06-01T09:46:52.67Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 1,
          "release": {
            "id": 14,
            "name": "Release-14",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/14",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 55,
            "name": "PPE",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/151"
        }
      ],
      "postDeployApprovals": [
        {
          "id": 154,
          "revision": 1,
          "approvalType": "postDeploy",
          "createdOn": "2017-06-01T09:48:17.28Z",
          "modifiedOn": "2017-06-01T09:48:17.31Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 3,
          "release": {
            "id": 14,
            "name": "Release-14",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/14",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 55,
            "name": "PPE",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/154"
        }
      ],
      "_links": {}
    },
    {
      "id": 50,
      "release": {
        "id": 14,
        "name": "Release-14",
        "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/14",
        "artifacts": [],
        "webAccessUri": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=14&_a=release-summary",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/14"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=14&_a=release-summary"
          }
        },
        "description": null,
        "releaseDefinition": null,
        "createdOn": "0001-01-01T00:00:00",
        "createdBy": null,
        "modifiedBy": null,
        "reason": "none"
      },
      "releaseDefinition": {
        "id": 1,
        "name": "MyShuttle.CD",
        "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
          }
        }
      },
      "releaseEnvironment": {
        "id": 54,
        "name": "QA",
        "_links": {}
      },
      "definitionEnvironmentId": 2,
      "attempt": 1,
      "reason": "automated",
      "deploymentStatus": "succeeded",
      "operationStatus": "Approved",
      "requestedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "requestedFor": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "queuedOn": "0001-01-01T00:00:00",
      "startedOn": "2017-06-01T09:45:33.763Z",
      "lastModifiedOn": "2017-06-01T09:46:51.827Z",
      "lastModifiedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "conditions": [
        {
          "result": true,
          "name": "Dev",
          "conditionType": "environmentState",
          "value": "4"
        }
      ],
      "scheduledDeploymentTime": "0001-01-01T00:00:00",
      "preDeployApprovals": [
        {
          "id": 145,
          "revision": 1,
          "approvalType": "preDeploy",
          "createdOn": "2017-06-01T09:45:34.25Z",
          "modifiedOn": "2017-06-01T09:45:34.297Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 1,
          "release": {
            "id": 14,
            "name": "Release-14",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/14",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 54,
            "name": "QA",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/145"
        }
      ],
      "postDeployApprovals": [
        {
          "id": 150,
          "revision": 1,
          "approvalType": "postDeploy",
          "createdOn": "2017-06-01T09:46:51.687Z",
          "modifiedOn": "2017-06-01T09:46:51.73Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 3,
          "release": {
            "id": 14,
            "name": "Release-14",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/14",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 54,
            "name": "QA",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/150"
        }
      ],
      "_links": {}
    },
    {
      "id": 47,
      "release": {
        "id": 14,
        "name": "Release-14",
        "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/14",
        "artifacts": [],
        "webAccessUri": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=14&_a=release-summary",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/14"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=14&_a=release-summary"
          }
        },
        "description": null,
        "releaseDefinition": null,
        "createdOn": "0001-01-01T00:00:00",
        "createdBy": null,
        "modifiedBy": null,
        "reason": "none"
      },
      "releaseDefinition": {
        "id": 1,
        "name": "MyShuttle.CD",
        "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
          }
        }
      },
      "releaseEnvironment": {
        "id": 53,
        "name": "Dev",
        "_links": {}
      },
      "definitionEnvironmentId": 1,
      "attempt": 1,
      "reason": "automated",
      "deploymentStatus": "succeeded",
      "operationStatus": "Approved",
      "requestedBy": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "requestedFor": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "queuedOn": "0001-01-01T00:00:00",
      "startedOn": "2017-06-01T09:42:15.413Z",
      "lastModifiedOn": "2017-06-01T09:45:33.593Z",
      "lastModifiedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "conditions": [
        {
          "result": true,
          "name": "ReleaseStarted",
          "conditionType": "event",
          "value": ""
        }
      ],
      "scheduledDeploymentTime": "0001-01-01T00:00:00",
      "preDeployApprovals": [
        {
          "id": 134,
          "revision": 1,
          "approver": {
            "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "displayName": "Chuck Reinhart",
            "uniqueName": "fabfiber@outlook.com",
            "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
          },
          "approvedBy": {
            "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "displayName": "Chuck Reinhart",
            "uniqueName": "fabfiber@outlook.com",
            "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
          },
          "approvalType": "preDeploy",
          "createdOn": "2017-06-01T09:42:16.053Z",
          "modifiedOn": "2017-06-01T09:42:53.873Z",
          "status": "approved",
          "comments": "Good to go!",
          "isAutomated": false,
          "isNotificationOn": true,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 1,
          "release": {
            "id": 14,
            "name": "Release-14",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/14",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 53,
            "name": "Dev",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/134"
        }
      ],
      "postDeployApprovals": [
        {
          "id": 144,
          "revision": 1,
          "approvalType": "postDeploy",
          "createdOn": "2017-06-01T09:45:33.45Z",
          "modifiedOn": "2017-06-01T09:45:33.5Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 3,
          "release": {
            "id": 14,
            "name": "Release-14",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/14",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 53,
            "name": "Dev",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/144"
        }
      ],
      "_links": {}
    },
    {
      "id": 35,
      "release": {
        "id": 11,
        "name": "Release-11",
        "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/11",
        "artifacts": [],
        "webAccessUri": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=11&_a=release-summary",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/11"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=11&_a=release-summary"
          }
        },
        "description": null,
        "releaseDefinition": null,
        "createdOn": "0001-01-01T00:00:00",
        "createdBy": null,
        "modifiedBy": null,
        "reason": "none"
      },
      "releaseDefinition": {
        "id": 1,
        "name": "MyShuttle.CD",
        "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
        "_links": {
          "self": {
            "href": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
          },
          "web": {
            "href": "https://fabrikam:8080/tfs/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
          }
        }
      },
      "releaseEnvironment": {
        "id": 41,
        "name": "Dev",
        "_links": {}
      },
      "definitionEnvironmentId": 1,
      "attempt": 1,
      "reason": "automated",
      "deploymentStatus": "succeeded",
      "operationStatus": "Approved",
      "requestedBy": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "requestedFor": {
        "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "displayName": "Chuck Reinhart",
        "uniqueName": "fabfiber@outlook.com",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
      },
      "queuedOn": "0001-01-01T00:00:00",
      "startedOn": "2017-06-01T09:34:33.993Z",
      "lastModifiedOn": "2017-06-11T17:25:19.937Z",
      "lastModifiedBy": {
        "id": "0000000d-0000-8888-8000-000000000000",
        "displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
        "uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
        "url": "https://fabrikam:8080/tfs/_apis/Identities/0000000d-0000-8888-8000-000000000000",
        "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
      },
      "conditions": [
        {
          "result": true,
          "name": "ReleaseStarted",
          "conditionType": "event",
          "value": ""
        }
      ],
      "scheduledDeploymentTime": "0001-01-01T00:00:00",
      "preDeployApprovals": [
        {
          "id": 100,
          "revision": 1,
          "approver": {
            "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "displayName": "Chuck Reinhart",
            "uniqueName": "fabfiber@outlook.com",
            "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
          },
          "approvedBy": {
            "id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "displayName": "Chuck Reinhart",
            "uniqueName": "fabfiber@outlook.com",
            "url": "https://fabrikam:8080/tfs/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
            "imageUrl": "https://fabrikam:8080/tfs/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
          },
          "approvalType": "preDeploy",
          "createdOn": "2017-06-01T09:34:34.68Z",
          "modifiedOn": "2017-06-11T17:24:31.787Z",
          "status": "approved",
          "comments": "Good to go!",
          "isAutomated": false,
          "isNotificationOn": true,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 1,
          "release": {
            "id": 11,
            "name": "Release-11",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/11",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 41,
            "name": "Dev",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/100"
        }
      ],
      "postDeployApprovals": [
        {
          "id": 159,
          "revision": 1,
          "approvalType": "postDeploy",
          "createdOn": "2017-06-11T17:25:19.763Z",
          "modifiedOn": "2017-06-11T17:25:19.827Z",
          "status": "approved",
          "comments": "",
          "isAutomated": true,
          "isNotificationOn": false,
          "trialNumber": 1,
          "attempt": 1,
          "rank": 3,
          "release": {
            "id": 11,
            "name": "Release-11",
            "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/releases/11",
            "_links": {}
          },
          "releaseDefinition": {
            "id": 0,
            "name": "MyShuttle.CD",
            "url": "https://fabrikam:8080/tfsd07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
            "_links": {}
          },
          "releaseEnvironment": {
            "id": 41,
            "name": "Dev",
            "_links": {}
          },
          "url": "https://fabrikam:8080/tfsMyFirstProject/_apis/Release/approvals/159"
        }
      ],
      "_links": {}
    }
  ]
}

Definitions

Name Description
ApprovalStatus

Gets or sets the status of the approval.

ApprovalType

Gets or sets the type of approval.

Artifact
ArtifactSourceReference
Condition
ConditionType

Gets or sets the condition type.

Deployment
DeploymentOperationStatus

Gets operation status of deployment.

DeploymentReason

Gets reason of deployment.

DeploymentStatus

Gets status of the deployment.

IdentityRef
ReferenceLinks

The class to represent a collection of REST reference links.

ReleaseApproval
ReleaseApprovalHistory
ReleaseDefinitionShallowReference
ReleaseEnvironmentShallowReference
ReleaseQueryOrder
ReleaseReason

Gets reason for release.

ReleaseReference
ReleaseShallowReference

ApprovalStatus

Gets or sets the status of the approval.

Name Type Description
approved

string

canceled

string

pending

string

reassigned

string

rejected

string

skipped

string

undefined

string

ApprovalType

Gets or sets the type of approval.

Name Type Description
all

string

postDeploy

string

preDeploy

string

undefined

string

Artifact

Name Type Description
alias

string

Gets or sets alias.

definitionReference

<string,  ArtifactSourceReference>

Gets or sets definition reference. e.g. {"project":{"id":"fed755ea-49c5-4399-acea-fd5b5aa90a6c","name":"myProject"},"definition":{"id":"1","name":"mybuildDefinition"},"connection":{"id":"1","name":"myConnection"}}

isPrimary

boolean

Gets or sets as artifact is primary or not.

type

string

Gets or sets type. It can have value as 'Build', 'Jenkins', 'GitHub', 'Nuget', 'Team Build (external)', 'ExternalTFSBuild', 'Git', 'TFVC', 'ExternalTfsXamlBuild'.

ArtifactSourceReference

Name Type Description
id

string

name

string

Condition

Name Type Description
conditionType

ConditionType

Gets or sets the condition type.

name

string

Gets or sets the name of the condition. e.g. 'ReleaseStarted'.

value

string

Gets or set value of the condition.

ConditionType

Gets or sets the condition type.

Name Type Description
artifact

string

The condition type is artifact.

environmentState

string

The condition type is environment state.

event

string

The condition type is event.

undefined

string

The condition type is undefined.

Deployment

Name Type Description
attempt

integer

Gets attempt number.

completedOn

string

Gets the date on which deployment is complete.

conditions

Condition[]

Gets the list of condition associated with deployment.

definitionEnvironmentId

integer

Gets release definition environment id.

deploymentStatus

DeploymentStatus

Gets status of the deployment.

id

integer

Gets the unique identifier for deployment.

lastModifiedBy

IdentityRef

Gets the identity who last modified the deployment.

lastModifiedOn

string

Gets the date on which deployment is last modified.

operationStatus

DeploymentOperationStatus

Gets operation status of deployment.

postDeployApprovals

ReleaseApproval[]

Gets list of PostDeployApprovals.

preDeployApprovals

ReleaseApproval[]

Gets list of PreDeployApprovals.

queuedOn

string

Gets the date on which deployment is queued.

reason

DeploymentReason

Gets reason of deployment.

release

ReleaseReference

Gets the reference of release.

releaseDefinition

ReleaseDefinitionShallowReference

Gets releaseDefinitionReference which specifies the reference of the release definition to which the deployment is associated.

releaseEnvironment

ReleaseEnvironmentShallowReference

Gets releaseEnvironmentReference which specifies the reference of the release environment to which the deployment is associated.

requestedBy

IdentityRef

Gets the identity who requested.

requestedFor

IdentityRef

Gets the identity for whom deployment is requested.

scheduledDeploymentTime

string

Gets the date on which deployment is scheduled.

startedOn

string

Gets the date on which deployment is started.

DeploymentOperationStatus

Gets operation status of deployment.

Name Type Description
all

string

The deployment operation status is all.

approved

string

The deployment operation status is approved.

canceled

string

The deployment operation status is canceled.

cancelling

string

The deployment operation status is cancelling.

deferred

string

The deployment operation status is deferred.

evaluatingGates

string

The deployment operation status is EvaluatingGates.

gateFailed

string

The deployment operation status is GateFailed.

manualInterventionPending

string

The deployment operation status is manualintervention pending.

pending

string

The deployment operation status is pending.

phaseCanceled

string

The deployment operation status is phase canceled.

phaseFailed

string

The deployment operation status is phase failed.

phaseInProgress

string

The deployment operation status is phase inprogress.

phasePartiallySucceeded

string

The deployment operation status is phase partially succeeded.

phaseSucceeded

string

The deployment operation status is phase succeeded.

queued

string

The deployment operation status is queued.

queuedForAgent

string

The deployment operation status is queued for agent.

queuedForPipeline

string

The deployment operation status is queued for pipeline.

rejected

string

The deployment operation status is rejected.

scheduled

string

The deployment operation status is scheduled.

undefined

string

The deployment operation status is undefined.

DeploymentReason

Gets reason of deployment.

Name Type Description
automated

string

The deployment reason is automated.

manual

string

The deployment reason is manual.

none

string

The deployment reason is none.

scheduled

string

The deployment reason is scheduled.

DeploymentStatus

Gets status of the deployment.

Name Type Description
all

string

The deployment status is all.

failed

string

The deployment status is failed.

inProgress

string

The deployment status is inprogress.

notDeployed

string

The deployment status is not deployed.

partiallySucceeded

string

The deployment status is partiallysucceeded.

succeeded

string

The deployment status is succeeded.

undefined

string

The deployment status is undefined.

IdentityRef

Name Type Description
_links

ReferenceLinks

This field contains zero or more interesting links about the graph subject. These links may be invoked to obtain additional relationships or more detailed information about this graph subject.

descriptor

string

The descriptor is the primary way to reference the graph subject while the system is running. This field will uniquely identify the same graph subject across both Accounts and Collections.

directoryAlias

string

displayName

string

This is the non-unique display name of the graph subject. To change this field, you must alter its value in the source provider.

id

string

imageUrl

string

inactive

boolean

isAadIdentity

boolean

isContainer

boolean

profileUrl

string

uniqueName

string

url

string

This url is the full route to the source resource of this graph subject.

The class to represent a collection of REST reference links.

Name Type Description
links

object

The readonly view of the links. Because Reference links are readonly, we only want to expose them as read only.

ReleaseApproval

Name Type Description
approvalType

ApprovalType

Gets or sets the type of approval.

approvedBy

IdentityRef

Gets the identity who approved.

approver

IdentityRef

Gets or sets the identity who should approve.

attempt

integer

Gets or sets attempt which specifies as which deployment attempt it belongs.

comments

string

Gets or sets comments for approval.

createdOn

string

Gets date on which it got created.

history

ReleaseApprovalHistory[]

Gets history which specifies all approvals associated with this approval.

id

integer

Gets the unique identifier of this field.

isAutomated

boolean

Gets or sets as approval is automated or not.

isNotificationOn

boolean

modifiedOn

string

Gets date on which it got modified.

rank

integer

Gets or sets rank which specifies the order of the approval. e.g. Same rank denotes parallel approval.

release

ReleaseShallowReference

Gets releaseReference which specifies the reference of the release to which this approval is associated.

releaseDefinition

ReleaseDefinitionShallowReference

Gets releaseDefinitionReference which specifies the reference of the release definition to which this approval is associated.

releaseEnvironment

ReleaseEnvironmentShallowReference

Gets releaseEnvironmentReference which specifies the reference of the release environment to which this approval is associated.

revision

integer

Gets the revision number.

status

ApprovalStatus

Gets or sets the status of the approval.

trialNumber

integer

url

string

Gets url to access the approval.

ReleaseApprovalHistory

Name Type Description
approver

IdentityRef

changedBy

IdentityRef

comments

string

createdOn

string

modifiedOn

string

revision

integer

ReleaseDefinitionShallowReference

Name Type Description
_links

ReferenceLinks

Gets the links to related resources, APIs, and views for the release definition.

id

integer

Gets the unique identifier of release definition.

name

string

Gets or sets the name of the release definition.

url

string

Gets the REST API url to access the release definition.

ReleaseEnvironmentShallowReference

Name Type Description
_links

ReferenceLinks

Gets the links to related resources, APIs, and views for the release environment.

id

integer

Gets the unique identifier of release environment.

name

string

Gets or sets the name of the release environment.

url

string

Gets the REST API url to access the release environment.

ReleaseQueryOrder

Name Type Description
ascending

string

descending

string

ReleaseReason

Gets reason for release.

Name Type Description
continuousIntegration

string

manual

string

none

string

schedule

string

ReleaseReference

Name Type Description
_links

ReferenceLinks

Gets links to access the release.

artifacts

Artifact[]

Gets list of artifacts.

createdBy

IdentityRef

Gets the identity who created.

createdOn

string

Gets date on which it got created.

description

string

Gets description.

id

integer

Gets the unique identifier of this field.

modifiedBy

IdentityRef

Gets the identity who modified.

name

string

Gets name of release.

reason

ReleaseReason

Gets reason for release.

releaseDefinition

ReleaseDefinitionShallowReference

Gets release definition shallow reference.

ReleaseShallowReference

Name Type Description
_links

ReferenceLinks

Gets the links to related resources, APIs, and views for the release.

id

integer

Gets the unique identifier of release.

name

string

Gets or sets the name of the release.

url

string

Gets the REST API url to access the release.