GET api/NotitieSoorten/Vullen?aantal={aantal}&code={code}&gearchiveerd={gearchiveerd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
aantal

integer

Required

code

string

Required

gearchiveerd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Notitie_Soort
NameDescriptionTypeAdditional information
Notitie_Soort

string

None.

Notitie_Systeem

boolean

None.

Notitie_Gearchiveerd

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,
  {
    "Notitie_Soort": "sample string 1",
    "Notitie_Systeem": true,
    "Notitie_Gearchiveerd": true,
    "Date_Modified": "sample string 4",
    "ID": 5,
    "Method": "sample string 6",
    "Raadplegen": true,
    "Error_Description": "sample string 8"
  }
]