GET api/Printers/Vullen?aantal={aantal}&netwerknaam={netwerknaam}&soort={soort}&gearchiveerd={gearchiveerd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
aantal | integer |
Required |
|
netwerknaam | string |
Required |
|
soort | string |
Required |
|
gearchiveerd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PrinterName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Netwerknaam | string |
None. |
|
Soort | string |
None. |
|
Gearchiveerd | boolean |
None. |
|
Date_Modified | string |
None. |
|
Method | string |
None. |
|
Raadplegen | boolean |
None. |
|
Error_Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[ null, { "ID": 1, "Netwerknaam": "sample string 2", "Soort": "sample string 3", "Gearchiveerd": true, "Date_Modified": "sample string 5", "Method": "sample string 6", "Raadplegen": true, "Error_Description": "sample string 8" } ]