Back | Public Strata API/committee
https://strata-<<REGION>>.urbanise.com/integrations/api/committee/client/<<CID>>/planNo/<<PLAN_NUMBER>>/list
The <<REGION>> is determined by the location of the application you want to send the request to.
Regions include: AU (Australia & Asia), MENA (Middle East & Caribbean) & SA (South Africa)
Example: https://strata-au.urbanise.com
This is your "Client ID".
The "Plan Number" of the property you're requesting data for.
The following must be passed in the request header.
Accept: application/json
Authorization: Bearer <<token>>
Note the authorization token must be obtained from Urbanise.
Below is an example of a request.
https://strata-mena.urbanise.com/integrations/api/committee/client/802/planNo/DM42/list
Accept: application/json
Authorization: Bearer cf290305-c688-44c6-b248-a3352b19c519
{
"planNumber": "4359612",
"comPosition": "Treasurer",
"comLot": "504",
"comFirstName": "",
"comLastName": "James May",
"comStreetAddress": "6 Main Avenue",
"comState": "QLD",
"comPostCode": "4551",
"comCountry": "Australia",
"comCity": "PELICAN WATERS QLD",
"comEmails": [
"james.may@emailaddress.com"
],
"comPhones": [
{
"type": "Fax",
"number": "07 5443 000",
"countryCode": "",
"areaCode": "",
"preferred": false
},
{
"type": "Mobile",
"number": "0413 707 000",
"countryCode": "",
"areaCode": "",
"preferred": false
},
{
"type": "Phone",
"number": "07 5443 0000",
"countryCode": "",
"areaCode": "",
"preferred": false
}
],
"addressUseFors": [],
"emailUseFors": {}
}