GET api/UrlAccountInfo?user={user}&password={password}&applicationName={applicationName}
Met dit request kan een URL opgevraagd worden van een webpagina met Mijn DATA-collectief accountinformatie.
Request Information
URI Parameters
Naam | Omschrijving | Type | Extra informatie |
---|---|---|---|
user |
E-mailadres van Mijn DATA-collectief account. |
string |
Vereist |
password |
Wachtwoord API koppeling. |
string |
Vereist |
applicationName |
Applicatienaam API koppeling. |
string |
Vereist |
Body Parameters
None.
Response Information
Naam | Omschrijving | Type | Extra informatie |
---|---|---|---|
AccountName |
E-mailadres van Mijn DATA-collectief account. |
string |
Geen |
Url |
Webpagina met Mijn DATA-collectief accountinformatie |
string |
Geen |
Response Formats
application/json, text/json
Voorbeeld:
{ "AccountName": "voorbeeld string 1", "Url": "voorbeeld string 2" }
application/xml, text/xml
Voorbeeld:
<UrlAccountInfoResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <AccountName>voorbeeld string 1</AccountName> <Url>voorbeeld string 2</Url> </UrlAccountInfoResult>