GET api/StandaardProjecten/Vullen_StandaardHoofdProjecten?aantal={aantal}&codenaam={codenaam}&gearchiveerd={gearchiveerd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
aantal | integer |
Required |
|
codenaam | string |
Required |
|
gearchiveerd | string |
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-07-02T23:51:45.161Z", "Date_Modified": "sample string 9", "Method": "sample string 10", "Raadplegen": true, "Error_Description": "sample string 12" } ]