VismaBouwsoftAPICalls.v1_GET_ProgressReports | Method |
This API call is used to get fields of a(n) ProgressReport(s)
HTTP method | API version |
---|---|
GET | v1 |
Don’t forget to put the Authorization field in the header
API Path: /ProgressReports/
or
You can make this API call:
* without the key field id to get a list of ProgressReports
* with the key field id as the path parameter (the specific id of the ProgressReport you want to get)
Fields
The following fields are available:
/ProgressReports/
API Path: /ProgressReports/
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