Get Project Details by ID

You can fetch project details from here

/api/Project

Query String

ParameterRequiredValue
pinProjectIdMandatory1

Request Header

ParameterRequiredValue
TokenKeyMandatoryUser Input
Accept-LanguageOptionalen-US
Accept-EncodingOptionalgzip
Content-TypeMandatoryapplication/json

Response

TokenKey → Your-Key
{
  "CountryName": "India",
  "ProjectAddress1": "Salt Lake",
  "ProjectAddress2": "Sec - V",
  "City": "Kolkata",
  "StateName": "West Bengal",
  "Zip": "700091",
  "ProjectEndDate": "2016-12-31T12:18:00",
  "ProjectOwner": {
    "CompanyName": "Ayan Inc",
    "Fax": "",
    "Address1": "SaltLake",
    "Address2": "",
    "City": "Howrah",
    "StateName": "West Bengal",
    "CountryName": "India",
    "ZipCode": "700091",
    "Phone": "1234561234",
    "WebURL": "",
    "PhoneWork": "1234561234",
    "PhoneExt": "",
    "PhoneAfterHrs": "",
    "Pager": "",
    "PhoneMobile": "9876543210",
    "WorkingDays": "0111110",
    "WorkingStartHours": "09:00",
    "WorkingEndHours": "17:00",
    "TimeZone": "(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi",
    "Title": " Mr.",
    "LastLoginDate": "2013-01-09T01:47:50.997",
    "PWUserID": 12249,
    "PWAccountID": 12207,
    "PWContactID": 121455,
    "FirstName": "Ayan",
    "MiddleName": "",
    "LastName": "Ghosh",
    "Email": "[email protected]",
    "UserName": "Ayan Ghosh"
  },
  "PINProjectID": 12154,
  "ProjectNumber": "PN/12/05/003",
  "ProjectName": "South City Town",
  "ProjectStartDate": "2012-05-29T12:18:00",
  "ResponseStatus": 2,
  "UserLicenseType": 2,
  "EnableNotifyOnDownload": true,
  "IsArchived": false,
  "IsCabinet": false 
}

Enum : UserLicenseType

Property NameDescription
0 – ContactContact
1 – FreeUserFree User
2 – HostingUserEmployee
3 – CollaborativeUserShared User
4 – LiteUserLite User

Remarks:

  1. Put -1 in query string parameter pinProjectId for getting default selected project details. If default selected project is not active, then nothing will return.