Linked Data API RCE

Gezicht

findGezichtByParameters

Stads- en Dorpsgezichten

Get information about a specific city or village view


/rest-api-gezicht/run

Usage and SDK Samples

curl -X GET\
-H "Accept: application/ld+json"\
"https://api.linkeddata.cultureelerfgoed.nl/queries/rce/rest-api-gezicht/run?page=&pageSize=&gezichtsnummer=&cultuurhistorischObjectnummer=&naam=®istratiedatum=&gezichtsstatus="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.GezichtApi;

import java.io.File;
import java.util.*;

public class GezichtApiExample {

    public static void main(String[] args) {
        
        GezichtApi apiInstance = new GezichtApi();
        Integer page = 56; // Integer | The page number to retrieve.
        Integer pageSize = 56; // Integer | The number of items per page. (Fixed at 10)
        String gezichtsnummer = gezichtsnummer_example; // String | City or village view number
        Integer cultuurhistorischObjectnummer = 56; // Integer | Cultural historical object number
        String naam = naam_example; // String | Name of the city or village
        date registratiedatum = 2013-10-20; // date | Registration date of the city or village view
        String gezichtsstatus = gezichtsstatus_example; // String | City or village view status
        try {
            array[Gezicht] result = apiInstance.findGezichtByParameters(page, pageSize, gezichtsnummer, cultuurhistorischObjectnummer, naam, registratiedatum, gezichtsstatus);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling GezichtApi#findGezichtByParameters");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.GezichtApi;

public class GezichtApiExample {

    public static void main(String[] args) {
        GezichtApi apiInstance = new GezichtApi();
        Integer page = 56; // Integer | The page number to retrieve.
        Integer pageSize = 56; // Integer | The number of items per page. (Fixed at 10)
        String gezichtsnummer = gezichtsnummer_example; // String | City or village view number
        Integer cultuurhistorischObjectnummer = 56; // Integer | Cultural historical object number
        String naam = naam_example; // String | Name of the city or village
        date registratiedatum = 2013-10-20; // date | Registration date of the city or village view
        String gezichtsstatus = gezichtsstatus_example; // String | City or village view status
        try {
            array[Gezicht] result = apiInstance.findGezichtByParameters(page, pageSize, gezichtsnummer, cultuurhistorischObjectnummer, naam, registratiedatum, gezichtsstatus);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling GezichtApi#findGezichtByParameters");
            e.printStackTrace();
        }
    }
}
Integer *page = 56; // The page number to retrieve. (optional)
Integer *pageSize = 56; // The number of items per page. (Fixed at 10) (optional) (default to 10)
String *gezichtsnummer = gezichtsnummer_example; // City or village view number (optional)
Integer *cultuurhistorischObjectnummer = 56; // Cultural historical object number (optional)
String *naam = naam_example; // Name of the city or village (optional)
date *registratiedatum = 2013-10-20; // Registration date of the city or village view (optional)
String *gezichtsstatus = gezichtsstatus_example; // City or village view status (optional)

GezichtApi *apiInstance = [[GezichtApi alloc] init];

// Stads- en Dorpsgezichten
[apiInstance findGezichtByParametersWith:page
    pageSize:pageSize
    gezichtsnummer:gezichtsnummer
    cultuurhistorischObjectnummer:cultuurhistorischObjectnummer
    naam:naam
    registratiedatum:registratiedatum
    gezichtsstatus:gezichtsstatus
              completionHandler: ^(array[Gezicht] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var LinkedDataApiRce = require('linked_data_api_rce');

var api = new LinkedDataApiRce.GezichtApi()
var opts = { 
  'page': 56, // {{Integer}} The page number to retrieve.
  'pageSize': 56, // {{Integer}} The number of items per page. (Fixed at 10)
  'gezichtsnummer': gezichtsnummer_example, // {{String}} City or village view number
  'cultuurhistorischObjectnummer': 56, // {{Integer}} Cultural historical object number
  'naam': naam_example, // {{String}} Name of the city or village
  'registratiedatum': 2013-10-20, // {{date}} Registration date of the city or village view
  'gezichtsstatus': gezichtsstatus_example // {{String}} City or village view status
};
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.findGezichtByParameters(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class findGezichtByParametersExample
    {
        public void main()
        {

            var apiInstance = new GezichtApi();
            var page = 56;  // Integer | The page number to retrieve. (optional) 
            var pageSize = 56;  // Integer | The number of items per page. (Fixed at 10) (optional)  (default to 10)
            var gezichtsnummer = gezichtsnummer_example;  // String | City or village view number (optional) 
            var cultuurhistorischObjectnummer = 56;  // Integer | Cultural historical object number (optional) 
            var naam = naam_example;  // String | Name of the city or village (optional) 
            var registratiedatum = 2013-10-20;  // date | Registration date of the city or village view (optional) 
            var gezichtsstatus = gezichtsstatus_example;  // String | City or village view status (optional) 

            try
            {
                // Stads- en Dorpsgezichten
                array[Gezicht] result = apiInstance.findGezichtByParameters(page, pageSize, gezichtsnummer, cultuurhistorischObjectnummer, naam, registratiedatum, gezichtsstatus);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling GezichtApi.findGezichtByParameters: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\ApiGezichtApi();
$page = 56; // Integer | The page number to retrieve.
$pageSize = 56; // Integer | The number of items per page. (Fixed at 10)
$gezichtsnummer = gezichtsnummer_example; // String | City or village view number
$cultuurhistorischObjectnummer = 56; // Integer | Cultural historical object number
$naam = naam_example; // String | Name of the city or village
$registratiedatum = 2013-10-20; // date | Registration date of the city or village view
$gezichtsstatus = gezichtsstatus_example; // String | City or village view status

try {
    $result = $api_instance->findGezichtByParameters($page, $pageSize, $gezichtsnummer, $cultuurhistorischObjectnummer, $naam, $registratiedatum, $gezichtsstatus);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling GezichtApi->findGezichtByParameters: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::GezichtApi;

my $api_instance = WWW::SwaggerClient::GezichtApi->new();
my $page = 56; # Integer | The page number to retrieve.
my $pageSize = 56; # Integer | The number of items per page. (Fixed at 10)
my $gezichtsnummer = gezichtsnummer_example; # String | City or village view number
my $cultuurhistorischObjectnummer = 56; # Integer | Cultural historical object number
my $naam = naam_example; # String | Name of the city or village
my $registratiedatum = 2013-10-20; # date | Registration date of the city or village view
my $gezichtsstatus = gezichtsstatus_example; # String | City or village view status

eval { 
    my $result = $api_instance->findGezichtByParameters(page => $page, pageSize => $pageSize, gezichtsnummer => $gezichtsnummer, cultuurhistorischObjectnummer => $cultuurhistorischObjectnummer, naam => $naam, registratiedatum => $registratiedatum, gezichtsstatus => $gezichtsstatus);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling GezichtApi->findGezichtByParameters: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client.GezichtApi()
page = 56 # Integer | The page number to retrieve. (optional)
pageSize = 56 # Integer | The number of items per page. (Fixed at 10) (optional) (default to 10)
gezichtsnummer = gezichtsnummer_example # String | City or village view number (optional)
cultuurhistorischObjectnummer = 56 # Integer | Cultural historical object number (optional)
naam = naam_example # String | Name of the city or village (optional)
registratiedatum = 2013-10-20 # date | Registration date of the city or village view (optional)
gezichtsstatus = gezichtsstatus_example # String | City or village view status (optional)

try: 
    # Stads- en Dorpsgezichten
    api_response = api_instance.find_gezicht_by_parameters(page=page, pageSize=pageSize, gezichtsnummer=gezichtsnummer, cultuurhistorischObjectnummer=cultuurhistorischObjectnummer, naam=naam, registratiedatum=registratiedatum, gezichtsstatus=gezichtsstatus)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling GezichtApi->findGezichtByParameters: %s\n" % e)

Parameters

Query parameters
Name Description
page
Integer
The page number to retrieve.
pageSize
Integer
The number of items per page. (Fixed at 10)
gezichtsnummer
String
City or village view number
cultuurhistorischObjectnummer
Integer
Cultural historical object number
naam
String
Name of the city or village
registratiedatum
date (date)
Registration date of the city or village view
gezichtsstatus
String
City or village view status

Responses

Status: 200 - successful operation

Status: 400 - Invalid status value

Status: 404 - Not found

Status: 503 - Service Unavailable. Er vindt mogelijk (gepland) onderhoud of een storing plaats.

Status: 504 - Gateway Timeout.


Rijksmonumenten

findMonumentsByParameters

Rijksmonumenten

Requesting information about national monuments.


/rest-api-rijksmonumenten/run

Usage and SDK Samples

curl -X GET\
-H "Accept: application/ld+json"\
"https://api.linkeddata.cultureelerfgoed.nl/queries/rce/rest-api-rijksmonumenten/run?page=&pageSize=&gemeentecode=&provinciecode=&rijksmonumentnummer=&woonplaatsnaam=&cultuurhistorischObjectnummer=&monumentaard=&oorspronkelijkeFunctie=&postcode=&volledigAdres=&straat=&status="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.RijksmonumentenApi;

import java.io.File;
import java.util.*;

public class RijksmonumentenApiExample {

    public static void main(String[] args) {
        
        RijksmonumentenApi apiInstance = new RijksmonumentenApi();
        Integer page = 56; // Integer | The page number to retrieve.
        Integer pageSize = 56; // Integer | The number of items per page. (Fixed at 10)
        String gemeentecode = gemeentecode_example; // String | Code of the municipality
        String provinciecode = provinciecode_example; // String | Code of the province
        String rijksmonumentnummer = rijksmonumentnummer_example; // String | Rijksmonument number
        String woonplaatsnaam = woonplaatsnaam_example; // String | Name of the residence
        String cultuurhistorischObjectnummer = cultuurhistorischObjectnummer_example; // String | Cultural historical object number
        String monumentaard = monumentaard_example; // String | Type of monument (e.g., gebouwd, archeologisch)
        String oorspronkelijkeFunctie = oorspronkelijkeFunctie_example; // String | Original function of the monument
        String postcode = postcode_example; // String | Postal code
        String volledigAdres = volledigAdres_example; // String | Full address
        String straat = straat_example; // String | Street name
        String status = status_example; // String | Status of the monument
        try {
            array[Monument] result = apiInstance.findMonumentsByParameters(page, pageSize, gemeentecode, provinciecode, rijksmonumentnummer, woonplaatsnaam, cultuurhistorischObjectnummer, monumentaard, oorspronkelijkeFunctie, postcode, volledigAdres, straat, status);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling RijksmonumentenApi#findMonumentsByParameters");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.RijksmonumentenApi;

public class RijksmonumentenApiExample {

    public static void main(String[] args) {
        RijksmonumentenApi apiInstance = new RijksmonumentenApi();
        Integer page = 56; // Integer | The page number to retrieve.
        Integer pageSize = 56; // Integer | The number of items per page. (Fixed at 10)
        String gemeentecode = gemeentecode_example; // String | Code of the municipality
        String provinciecode = provinciecode_example; // String | Code of the province
        String rijksmonumentnummer = rijksmonumentnummer_example; // String | Rijksmonument number
        String woonplaatsnaam = woonplaatsnaam_example; // String | Name of the residence
        String cultuurhistorischObjectnummer = cultuurhistorischObjectnummer_example; // String | Cultural historical object number
        String monumentaard = monumentaard_example; // String | Type of monument (e.g., gebouwd, archeologisch)
        String oorspronkelijkeFunctie = oorspronkelijkeFunctie_example; // String | Original function of the monument
        String postcode = postcode_example; // String | Postal code
        String volledigAdres = volledigAdres_example; // String | Full address
        String straat = straat_example; // String | Street name
        String status = status_example; // String | Status of the monument
        try {
            array[Monument] result = apiInstance.findMonumentsByParameters(page, pageSize, gemeentecode, provinciecode, rijksmonumentnummer, woonplaatsnaam, cultuurhistorischObjectnummer, monumentaard, oorspronkelijkeFunctie, postcode, volledigAdres, straat, status);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling RijksmonumentenApi#findMonumentsByParameters");
            e.printStackTrace();
        }
    }
}
Integer *page = 56; // The page number to retrieve. (optional)
Integer *pageSize = 56; // The number of items per page. (Fixed at 10) (optional) (default to 10)
String *gemeentecode = gemeentecode_example; // Code of the municipality (optional)
String *provinciecode = provinciecode_example; // Code of the province (optional)
String *rijksmonumentnummer = rijksmonumentnummer_example; // Rijksmonument number (optional)
String *woonplaatsnaam = woonplaatsnaam_example; // Name of the residence (optional)
String *cultuurhistorischObjectnummer = cultuurhistorischObjectnummer_example; // Cultural historical object number (optional)
String *monumentaard = monumentaard_example; // Type of monument (e.g., gebouwd, archeologisch) (optional)
String *oorspronkelijkeFunctie = oorspronkelijkeFunctie_example; // Original function of the monument (optional)
String *postcode = postcode_example; // Postal code (optional)
String *volledigAdres = volledigAdres_example; // Full address (optional)
String *straat = straat_example; // Street name (optional)
String *status = status_example; // Status of the monument (optional)

RijksmonumentenApi *apiInstance = [[RijksmonumentenApi alloc] init];

// Rijksmonumenten
[apiInstance findMonumentsByParametersWith:page
    pageSize:pageSize
    gemeentecode:gemeentecode
    provinciecode:provinciecode
    rijksmonumentnummer:rijksmonumentnummer
    woonplaatsnaam:woonplaatsnaam
    cultuurhistorischObjectnummer:cultuurhistorischObjectnummer
    monumentaard:monumentaard
    oorspronkelijkeFunctie:oorspronkelijkeFunctie
    postcode:postcode
    volledigAdres:volledigAdres
    straat:straat
    status:status
              completionHandler: ^(array[Monument] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var LinkedDataApiRce = require('linked_data_api_rce');

var api = new LinkedDataApiRce.RijksmonumentenApi()
var opts = { 
  'page': 56, // {{Integer}} The page number to retrieve.
  'pageSize': 56, // {{Integer}} The number of items per page. (Fixed at 10)
  'gemeentecode': gemeentecode_example, // {{String}} Code of the municipality
  'provinciecode': provinciecode_example, // {{String}} Code of the province
  'rijksmonumentnummer': rijksmonumentnummer_example, // {{String}} Rijksmonument number
  'woonplaatsnaam': woonplaatsnaam_example, // {{String}} Name of the residence
  'cultuurhistorischObjectnummer': cultuurhistorischObjectnummer_example, // {{String}} Cultural historical object number
  'monumentaard': monumentaard_example, // {{String}} Type of monument (e.g., gebouwd, archeologisch)
  'oorspronkelijkeFunctie': oorspronkelijkeFunctie_example, // {{String}} Original function of the monument
  'postcode': postcode_example, // {{String}} Postal code
  'volledigAdres': volledigAdres_example, // {{String}} Full address
  'straat': straat_example, // {{String}} Street name
  'status': status_example // {{String}} Status of the monument
};
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.findMonumentsByParameters(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class findMonumentsByParametersExample
    {
        public void main()
        {

            var apiInstance = new RijksmonumentenApi();
            var page = 56;  // Integer | The page number to retrieve. (optional) 
            var pageSize = 56;  // Integer | The number of items per page. (Fixed at 10) (optional)  (default to 10)
            var gemeentecode = gemeentecode_example;  // String | Code of the municipality (optional) 
            var provinciecode = provinciecode_example;  // String | Code of the province (optional) 
            var rijksmonumentnummer = rijksmonumentnummer_example;  // String | Rijksmonument number (optional) 
            var woonplaatsnaam = woonplaatsnaam_example;  // String | Name of the residence (optional) 
            var cultuurhistorischObjectnummer = cultuurhistorischObjectnummer_example;  // String | Cultural historical object number (optional) 
            var monumentaard = monumentaard_example;  // String | Type of monument (e.g., gebouwd, archeologisch) (optional) 
            var oorspronkelijkeFunctie = oorspronkelijkeFunctie_example;  // String | Original function of the monument (optional) 
            var postcode = postcode_example;  // String | Postal code (optional) 
            var volledigAdres = volledigAdres_example;  // String | Full address (optional) 
            var straat = straat_example;  // String | Street name (optional) 
            var status = status_example;  // String | Status of the monument (optional) 

            try
            {
                // Rijksmonumenten
                array[Monument] result = apiInstance.findMonumentsByParameters(page, pageSize, gemeentecode, provinciecode, rijksmonumentnummer, woonplaatsnaam, cultuurhistorischObjectnummer, monumentaard, oorspronkelijkeFunctie, postcode, volledigAdres, straat, status);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling RijksmonumentenApi.findMonumentsByParameters: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\ApiRijksmonumentenApi();
$page = 56; // Integer | The page number to retrieve.
$pageSize = 56; // Integer | The number of items per page. (Fixed at 10)
$gemeentecode = gemeentecode_example; // String | Code of the municipality
$provinciecode = provinciecode_example; // String | Code of the province
$rijksmonumentnummer = rijksmonumentnummer_example; // String | Rijksmonument number
$woonplaatsnaam = woonplaatsnaam_example; // String | Name of the residence
$cultuurhistorischObjectnummer = cultuurhistorischObjectnummer_example; // String | Cultural historical object number
$monumentaard = monumentaard_example; // String | Type of monument (e.g., gebouwd, archeologisch)
$oorspronkelijkeFunctie = oorspronkelijkeFunctie_example; // String | Original function of the monument
$postcode = postcode_example; // String | Postal code
$volledigAdres = volledigAdres_example; // String | Full address
$straat = straat_example; // String | Street name
$status = status_example; // String | Status of the monument

try {
    $result = $api_instance->findMonumentsByParameters($page, $pageSize, $gemeentecode, $provinciecode, $rijksmonumentnummer, $woonplaatsnaam, $cultuurhistorischObjectnummer, $monumentaard, $oorspronkelijkeFunctie, $postcode, $volledigAdres, $straat, $status);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling RijksmonumentenApi->findMonumentsByParameters: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::RijksmonumentenApi;

my $api_instance = WWW::SwaggerClient::RijksmonumentenApi->new();
my $page = 56; # Integer | The page number to retrieve.
my $pageSize = 56; # Integer | The number of items per page. (Fixed at 10)
my $gemeentecode = gemeentecode_example; # String | Code of the municipality
my $provinciecode = provinciecode_example; # String | Code of the province
my $rijksmonumentnummer = rijksmonumentnummer_example; # String | Rijksmonument number
my $woonplaatsnaam = woonplaatsnaam_example; # String | Name of the residence
my $cultuurhistorischObjectnummer = cultuurhistorischObjectnummer_example; # String | Cultural historical object number
my $monumentaard = monumentaard_example; # String | Type of monument (e.g., gebouwd, archeologisch)
my $oorspronkelijkeFunctie = oorspronkelijkeFunctie_example; # String | Original function of the monument
my $postcode = postcode_example; # String | Postal code
my $volledigAdres = volledigAdres_example; # String | Full address
my $straat = straat_example; # String | Street name
my $status = status_example; # String | Status of the monument

eval { 
    my $result = $api_instance->findMonumentsByParameters(page => $page, pageSize => $pageSize, gemeentecode => $gemeentecode, provinciecode => $provinciecode, rijksmonumentnummer => $rijksmonumentnummer, woonplaatsnaam => $woonplaatsnaam, cultuurhistorischObjectnummer => $cultuurhistorischObjectnummer, monumentaard => $monumentaard, oorspronkelijkeFunctie => $oorspronkelijkeFunctie, postcode => $postcode, volledigAdres => $volledigAdres, straat => $straat, status => $status);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling RijksmonumentenApi->findMonumentsByParameters: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client.RijksmonumentenApi()
page = 56 # Integer | The page number to retrieve. (optional)
pageSize = 56 # Integer | The number of items per page. (Fixed at 10) (optional) (default to 10)
gemeentecode = gemeentecode_example # String | Code of the municipality (optional)
provinciecode = provinciecode_example # String | Code of the province (optional)
rijksmonumentnummer = rijksmonumentnummer_example # String | Rijksmonument number (optional)
woonplaatsnaam = woonplaatsnaam_example # String | Name of the residence (optional)
cultuurhistorischObjectnummer = cultuurhistorischObjectnummer_example # String | Cultural historical object number (optional)
monumentaard = monumentaard_example # String | Type of monument (e.g., gebouwd, archeologisch) (optional)
oorspronkelijkeFunctie = oorspronkelijkeFunctie_example # String | Original function of the monument (optional)
postcode = postcode_example # String | Postal code (optional)
volledigAdres = volledigAdres_example # String | Full address (optional)
straat = straat_example # String | Street name (optional)
status = status_example # String | Status of the monument (optional)

try: 
    # Rijksmonumenten
    api_response = api_instance.find_monuments_by_parameters(page=page, pageSize=pageSize, gemeentecode=gemeentecode, provinciecode=provinciecode, rijksmonumentnummer=rijksmonumentnummer, woonplaatsnaam=woonplaatsnaam, cultuurhistorischObjectnummer=cultuurhistorischObjectnummer, monumentaard=monumentaard, oorspronkelijkeFunctie=oorspronkelijkeFunctie, postcode=postcode, volledigAdres=volledigAdres, straat=straat, status=status)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling RijksmonumentenApi->findMonumentsByParameters: %s\n" % e)

Parameters

Query parameters
Name Description
page
Integer
The page number to retrieve.
pageSize
Integer
The number of items per page. (Fixed at 10)
gemeentecode
String
Code of the municipality
provinciecode
String
Code of the province
rijksmonumentnummer
String
Rijksmonument number
woonplaatsnaam
String
Name of the residence
cultuurhistorischObjectnummer
String
Cultural historical object number
monumentaard
String
Type of monument (e.g., gebouwd, archeologisch)
oorspronkelijkeFunctie
String
Original function of the monument
postcode
String
Postal code
volledigAdres
String
Full address
straat
String
Street name
status
String
Status of the monument

Responses

Status: 200 - Successful response

Status: 400 - Invalid status value

Status: 404 - Not found

Status: 503 - Service Unavailable. Er vindt mogelijk (gepland) onderhoud of een storing plaats.

Status: 504 - Gateway Timeout.


Werelderfgoed

findWerelderfgoedByParameters

werelderfgoed

Get information about a specific world heritage site


/rest-api-werelderfgoed/run

Usage and SDK Samples

curl -X GET\
-H "Accept: application/ld+json"\
"https://api.linkeddata.cultureelerfgoed.nl/queries/rce/rest-api-werelderfgoed/run?page=&pageSize=&werelderfgoednummer=&cultuurhistorischObjectnummer=&heeftNaam=®istratiedatum=&werelderfgoedstatus="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.WerelderfgoedApi;

import java.io.File;
import java.util.*;

public class WerelderfgoedApiExample {

    public static void main(String[] args) {
        
        WerelderfgoedApi apiInstance = new WerelderfgoedApi();
        Integer page = 56; // Integer | The page number to retrieve.
        Integer pageSize = 56; // Integer | The number of items per page. (Fixed at 10)
        String werelderfgoednummer = werelderfgoednummer_example; // String | World heritage number
        String cultuurhistorischObjectnummer = cultuurhistorischObjectnummer_example; // String | Cultural historical object number
        String heeftNaam = heeftNaam_example; // String | Name of the world heritage site
        date registratiedatum = 2013-10-20; // date | Registration date of the world heritage site
        String werelderfgoedstatus = werelderfgoedstatus_example; // String | World heritage status
        try {
            array[Werelderfgoed] result = apiInstance.findWerelderfgoedByParameters(page, pageSize, werelderfgoednummer, cultuurhistorischObjectnummer, heeftNaam, registratiedatum, werelderfgoedstatus);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling WerelderfgoedApi#findWerelderfgoedByParameters");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.WerelderfgoedApi;

public class WerelderfgoedApiExample {

    public static void main(String[] args) {
        WerelderfgoedApi apiInstance = new WerelderfgoedApi();
        Integer page = 56; // Integer | The page number to retrieve.
        Integer pageSize = 56; // Integer | The number of items per page. (Fixed at 10)
        String werelderfgoednummer = werelderfgoednummer_example; // String | World heritage number
        String cultuurhistorischObjectnummer = cultuurhistorischObjectnummer_example; // String | Cultural historical object number
        String heeftNaam = heeftNaam_example; // String | Name of the world heritage site
        date registratiedatum = 2013-10-20; // date | Registration date of the world heritage site
        String werelderfgoedstatus = werelderfgoedstatus_example; // String | World heritage status
        try {
            array[Werelderfgoed] result = apiInstance.findWerelderfgoedByParameters(page, pageSize, werelderfgoednummer, cultuurhistorischObjectnummer, heeftNaam, registratiedatum, werelderfgoedstatus);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling WerelderfgoedApi#findWerelderfgoedByParameters");
            e.printStackTrace();
        }
    }
}
Integer *page = 56; // The page number to retrieve. (optional)
Integer *pageSize = 56; // The number of items per page. (Fixed at 10) (optional) (default to 10)
String *werelderfgoednummer = werelderfgoednummer_example; // World heritage number (optional)
String *cultuurhistorischObjectnummer = cultuurhistorischObjectnummer_example; // Cultural historical object number (optional)
String *heeftNaam = heeftNaam_example; // Name of the world heritage site (optional)
date *registratiedatum = 2013-10-20; // Registration date of the world heritage site (optional)
String *werelderfgoedstatus = werelderfgoedstatus_example; // World heritage status (optional)

WerelderfgoedApi *apiInstance = [[WerelderfgoedApi alloc] init];

// werelderfgoed
[apiInstance findWerelderfgoedByParametersWith:page
    pageSize:pageSize
    werelderfgoednummer:werelderfgoednummer
    cultuurhistorischObjectnummer:cultuurhistorischObjectnummer
    heeftNaam:heeftNaam
    registratiedatum:registratiedatum
    werelderfgoedstatus:werelderfgoedstatus
              completionHandler: ^(array[Werelderfgoed] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var LinkedDataApiRce = require('linked_data_api_rce');

var api = new LinkedDataApiRce.WerelderfgoedApi()
var opts = { 
  'page': 56, // {{Integer}} The page number to retrieve.
  'pageSize': 56, // {{Integer}} The number of items per page. (Fixed at 10)
  'werelderfgoednummer': werelderfgoednummer_example, // {{String}} World heritage number
  'cultuurhistorischObjectnummer': cultuurhistorischObjectnummer_example, // {{String}} Cultural historical object number
  'heeftNaam': heeftNaam_example, // {{String}} Name of the world heritage site
  'registratiedatum': 2013-10-20, // {{date}} Registration date of the world heritage site
  'werelderfgoedstatus': werelderfgoedstatus_example // {{String}} World heritage status
};
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.findWerelderfgoedByParameters(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class findWerelderfgoedByParametersExample
    {
        public void main()
        {

            var apiInstance = new WerelderfgoedApi();
            var page = 56;  // Integer | The page number to retrieve. (optional) 
            var pageSize = 56;  // Integer | The number of items per page. (Fixed at 10) (optional)  (default to 10)
            var werelderfgoednummer = werelderfgoednummer_example;  // String | World heritage number (optional) 
            var cultuurhistorischObjectnummer = cultuurhistorischObjectnummer_example;  // String | Cultural historical object number (optional) 
            var heeftNaam = heeftNaam_example;  // String | Name of the world heritage site (optional) 
            var registratiedatum = 2013-10-20;  // date | Registration date of the world heritage site (optional) 
            var werelderfgoedstatus = werelderfgoedstatus_example;  // String | World heritage status (optional) 

            try
            {
                // werelderfgoed
                array[Werelderfgoed] result = apiInstance.findWerelderfgoedByParameters(page, pageSize, werelderfgoednummer, cultuurhistorischObjectnummer, heeftNaam, registratiedatum, werelderfgoedstatus);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling WerelderfgoedApi.findWerelderfgoedByParameters: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\ApiWerelderfgoedApi();
$page = 56; // Integer | The page number to retrieve.
$pageSize = 56; // Integer | The number of items per page. (Fixed at 10)
$werelderfgoednummer = werelderfgoednummer_example; // String | World heritage number
$cultuurhistorischObjectnummer = cultuurhistorischObjectnummer_example; // String | Cultural historical object number
$heeftNaam = heeftNaam_example; // String | Name of the world heritage site
$registratiedatum = 2013-10-20; // date | Registration date of the world heritage site
$werelderfgoedstatus = werelderfgoedstatus_example; // String | World heritage status

try {
    $result = $api_instance->findWerelderfgoedByParameters($page, $pageSize, $werelderfgoednummer, $cultuurhistorischObjectnummer, $heeftNaam, $registratiedatum, $werelderfgoedstatus);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling WerelderfgoedApi->findWerelderfgoedByParameters: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::WerelderfgoedApi;

my $api_instance = WWW::SwaggerClient::WerelderfgoedApi->new();
my $page = 56; # Integer | The page number to retrieve.
my $pageSize = 56; # Integer | The number of items per page. (Fixed at 10)
my $werelderfgoednummer = werelderfgoednummer_example; # String | World heritage number
my $cultuurhistorischObjectnummer = cultuurhistorischObjectnummer_example; # String | Cultural historical object number
my $heeftNaam = heeftNaam_example; # String | Name of the world heritage site
my $registratiedatum = 2013-10-20; # date | Registration date of the world heritage site
my $werelderfgoedstatus = werelderfgoedstatus_example; # String | World heritage status

eval { 
    my $result = $api_instance->findWerelderfgoedByParameters(page => $page, pageSize => $pageSize, werelderfgoednummer => $werelderfgoednummer, cultuurhistorischObjectnummer => $cultuurhistorischObjectnummer, heeftNaam => $heeftNaam, registratiedatum => $registratiedatum, werelderfgoedstatus => $werelderfgoedstatus);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling WerelderfgoedApi->findWerelderfgoedByParameters: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client.WerelderfgoedApi()
page = 56 # Integer | The page number to retrieve. (optional)
pageSize = 56 # Integer | The number of items per page. (Fixed at 10) (optional) (default to 10)
werelderfgoednummer = werelderfgoednummer_example # String | World heritage number (optional)
cultuurhistorischObjectnummer = cultuurhistorischObjectnummer_example # String | Cultural historical object number (optional)
heeftNaam = heeftNaam_example # String | Name of the world heritage site (optional)
registratiedatum = 2013-10-20 # date | Registration date of the world heritage site (optional)
werelderfgoedstatus = werelderfgoedstatus_example # String | World heritage status (optional)

try: 
    # werelderfgoed
    api_response = api_instance.find_werelderfgoed_by_parameters(page=page, pageSize=pageSize, werelderfgoednummer=werelderfgoednummer, cultuurhistorischObjectnummer=cultuurhistorischObjectnummer, heeftNaam=heeftNaam, registratiedatum=registratiedatum, werelderfgoedstatus=werelderfgoedstatus)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling WerelderfgoedApi->findWerelderfgoedByParameters: %s\n" % e)

Parameters

Query parameters
Name Description
page
Integer
The page number to retrieve.
pageSize
Integer
The number of items per page. (Fixed at 10)
werelderfgoednummer
String
World heritage number
cultuurhistorischObjectnummer
String
Cultural historical object number
heeftNaam
String
Name of the world heritage site
registratiedatum
date (date)
Registration date of the world heritage site
werelderfgoedstatus
String
World heritage status

Responses

Status: 200 - successful operation

Status: 400 - Invalid status value

Status: 404 - Not found

Status: 503 - Service Unavailable. Er vindt mogelijk (gepland) onderhoud of een storing plaats.

Status: 504 - Gateway Timeout.