GET api/Actiecodes/Vullenkeuzelijst?code={code}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
code | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Actie_CodeName | Description | Type | Additional information |
---|---|---|---|
Actie_Code | string |
None. |
|
Code | string |
None. |
|
Actie_Omschrijving | string |
None. |
|
Actie_Gearchiveerd | boolean |
None. |
|
Actie_Systeem | boolean |
None. |
|
Date_Modified | string |
None. |
|
ID | integer |
None. |
|
Method | string |
None. |
|
Raadplegen | boolean |
None. |
|
Error_Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[ null, { "Actie_Code": "sample string 2", "Code": "sample string 2", "Actie_Omschrijving": "sample string 3", "Actie_Gearchiveerd": true, "Actie_Systeem": true, "Date_Modified": "sample string 6", "ID": 7, "Method": "sample string 8", "Raadplegen": true, "Error_Description": "sample string 10" } ]