VismaBouwsoftAPICalls.v1_GET_ProjectAddresses Method
v1_GET_ProjectAddresses() as String

This API call is used to get fields of a(n) ProjectAddress(s)

HTTP method API version
GET v1

Don’t forget to put the Authorization field in the header

API Path: /ProjectAddresses/
or
API Path: /ProjectAddresses/{id}
or
API Path: /ProjectAddresses/FieldInfo/

You can make this API call:
* without the key field id to get a list of ProjectAddresses
* with the key field id as the path parameter (the specific id of the ProjectAddress you want to get)
* to request the FieldInfo for this call

Fields

The following fields are available:

Field Name Type Id Type Name Length Required Writeable Force Write Link
description 2 tpString 250 No Yes No
yourreference 2 tpString 50 No Yes No
project_id 1 tpLong 0 No No No
project_pnr 1 tpLong 0 No No No
project_unr 1 tpLong 0 No No No
project_name 2 tpString 100 No No No
project_address 2 tpString 63 No No No
project_addressline2 2 tpString 63 No No No
project_countrycode 2 tpString 2 No No No
project_zipcode 2 tpString 15 No No No
project_city 2 tpString 40 No No No
project_state 2 tpString 40 No No No
project_telephone1 2 tpString 25 No No No
project_gsm 2 tpString 25 No No No
project_distance 4 tpDouble 0 No No No
project_approved 5 tpBool 0 No No No
project_rejected 5 tpBool 0 No No No
project_completed 5 tpBool 0 No No No
project_date_created 3 tpDate 0 No No No
project_date_approved 6 tpDateNullString 0 No No No
project_default 5 tpBool 0 No No No
project_be_werkplaatsnr30bis 2 tpString 50 No No No
project_company_id 1 tpLong 0 No No No
address_id 1 tpLong 0 No No No
address_clientnr 1 tpLong 0 No No No
address_suppliernr 1 tpLong 0 No No No
address_name 2 tpString 150 No No No
address_address 2 tpString 63 No No No
address_addressline2 2 tpString 63 No No No
address_countrycode 2 tpString 2 No No No
address_zipcode 2 tpString 15 No No No
address_city 2 tpString 40 No No No
address_state 2 tpString 40 No No No
address_telephone1 9 tpTelefoon 25 No No No
address_telephone2 9 tpTelefoon 25 No No No
address_fax 15 tpFax 25 No No No
address_gsm 9 tpTelefoon 25 No No No
address_email 10 tpEmail 100 No No No
address_active 5 tpBool 0 No No No
address_default 5 tpBool 0 No No No
type 2 tpString 100 No No No

/ProjectAddresses/

API Path: /ProjectAddresses/

If everything succeeds the HTTP response status is 200
(200 OK)

If there is something wrong with the request, the response status and code is 400
(400 Bad Request)

If you forget to send the Authorization, the response status is 401
(401 Unauthorized)

If what you sent can’t be processed, the response status is 500
(500 Internal Server Error)

For an explanation of all possible errors, please consult our section on possible answers to API calls here

Examples:

https://ra.bouwsoft.be/api/v1/ProjectAddresses

with the following parameters :

Header Parameters :
ParameterName: Clientnr, ParameterValue: 115
ParameterName: AccessToken, ParameterValue: VGUfWxfUAbzSfUGGAfzRqbbrftmUfGUrfGtkzrDfGbDGfPjUIU

Query Parameters :
ParameterName: limit, ParameterValue: 5
ParameterName: sort, ParameterValue: id

Success gives statuscode 200 And the following result

{ “Content-Range”:“0–4/2506”, “Records”: [
  {
    "id": 3,
    "description": "",
    "yourreference": "",
    "project_id": 3,
    "project_pnr": 20120003,
    "project_unr": 3,
    "project_name": "Project Parketvloeren 2016",
    "project_address": "Zeedijkweg 23a",
    "project_addressline2": "",
    "project_countrycode": "BE",
    "project_zipcode": "8890",
    "project_city": "Dadizele",
    "project_state": "West-Vlaanderen",
    "project_telephone1": "+32 50 82 21 67 ",
    "project_gsm": "",
    "project_distance": 57.954000000000001,
    "project_approved": true,
    "project_rejected": false,
    "project_completed": false,
    "project_date_created": "2012–03–07",
    "project_date_approved": "2012–03–07",
    "project_default": true,
    "project_be_werkplaatsnr30bis": "",
    "project_company_id": 1,
    "address_id": 24,
    "address_clientnr": 1,
    "address_suppliernr": 0,
    "address_name": "Bouwsoft Adventures",
    "address_address": "Molenweg 11a",
    "address_addressline2": "",
    "address_countrycode": "BE",
    "address_zipcode": "8377",
    "address_city": "Meetkerke",
    "address_state": "West-vlaanderen",
    "address_telephone1": "+32 50 45 40 87 ",
    "address_telephone2": "",
    "address_fax": "",
    "address_gsm": "",
    "address_email": "bert@bouwsoft.be",
    "address_active": true,
    "address_default": true,
    "type": "Client"
  },
  {
    "id": 5,
    "description": "",
    "yourreference": "",
    "project_id": 3,
    "project_pnr": 20120003,
    "project_unr": 3,
    "project_name": "Project Parketvloeren 2016",
    "project_address": "Zeedijkweg 23a",
    "project_addressline2": "",
    "project_countrycode": "BE",
    "project_zipcode": "8890",
    "project_city": "Dadizele",
    "project_state": "West-Vlaanderen",
    "project_telephone1": "+32 50 82 21 67 ",
    "project_gsm": "",
    "project_distance": 57.954000000000001,
    "project_approved": true,
    "project_rejected": false,
    "project_completed": false,
    "project_date_created": "2012–03–07",
    "project_date_approved": "2012–03–07",
    "project_default": true,
    "project_be_werkplaatsnr30bis": "",
    "project_company_id": 1,
    "address_id": 34,
    "address_clientnr": 0,
    "address_suppliernr": 16,
    "address_name": "A. OTTE EN ZOON",
    "address_address": "HAVENWEG 20",
    "address_addressline2": "",
    "address_countrycode": "",
    "address_zipcode": "",
    "address_city": "",
    "address_state": "",
    "address_telephone1": "+32 3 101 14 11 ",
    "address_telephone2": "",
    "address_fax": "",
    "address_gsm": "",
    "address_email": "",
    "address_active": true,
    "address_default": false,
    "type": ""
  }
,

]
}

/ProjectAddresses/{id}

If everything succeeds the HTTP response status is 200
(200 OK)

If there is something wrong with the request, the response status and code is 400
(400 Bad Request)

If there is no record that has the requested id the HTTP response status and code is 404
(404 Not found)

If you forget to send the Authorization, the response status is 401
(401 Unauthorized)

If what you sent can’t be processed, the response status is 500
(500 Internal Server Error)

For an explanation of all possible errors, please consult our section on possible answers to API calls here

Examples:

https://ra.bouwsoft.be/api/v1/ProjectAddresses/4236

with the following parameters :

Header Parameters :
ParameterName: Clientnr, ParameterValue: 115
ParameterName: AccessToken, ParameterValue: OrrfWxflUlzSfbkAbfzRqkVbfjkPfGOPffGkzGtfGVtGVAUPDj

Success gives statuscode 200 And the following result

{ “Content-Range”:“0–0/1”, “Records”: [
  {
    "id": 4236,
    "description": "Hilton",
    "yourreference": "",
    "project_id": 3320,
    "project_pnr": 2021060078,
    "project_unr": 1275,
    "project_name": "Schilderen van API blokjes",
    "project_address": "Gruuthof 23",
    "project_addressline2": "",
    "project_countrycode": "BE",
    "project_zipcode": "8490",
    "project_city": "Varsenare",
    "project_state": "West-vlaanderen",
    "project_telephone1": "",
    "project_gsm": "",
    "project_distance": 20,
    "project_approved": true,
    "project_rejected": false,
    "project_completed": false,
    "project_date_created": "2026–05–07",
    "project_date_approved": "2026–05–07",
    "project_default": false,
    "project_be_werkplaatsnr30bis": "",
    "project_company_id": 2,
    "address_id": 329299,
    "address_clientnr": 0,
    "address_suppliernr": 201700526,
    "address_name": "DirkAPISupp",
    "address_address": "Molleweg 9",
    "address_addressline2": "",
    "address_countrycode": "BE",
    "address_zipcode": "8377",
    "address_city": "Meetkerke",
    "address_state": "West-vlaanderen",
    "address_telephone1": "",
    "address_telephone2": "",
    "address_fax": "",
    "address_gsm": "",
    "address_email": "",
    "address_active": true,
    "address_default": false,
    "type": ""
  }
]
}

/ProjectAddresses/FieldInfo

If everything succeeds the HTTP response status is 200
(200 OK)

If there is something wrong with the request, the response status and code is 400
(400 Bad Request)

If there is no record that has the requested id the HTTP response status and code is 404
(404 Not found)

If you forget to send the Authorization, the response status is 401
(401 Unauthorized)

If what you sent can’t be processed, the response status is 500
(500 Internal Server Error)

For an explanation of all possible errors, please consult our section on possible answers to API calls here

Examples:

https://ra.bouwsoft.be/api/v1/ProjectAddresses/FieldInfo

with the following parameters :

Header Parameters :
ParameterName: AccessToken, ParameterValue: ffjfWxfODjzSfPGtOtzRqUUUfkGUIOrmjIAtzOttOjVGrUAkrO
ParameterName: Clientnr, ParameterValue: 115

Success gives statuscode 200 And the following result

[
  {
    "name": "description",
    "type_id": 2,
    "type_name": "tpString",
    "length": 250,
    "required": false,
    "writeable": true,
    "forcewrite": false,
    "link": ""
  },
  {
    "name": "yourreference",
    "type_id": 2,
    "type_name": "tpString",
    "length": 50,
    "required": false,
    "writeable": true,
    "forcewrite": false,
    "link": ""
  }
,

]