GET api/SelectieCodes/VullenKeuzelijst?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Selectie_CodeName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Selectie_Code | string |
None. |
|
Selectie_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, "Selectie_Code": "sample string 2", "Selectie_Gearchiveerd": true, "Date_Modified": "sample string 4", "Method": "sample string 5", "Raadplegen": true, "Error_Description": "sample string 7" } ]