GET api/DocumentSoorten/VullenKeuzelijst?id={id}&doelobject={doelobject}&outlook={outlook}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

doelobject

string

Required

outlook

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Document_Soort
NameDescriptionTypeAdditional information
SPDriveItemWebUrl

string

None.

SPDriveItemID

string

None.

ContentBase64

string

None.

ContentType

string

None.

ID

integer

None.

Document_Soort

string

None.

Document_Naam

string

None.

Document_Systeem

boolean

None.

Document_Applicatie

string

None.

Document_Briefhoofd

boolean

None.

Document_Faxhoofd

boolean

None.

Document_Aanhef

boolean

None.

Document_Betreft

boolean

None.

Document_Betreft_Standaard_Tekst

string

None.

Document_Referentie

boolean

None.

Document_Ons_kenmerk

boolean

None.

Document_Uw_Kenmerk

boolean

None.

Document_Uw_Brief_Van

boolean

None.

Document_Standaard

boolean

None.

Document_Vanuit_Persoon

boolean

None.

Document_Vanuit_Relatie

boolean

None.

Document_Vanuit_Project

boolean

None.

Document_Gegevens_Persoon

boolean

None.

Document_Gegevens_Relatie

boolean

None.

Document_Gegevens_Project

boolean

None.

Document_Gegevens_Medewerker

boolean

None.

Document_Opslaan

boolean

None.

Gearchiveerd

boolean

None.

Correspondentie_Type_ID

integer

None.

Gericht_Aan_Rol_ID

integer

None.

Document_Gegevens_Budget

boolean

None.

Uniek_Nummer

boolean

None.

Bladwijzers_Vervangen

boolean

None.

Document_Rubriek1_ID

integer

None.

Document_Rubriek2_ID

integer

None.

Document_Rubriek3_ID

integer

None.

Date_Modified

string

None.

Handtekening_Aanwezig

boolean

None.

Handtekening_Van

string

None.

Handtekening_Van_Medewerker_ID

integer

None.

Privacy_Gevoelig

boolean

None.

Method

string

None.

Raadplegen

boolean

None.

Error_Description

string

None.

Response Formats

application/json, text/json

Sample:
[
  null,
  {
    "SPDriveItemWebUrl": "sample string 1",
    "SPDriveItemID": "sample string 2",
    "ContentBase64": "sample string 3",
    "ContentType": "sample string 4",
    "ID": 5,
    "Document_Soort": "sample string 6",
    "Document_Naam": "sample string 7",
    "Document_Systeem": true,
    "Document_Applicatie": "sample string 9",
    "Document_Briefhoofd": true,
    "Document_Faxhoofd": true,
    "Document_Aanhef": true,
    "Document_Betreft": true,
    "Document_Betreft_Standaard_Tekst": "sample string 14",
    "Document_Referentie": true,
    "Document_Ons_kenmerk": true,
    "Document_Uw_Kenmerk": true,
    "Document_Uw_Brief_Van": true,
    "Document_Standaard": true,
    "Document_Vanuit_Persoon": true,
    "Document_Vanuit_Relatie": true,
    "Document_Vanuit_Project": true,
    "Document_Gegevens_Persoon": true,
    "Document_Gegevens_Relatie": true,
    "Document_Gegevens_Project": true,
    "Document_Gegevens_Medewerker": true,
    "Document_Opslaan": true,
    "Gearchiveerd": true,
    "Correspondentie_Type_ID": 29,
    "Gericht_Aan_Rol_ID": 30,
    "Document_Gegevens_Budget": true,
    "Uniek_Nummer": true,
    "Bladwijzers_Vervangen": true,
    "Document_Rubriek1_ID": 34,
    "Document_Rubriek2_ID": 35,
    "Document_Rubriek3_ID": 36,
    "Date_Modified": "sample string 37",
    "Handtekening_Aanwezig": true,
    "Handtekening_Van": "sample string 39",
    "Handtekening_Van_Medewerker_ID": 40,
    "Privacy_Gevoelig": true,
    "Method": "sample string 42",
    "Raadplegen": true,
    "Error_Description": "sample string 44"
  }
]