GET api/progression/milestonessummary?progressionRoleId={progressionRoleId}&milestoneLeaseType={milestoneLeaseType}&milestoneCategoryType={milestoneCategoryType}

Get a progression milestone summary for the given progression role

Request Information

URI Parameters

NameDescriptionTypeAdditional information
progressionRoleId

integer

Required

milestoneLeaseType

string

None.

milestoneCategoryType

string

None.

Body Parameters

None.

Response Information

Resource Description

Dezrez.Core.DataContracts.External.Api.Progression.Query.ProgressionMilestonesSummaryDataContract
NameDescriptionTypeAdditional information
VendorCompletedCount

integer

None.

VendorPendingCount

integer

None.

VendorBlockedCount

integer

None.

PurchaserCompletedCount

integer

None.

PurchaserPendingCount

integer

None.

PurchaserBlockedCount

integer

None.

TenantCompletedCount

integer

None.

TenantPendingCount

integer

None.

TenantBlockedCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "VendorCompletedCount": 1,
  "VendorPendingCount": 2,
  "VendorBlockedCount": 3,
  "PurchaserCompletedCount": 4,
  "PurchaserPendingCount": 5,
  "PurchaserBlockedCount": 6,
  "TenantCompletedCount": 7,
  "TenantPendingCount": 8,
  "TenantBlockedCount": 9
}