VismaBouwsoftAPICalls.v1_GET_Projects Method
v1_GET_Projects() as String

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

HTTP method API version
GET v1

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

API Path: /Projects/
or
API Path: /Projects/{id}
or
API Path: /Projects/{id}/image
or
API Path: /Projects/{id}/note_html
or
API Path: /Projects/{id}/note_plain
or
API Path: /Projects/{id}/note_rtf

You can make this API call:
* without the key field id to get a list of Projects
* with the key field id as the path parameter (the specific id of the Project you want to get)

Fields

The following fields are available:

Field Name Type
id Number
pnr Number
unr Number
name String
yourreference String
list String
group String
address String
addressline2 String
telephone1 String
gsm String
countrycode String
zipcode String
city String
state String
distance Number
client_addressid Number
client_name String
client_telephone String
client_gsm String
client_email String
client_readonly Boolean
date_created String
date_approved String
date_rejected String
date_completed String
ordernr String
contractamount Number
iscostplusproject Boolean
isrealestateproject Boolean
hasactualcosts Boolean
archivenr String
cadaster_department String
cadaster_section String
cadaster_nr String
be_gewestplan String
be_werkplaatsnr30bis String
be_bpa String
be_rup String
lotnr String
company_id Number
company_name String
executiontime Number
approved Boolean
rejected Boolean
completed Boolean
parent_id Number
currentphase_id Number
currentphase_title String
active Boolean
ts_lastupdate String
project_id Number
project_pnr Number
project_unr Number
project_name String
employee_id Number
employee_name String
employee_initials String
employee_address String
employee_addressline2 String
employee_countrycode String
employee_zipcode String
employee_city String
employee_state String
employee_telephone1 String
employee_telephone2 String
employee_fax String
employee_gsm String
employee_email String
type String

/Projects/

API Path: /Projects/

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/Projects

with the following parameters :

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

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

Success gives statuscode 200 And the following result

{ “Content-Range”:“0–4/2508”, “Records”: [
  {
    "id": 3,
    "pnr": 20120003,
    "unr": 3,
    "name": "Project Parketvloeren 2016",
    "yourreference": "",
    "list": "ALGEMEEN",
    "group": "klein",
    "address": "Zeedijkweg 23a",
    "addressline2": "",
    "telephone1": "+32 50 82 21 67 ",
    "gsm": "",
    "countrycode": "BE",
    "zipcode": "8890",
    "city": "Dadizele",
    "state": "West-Vlaanderen",
    "distance": 57.954000000000001,
    "client_addressid": 24,
    "client_name": "Bouwsoft Adventures",
    "client_telephone": "+32 50 45 40 87 ",
    "client_gsm": "",
    "client_email": "qsd@ddddd.be, qsdsqd@sqdbe",
    "client_readonly": false,
    "date_created": "2012–03–07",
    "date_approved": "2012–03–07",
    "date_rejected": "",
    "date_completed": "",
    "ordernr": "",
    "contractamount": 13463.319999999999709,
    "iscostplusproject": false,
    "isrealestateproject": true,
    "hasactualcosts": true,
    "archivenr": "",
    "cadaster_department": "",
    "cadaster_section": "",
    "cadaster_nr": "",
    "be_gewestplan": "",
    "be_werkplaatsnr30bis": "",
    "be_bpa": "",
    "be_rup": "",
    "lotnr": "",
    "company_id": 1,
    "company_name": "Bouwsoft",
    "executiontime": 20,
    "approved": true,
    "rejected": false,
    "completed": false,
    "parent_id": 424,
    "currentphase_id": 54,
    "currentphase_title": "02. Starting Date Of The Work",
    "active": true,
    "ts_lastupdate": "2022–08–29 14:41:52"
  },
  {
    "id": 5,
    "pnr": 20180154,
    "unr": 4,
    "name": "Projekt Foto Dekoration",
    "yourreference": "Pestana UK 76993–215",
    "list": "PRIVE",
    "group": "Art & Decoration",
    "address": "a",
    "addressline2": "",
    "telephone1": "+44 20 70 62 80 00 ",
    "gsm": "",
    "countrycode": "UK",
    "zipcode": "SW8 4AE",
    "city": "London",
    "state": "",
    "distance": 0,
    "client_addressid": 39377,
    "client_name": "Kjell Vanwalleghem",
    "client_telephone": "+32 50 20 21 55 ",
    "client_gsm": "+32 477 56 44 88",
    "client_email": "",
    "client_readonly": false,
    "date_created": "2018–06–05",
    "date_approved": "2012–03–20",
    "date_rejected": "",
    "date_completed": "",
    "ordernr": "",
    "contractamount": 34805.739999999997963,
    "iscostplusproject": false,
    "isrealestateproject": true,
    "hasactualcosts": true,
    "archivenr": "",
    "cadaster_department": "",
    "cadaster_section": "",
    "cadaster_nr": "",
    "be_gewestplan": "",
    "be_werkplaatsnr30bis": "aaaaaaaaaaaa",
    "be_bpa": "",
    "be_rup": "",
    "lotnr": "",
    "company_id": 10,
    "company_name": "KVM&CO",
    "executiontime": 5,
    "approved": true,
    "rejected": false,
    "completed": false,
    "parent_id": 0,
    "currentphase_id": 54,
    "currentphase_title": "02. Starting Date Of The Work",
    "active": true,
    "ts_lastupdate": "2022–07–28 12:23:19"
  }
,

]
}

/Projects/{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/Projects/3149

with the following parameters :

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

Success gives statuscode 200 And the following result

{ “Content-Range”:“0–0/1”, “Records”: [
  {
    "id": 3149,
    "pnr": 2013086,
    "unr": 1275,
    "name": "Schilderen van API blokjes",
    "yourreference": "",
    "list": "",
    "group": "",
    "address": "Gruuthof 23",
    "addressline2": "",
    "telephone1": "",
    "gsm": "",
    "countrycode": "BE",
    "zipcode": "8490",
    "city": "Varsenare",
    "state": "West-vlaanderen",
    "distance": 20,
    "client_addressid": 3759,
    "client_name": "Spikesoft",
    "client_telephone": "+32 486 60 64 21 ",
    "client_gsm": "",
    "client_email": "gino@bouwsoft.be",
    "client_readonly": false,
    "date_created": "2025–02–12",
    "date_approved": "2025–02–12",
    "date_rejected": "",
    "date_completed": "",
    "ordernr": "",
    "contractamount": 0.0,
    "iscostplusproject": false,
    "isrealestateproject": true,
    "hasactualcosts": true,
    "archivenr": "",
    "cadaster_department": "",
    "cadaster_section": "",
    "cadaster_nr": "",
    "be_gewestplan": "",
    "be_werkplaatsnr30bis": "",
    "be_bpa": "",
    "be_rup": "",
    "lotnr": "",
    "company_id": 2,
    "company_name": "Groensoft",
    "executiontime": 0,
    "approved": true,
    "rejected": false,
    "completed": false,
    "parent_id": 0,
    "currentphase_id": 1045,
    "currentphase_title": "12. 1 ste schijf",
    "active": true,
    "ts_lastupdate": "2025–02–12 14:26:14"
  }
]
}

/Projects/{id}/image

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/Projects/2330/image

with the following parameters :

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

Success gives statuscode 200 And the following result

image

/Projects/{id}/note_html

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/Projects/2330/note_html

with the following parameters :

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

Success gives statuscode 200 And the following result

<HTML><BODY> <DIV STYLE="text-align: left;"><SPAN STYLE="font-family: Montserrat;font-size: 11pt;color: #000000;">TestNota voor de API unittests <B>(niet aanpassen aub)</SPAN></DIV></B> </BODY></HTML>

/Projects/{id}/note_plain

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/Projects/2330/note_plain

with the following parameters :

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

Success gives statuscode 200 And the following result

TestNota voor de API unittests (niet aanpassen aub)

/Projects/{id}/note_rtf

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/Projects/2330/note_rtf

with the following parameters :

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

Success gives statuscode 200 And the following result

{\rtf1\ansi\deff0{\fonttbl{\f0\fnil Montserrat;}}{\colortbl ;\red0\green0\blue0;}{*\generator Spikesoft 16.02;}\ql\li0\f0\fs22\cf1 TestNota voor de API unittests \b (niet aanpassen aub)}