Subscribe to title information by volume/folio
SERV Title Alert API (1.4.0)
SERV Title Alert API
Exposes functionality relating to alerting.
- Subscribe to title alert notifications.
Download OpenAPI description
Languages
Servers
Mock server
https://developer.servictoria.io/_mock/portal/rest/ddp-title-alert-api/openapi
Production environment
https://api.servictoria.io/vicland
Test environment
https://test.api.servictoria.io/vicland
Headers
Bodyapplication/jsonUsed to send a valid OAuth 2 access token. Do not use with the "access_token" query. string parameter.
A unique identification string for the source system. This could be a system name or hostname where a system is hosted on multiple hosts.
The unique identifier of a land title in the format of volume/folio.
Example: "9500/906"
Customer reference. Useful for differentiating between multiple customers.
Example: "CBA"
Start datetime for subscription in ISO 8601/RFC3339 format. Timezone information must be included.
Example: "2024-02-01T00:00:00Z"
- Mock serverhttps://developer.servictoria.io/_mock/portal/rest/ddp-title-alert-api/openapi/vicland/alert/v1/titles/subscriptions
- Production environmenthttps://api.servictoria.io/vicland/vicland/alert/v1/titles/subscriptions
- Test environmenthttps://test.api.servictoria.io/vicland/vicland/alert/v1/titles/subscriptions
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developer.servictoria.io/_mock/portal/rest/ddp-title-alert-api/openapi/vicland/alert/v1/titles/subscriptions \
-H 'Accept: application/json' \
-H 'Authorization: string' \
-H 'Content-Type: application/json' \
-H 'x-correlation-id: string' \
-H 'x-source-system: string' \
-d '{
"volumeFolio": "9500/906",
"customerRef": "CBA",
"startDateTime": "2024-02-01T00:00:00Z",
"endDateTime": "2024-03-11T00:00:00Z"
}'Response
application/json
{ "subscriptionId": "d3ca8a76-4c34-478d-a915-4679ee1bbfce" }
- Mock serverhttps://developer.servictoria.io/_mock/portal/rest/ddp-title-alert-api/openapi/vicland/alert/v1/health
- Production environmenthttps://api.servictoria.io/vicland/vicland/alert/v1/health
- Test environmenthttps://test.api.servictoria.io/vicland/vicland/alert/v1/health
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://developer.servictoria.io/_mock/portal/rest/ddp-title-alert-api/openapi/vicland/alert/v1/health \
-H 'x-correlation-id: 123e4567-e89b-12d3-a456-426614174000'Response
application/json
{ "applicationName": "SERV Title Alert API", "applicationVersion": "1.0.9", "apiName": "serv-title-alert-api", "environment": "DEV", "status": "running" }