You can fetch project details from here
Query String
Parameter
Required
Value
pinProjectId
Mandatory
1
Request Header
Parameter
Required
Value
TokenKey
Mandatory
User Input
Accept-Language
Optional
en-US
Accept-Encoding
Optional
gzip
Content-Type
Mandatory
application/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": "ayong@planwell.com",
"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 Name
Description
0 – Contact
Contact
1 – FreeUser
Free User
2 – HostingUser
Employee
3 – CollaborativeUser
Shared User
4 – LiteUser
Lite User
Remarks:
- Put -1 in query string parameter pinProjectId for getting default selected project details. If default selected project is not active, then nothing will return.
Updated 20 minutes ago