GET api/ExterneApplicaties/Vullen

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Externe_Applicatie
NameDescriptionTypeAdditional information
ID

integer

None.

Naam

string

None.

Inlognaam

string

None.

Wachtwoord

string

None.

Date_Modified

string

None.

Identifier

integer

None.

Export_Map

string

None.

SqlConnectionString

string

None.

OAuthAccessToken

string

None.

OAuthRefreshToken

string

None.

SyncRelaties

boolean

None.

SyncFacturen

boolean

None.

SyncContactpersonen

boolean

None.

SyncDocumenten

boolean

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",
    "Inlognaam": "sample string 3",
    "Wachtwoord": "sample string 4",
    "Date_Modified": "sample string 5",
    "Identifier": 6,
    "Export_Map": "sample string 7",
    "SqlConnectionString": "sample string 8",
    "OAuthAccessToken": "sample string 9",
    "OAuthRefreshToken": "sample string 10",
    "SyncRelaties": true,
    "SyncFacturen": true,
    "SyncContactpersonen": true,
    "SyncDocumenten": true,
    "Method": "sample string 15",
    "Raadplegen": true,
    "Error_Description": "sample string 17"
  }
]