SERV DDP DRSS EAPI icon

SERV DDP DRSS EAPI

(0 reviews)

home

Introduction

The Digital Distribution Platform (DDP) provides an Application Programming Interface (API) for Brokers and Customers to access Land Registry Services provided on behalf of Land Use Victoria and products and services provided by SERV.

The Digital Distribution Platform APIs are RESTful1 APIs that are provided to Brokers and Customers in addition to the existing SOAP-Based Landata WebServices APIs. As they offer a more modern, easier to setup, faster, more secure manner to connect to LANDATA Services, any new APIs will be established as Digital Distribution Platform APIs.

Overview

The SERV Register Search Statement Experience API facilitate retrieval of a Register Search Statement by Title Id.

This API provides a Synchronous method of retrieving the Digital Register Search Statement (DRSS), together with a text version of the Register Search Statement (RSS).

Note: This is a chargeable API - under the Data Product Distribution Agreement.

Resources

EndpointDescription
/titles/{titleId}Retrieves details for a specific Title based on Title ID

Applied Policies

API URLs - Sandbox and Production

EnvBase URLExample
Mock*A mocking service URL is available on the left pane under the API Summary Reference.
DEVhttps://dev.api.servictoria.com.au/vicland/ddp/drss/v2/titles/add {titleId} ie. 1234.123
SIThttps://int.api.servictoria.com.au/vicland/ddp/drss/v2/titles/add {titleId} ie. 1234.123
UAThttps://test.api.servictoria.io/vicland/ddp/drss/v2/titles/add {titleId} ie. 1234.123
PRODhttps://api.servictoria.io/vicland/ddp/drss/v2/titles/add {titleId} ie. 1234.123

Access Management

API consumers can follow DRSS API guideline to access the API

Authentication

Every API Request to the DDP APIs will require OAuth Authentication

Authentication is granted by an Authentication End Point which will return a bearer token to be used in subsequent API requests. Bearer Tokens will have an expiry time.

See Authentication


Reviews