GET api/StandaardProjecten/VullenKeuzelijst?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Standaard_ProjectName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Nummer | string |
None. |
|
Omschrijving | string |
None. |
|
Moeder_ID | integer |
None. |
|
Deelprojecten | boolean |
None. |
|
Gearchiveerd | boolean |
None. |
|
IngangsdatumString | string |
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, "Nummer": "sample string 2", "Omschrijving": "sample string 3", "Moeder_ID": 4, "Deelprojecten": true, "Gearchiveerd": true, "IngangsdatumString": "2025-06-26T13:41:03.225Z", "Date_Modified": "sample string 9", "Method": "sample string 10", "Raadplegen": true, "Error_Description": "sample string 12" } ]