GET api/workplan/{id}/versions

Get all versions

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of WorkPlanVersion
NameDescriptionTypeAdditional information
WorkPlanId

globally unique identifier

None.

VersionName

string

None.

VersionTime

date

None.

VersionNumber

integer

None.

Name

string

None.

Archived

boolean

None.

Author

globally unique identifier

None.

Created

date

None.

Modified

date

None.

Editor

globally unique identifier

None.

PlannerTypeId

globally unique identifier

None.

ParentPlanId

globally unique identifier

None.

PortfolioParentId

globally unique identifier

None.

PortfolioOrder

integer

None.

UserList

Collection of UserAccess

None.

InheritUserList

Collection of UserAccess

None.

TeamList

Collection of TeamAccess

None.

InheritTeamList

Collection of TeamAccess

None.

Fields

Dictionary of string [key] and Object [value]

None.

SummaryFields

Dictionary of string [key] and Object [value]

None.

Folder

boolean

None.

Fragment

boolean

None.

FragmentInfo

FragmentInfo

None.

Hidden

boolean

None.

Comments

Collection of TaskComment

None.

LastComment

date

None.

DateSets

Collection of PlanDateSet

None.

Integrations

Collection of IntegratedSystem

None.

Snapshots

Collection of FieldSnapshot

None.

SubPlans

Collection of globally unique identifier

None.

PlanNumber

string

None.

RateTables

Collection of PlanRateTable

None.

Splits

Collection of LookupSplit

None.

LockInfo

PlanLockInfo

None.

LastLocation

string

None.

StageGateFlow

StageGateFlow

None.

id

globally unique identifier

None.

ConfigId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:

Sample not available.