GET PublishedProjects/{languageCode}
Returns all published projects.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| languageCode |
Language code, "en" by default |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
List of published projects
Collection of SourcePublishedProject| Name | Description | Type | Additional information |
|---|---|---|---|
| PMLeaderEmail |
Defines the project's PM email. |
string |
None. |
| PMLeaderFirstName |
Defines the project's PM FirstName. |
string |
None. |
| PMLeaderLastName |
Defines the project's PM LastName. |
string |
None. |
| PublishedAssessments |
Published assessments if any |
Collection of PublishedAssessment |
None. |
| PublishedDocuments |
Published documents if any |
Collection of Document |
None. |
| Timeline |
Published timeline |
ProjectTimeline |
None. |
| CostEstimatedCapital |
[Obsolete] Defines the project's estimated capital cost (CAPEX). |
decimal number |
None. |
| Completions |
Defines project's Completions (global, by stages and by themes). |
Dictionary of string [key] and decimal number [value] |
None. |
| Contacts |
Published contacts if any |
Collection of Contact |
None. |
| Guid |
Defines the project Id. |
globally unique identifier |
None. |
| Name |
Defines the project's name. |
string |
None. |
| Description |
Defines the project's description. |
string |
None. |
| Sector |
Defines the project's sector. |
ReferenceData |
None. |
| SubSector |
Defines the project's subsector. |
ReferenceData |
None. |
| OtherSubsector |
Defines the project's other subsector. |
ReferenceDataTaxonomy |
None. |
| Territories |
Defines the project's territories. |
Collection of ReferenceData |
None. |
| Locations |
Defines the project's locations. |
Collection of string |
None. |
| OtherLocation |
Defines the project's other location |
string |
None. |
| TypeOfProject |
Defines the type(s) of the project. |
Collection of string |
None. |
| IsPPP |
Defines the project's isPPP. |
boolean |
None. |
| IsUnsolicited |
Defines the project's is unsolicited. |
boolean |
None. |
| LegalFramework |
Defines the project's legal framework. |
CustomFieldValue |
None. |
| Packages |
Defines the project's packages |
Collection of Package |
None. |
| OtherContractualArrangement |
Defines the project's other contractual arrangement. |
string |
None. |
| TechnicalSupport |
Defines the project's technical support. |
CustomFieldValue |
None. |
| Threshold |
Defines the project's threshold. |
CustomFieldValue |
None. |
| OwnerOrganisation |
Defines the project's owner organisation. |
ReferenceData |
None. |
| CurrentProjectStatus |
Defines the project's current project status. |
ReferenceData |
None. |
| CurrentProjectStatusCustom |
Defines the project's current project status custom. |
ReferenceData |
None. |
| Completion |
Defines project's global completion |
decimal number |
None. |
| Created |
Defines the project's creation date. |
date |
None. |
| Modified |
Defines the project's last update date. |
date |
None. |
| ProjectEstimatedDueDate |
Defines the project's estimated due date. |
date |
None. |
| EstimatedCapitalCost |
Defines the project's estimated capital cost in $. |
decimal number |
None. |
| OriginalCurrency |
Defines the project's original currency. |
ReferenceData |
None. |
| OriginalCurrencyEstimatedCapitalCost |
Defines the project's estimated capital cost in original currency. |
decimal number |
None. |
| SiteUrl |
Defines the project's site url. |
string |
None. |
| ProjectProperties |
Defines the project's property bag. |
PropertyBagProject |
None. |
| PMLeaderOrganisation |
Defines the project's PM Organisation. |
string |
None. |
| PMLeaderTelephone |
Defines the project's PM Telephone. |
string |
None. |
| GPSCoordinates |
GPS Coordinates |
Collection of GPSCoordinate |
None. |
| PublicationDate |
Date of publication |
date |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.