GET api/Workflows/Vullen?aantal={aantal}&naam={naam}&actief={actief}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
aantal

integer

Required

naam

string

Required

actief

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Workflow
NameDescriptionTypeAdditional information
ID

integer

None.

Naam

string

None.

Actief

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,
    "Naam": "sample string 2",
    "Actief": true,
    "Date_Modified": "sample string 4",
    "Method": "sample string 5",
    "Raadplegen": true,
    "Error_Description": "sample string 7"
  }
]