How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Landmark Information Group Cases API

Once you instruct a quote it becomes a case. If you're the conveyancer, these are the cases assigned to you: you work them through to completion and post updates as you go. If you're the introducer, this is how you follow the work you've referred and see how it's progressing. Either way, you only see the cases your account is party to.From here you can retrieve your cases, read the full detail of one, update its status and handler, work the task hierarchy, follow the activity history, and add notes. Document exchange is marked Preview.

Landmark Information Group Cases API is one of 10 APIs that Landmark Information Group publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Cases. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, and authentication docs.

This API exposes 19 operations across 17 paths, and defines 73 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 4 base URLs: https://api.landmarkcloudservices.com/conveyances, https://uat-api.landmarkcloudservices.com/conveyances, https://api.landmarkcloudservices.com/, https://uat-api.landmarkcloudservices.com/.

19 operations 17 paths 73 schemas 7 GET10 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://api.landmarkcloudservices.com/connect
Authentication
OAuth 2.0, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Landmark Information Group Cases API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (BearerAuth) using the clientCredentials flow. It accepts HTTP bearer tokens (JWT) (bearerAuth).

  • BearerAuth — OAuth 2.0 client credentials. Request an access token from the token endpoint for your environment, then send it as a bearer token on every request. See Authen…

Paths & Operations 19

Across 17 paths, the API surfaces 19 operations — 7 GET, 10 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Cases 19

Once you instruct a quote it becomes a case. If you're the conveyancer, these are the cases assigned to you: you work them through to completion and post updates as you go. If you…

GET
/cases
List Cases
conveyances-experience-case-list 6 params → 200400401403404429500
GET
/cases/{caseId}
Retrieve Case Details
conveyances-experience-case-read 1 param → 200400401403404429500
POST
/cases/{caseId}/accept
Accept Case
conveyances-experience-case-accept 1 param → 200400401403404429500
POST
/cases/{caseId}/reject
Reject Case
conveyances-experience-case-reject 1 param body → 200400401403404429500
POST
/cases/{caseId}/status
Change Case Status
conveyances-experience-case-status-update 1 param body → 200400401403404429500
PUT
/cases/{caseId}/handler
Add Case Handler
conveyances-experience-case-handler-add 1 param body → 200400401403404409429500
GET
/cases/{caseId}/activities
List Case Activities
conveyances-experience-case-activity-list 4 params → 200400401403404429500
GET
/cases/{caseId}/tasks
List Case Tasks
conveyances-experience-case-task-list 1 param → 200400401403404429500
PUT
/cases/{caseId}/tasks/{taskId}/complete
Complete Case Task
conveyances-experience-case-task-complete 2 params → 200400401403404429500
GET
/cases/{caseId}/notes
List Case Notes
conveyances-experience-case-note-list 1 param → 200400401403404429500
POST
/cases/{caseId}/notes
Add Note to Case
conveyances-experience-case-note-create 1 param body → 201400401403404429500
POST
/cases/{caseId}/documents
Add Document to Case
conveyances-experience-case-document-create 1 param body → 201400401403404429500
GET
/cases/{caseId}/documents/{documentId}
Retrieve Document
conveyances-experience-case-document-read 2 params → 200400401403404429500
POST
/case
Create case
createCase body → 202400401403404406415429
POST
/updateCase
Update case
updateIwCase body → 202400401403404406415429
POST
/upsertTask
Create or update task
upsertTask body → 202400401403404406415429
GET
/milestones
Get milestone
getMilestone 5 params → 200400401403404500
POST
/milestones
Create or update milestone dates
upsertMilestone body → 202400401403500
POST
/documents
Upload Document
uploadDocument body → 202400401403404406415429

Schemas 73

The contract defines 73 schemas that model the data the API accepts and returns. The most detailed are lgsAddressAddressBaseCore (22 properties), upsertTaskRequest (21 properties), getCaseIwResponse (21 properties), lgsAddressBS7666 (20 properties). Each schema is shown below with its type and property counts.

RejectCaseRequest
object
Request to reject a case
1 property 1 required
CaseNoteListResponse
object
Response containing a list of notes on a case
1 property 1 required
Products
object
Product information for a quote or case. The productDetails object must match the schema for the selected product type and property location. See [Product Sche…
3 properties 3 required
CaseActivityListResponse
object
Response containing a list of activities on a case
1 property 1 required
TelephoneNumber
string
CaseTaskListResponse
object
Task hierarchy for a case; not a bare array of tasks
2 properties 2 required
LgsUuid
string
ProductSummary
object
Product identifier summary (e.g. on quote create response, quote list, or case list).
2 properties 2 required
Account
object
An account acting in one or more roles for a quote or case. Both an originator and an introducer must be represented across the accounts array. The same accoun…
2 properties 2 required
PropertyAddress
Property address using PAF Plus format
CaseActivityItem
object
An activity on a case, such as a milestone, status change, or note
6 properties 4 required
DocumentUpload
object
Document upload metadata and file.
3 properties 3 required
lgsErrorResponse
object
4 properties 3 required
Address
object
Address using PAF Plus format
16 properties
ActivityType
string
The type of activity
AdditionalReference
object
2 properties 2 required
RetrieveCaseResponse
object
Complete case details combining the original quote data with case-specific information. Contains all property information, applicant details, product configura…
10 properties 8 required
CreateCaseNoteResponse
object
Response when a case note is created successfully
3 properties 2 required
CreateCaseNoteRequest
object
Request to create a note on a case
2 properties 1 required
CaseListResponse
object
Response containing a list of case summaries.
2 properties 1 required
CaseNoteItem
object
A note recorded on a case
7 properties 5 required
UpdateCaseStatusRequest
object
Request to update the case status
2 properties 2 required
Contact
object
A contact involved in a quote or case. The requestor is the individual placing the quote or order for the applicant. The case handler is the conveyancer or sol…
4 properties 1 required
CaseSummary
object
Summary information for a case. Contains essential metadata for listing and identification purposes.
7 properties 5 required
Person
object
9 properties 5 required
CaseConveyancer
object
The conveyancer assigned to this case
4 properties 3 required
TaskItemStatus
string
The current status of a case task
CaseDocument
object
Document information associated with a case
5 properties 5 required
LgsReferenceId
string
Numeric identifier for a task instance on a case (TaskItem.taskId)
TaskItem
object
Hierarchical task node in the case workflow.
10 properties 6 required
Filename
string
AddCaseHandlerRequest
object
Request to add a case handler contact. Either contactId or email must be provided.
2 properties
clientParty
upsertMilestoneRequest
object
Request to create or update milestone dates for an Intelliworks case
8 properties 2 required
createCaseRequestIwProbate
object
request for a Private Client workflow (Probate) create case
7 properties 4 required
organisationParty
object
10 properties
workReferrer
object
6 properties
lgsAddressSingleLine
object
3 properties 2 required
uploadDocumentResponse
object
Accepted document upload response
3 properties 3 required
clientsIw
array
createCaseResponse
object
response for a workflow create case
1 property
caseResponse
object
3 properties
uploadDocumentJsonDocument
object
Document metadata and content for JSON upload requests
5 properties 3 required
milestoneQueryResponse
object
Response containing milestone actual completion date for a case
4 properties 3 required
price
object
2 properties
lgsAddressBS7666
object
20 properties 2 required
lgsAddressUprnOnly
object
2 properties 2 required
upsertTaskResponse
object
Response for an accepted task upsert request
1 property 1 required
upsertMilestoneResponse
object
Response indicating the milestone upsert request was accepted for asynchronous processing
3 properties 2 required
getCaseIwResponse
object
Read-only case summary returned by Get Case IW.
21 properties
lgsAddress
lgsAddressPAF
object
17 properties 1 required
lenderParty
uploadDocumentJsonRequest
object
JSON request body for document upload. Use multipart/form-data to upload a file directly without encoding.
7 properties 2 required
address
buyersConveyancer
uploadDocumentAllowedContentType
string
createCaseRequestIwPrivateClient
object
request for a Private Client workflow (LPA, Wills) create case
7 properties 4 required
lgsAddressFixedLine
object
10 properties 2 required
lgsAddressAddressBaseCore
object
22 properties 1 required
propertyAddress
object
10 properties
clientsIwProbate
array
lgsUprn
integer
milestoneUpsertItem
object
3 properties 1 required
createCaseRequestIw
object
request for a Conveyancing workflow create case
10 properties 6 required
feeEarnerDetails
object
2 properties
lgsUuid
string
upsertTaskRequest
object
Request to create or update an unscheduled task. Provide clientTaskId to update; omit to create. See [Supported unscheduled task mappings](supported-unschedule…
21 properties 6 required
lgsPerson
object
10 properties 1 required
lgsAddress9Line
object
11 properties 3 required
personParty
object
11 properties
uploadDocumentAllowedExtension
string
upsertTaskResult
object
Task details returned after a successful upsert acceptance
4 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

landmark-information-cases-api-openapi.yml Raw ↑

Other APIs Landmark Information Group publishes across the network.

Landmark Planning API (powered by Barbour ABI)
Landmark Geodata Web Map Tile Service (WMTS)
Landmark Information Group Activities API
Landmark Information Group Document Vaults API
Landmark Information Group Documents API
Landmark Information Group Milestones API
Landmark Information Group Order Experience API
Landmark Information Group Quotes API
Landmark Information Group Transaction Requests API
Where this information came from

This is an independent, third-party profile of Landmark Information Group Cases API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.