GET api/MedewerkerRapportenUREN/Vullen_Medewerker?medewerkerid={medewerkerid}&toegang={toegang}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
medewerkerid

integer

Required

toegang

string

Default value is

Body Parameters

None.

Response Information

Resource Description

Collection of Medewerker_Rapport_UREN
NameDescriptionTypeAdditional information
Rapport_UREN

Rapport_UREN_ReadOnly

None.

ID

integer

None.

Medewerker_ID

integer

None.

Rapport_UREN_ID

integer

None.

Toegang

boolean

None.

Alleen_Gegevens_Eigen

boolean

None.

Alleen_Gegevens_Eigen_Afdeling

boolean

None.

Alleen_Gegevens_Eigen_Klanten

boolean

None.

Date_Modified

string

None.

Method

string

None.

Raadplegen

boolean

None.

Error_Description

string

None.

Response Formats

application/json, text/json

Sample:
[
  null,
  {
    "Rapport_UREN": {
      "ID": 1,
      "Rapport_Naam": "sample string 2",
      "Rapport_Lijst": true,
      "Rapport_Grafiek": true,
      "Rapport_Datum_Van": true,
      "Rapport_Datum_Tot": true,
      "Rapport_Selectie_Op_Relaties": true,
      "Rapport_Selectie_Op_Projecten": true,
      "Rapport_Selectie_Op_Deel_Projecten": true,
      "Rapport_Selectie_Op_Afdelingen": true,
      "Rapport_Selectie_Op_Medewerkers": true,
      "Rapport_Selectie_Op_Hoofd_Activiteiten": true,
      "Rapport_Selectie_Op_Activiteiten": true,
      "Rapport_Selectie_Op_Producten": true,
      "Rapport_Selectie_Op_Declaranten": true,
      "Rapport_Selectie_Op_Bedrijven": true,
      "Rapport_Standaard": true,
      "Rapport_Project_Budgetten": true,
      "Rapport_Nog_Te_Verwerken_Factureren_Meenemen_Tonen": true,
      "Rapport_Selectie_Op_Status_Gefactureerd": true,
      "Rapport_Selectie_Ook_Op_Factuur_Datum": true,
      "Rapport_OHW": true,
      "Rapport_Ontwikkeling_OHW": true,
      "Rapport_Pagina_Per_Relatie": true,
      "Rapport_Pagina_Per_Medewerker": true,
      "Rapport_Pagina_Per_Activiteit": true,
      "Rapport_Pagina_Per_Hoofd_Activiteit": true,
      "Rapport_WTA": true,
      "Rapport_Selectie_Op_Project_Managers": true,
      "Rapport_Selectie_Op_Project_Leiders": true,
      "Rapport_Meerdere_Bedrijven": true,
      "Rapport_Pagina_Per_Project": true,
      "Rapport_Project_Budgetten_Accountants": true,
      "RADAR_Lite": true
    },
    "ID": 1,
    "Medewerker_ID": 2,
    "Rapport_UREN_ID": 3,
    "Toegang": true,
    "Alleen_Gegevens_Eigen": true,
    "Alleen_Gegevens_Eigen_Afdeling": true,
    "Alleen_Gegevens_Eigen_Klanten": true,
    "Date_Modified": "sample string 8",
    "Method": "sample string 9",
    "Raadplegen": true,
    "Error_Description": "sample string 11"
  }
]