CoreLogic (Cotality) DashboardAPI API

Aggregated dashboard data for the agent home screen.

OpenAPI Specification

corelogic-dashboardapi-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: CoreLogic Trestle Direct Web API — CRM Contacts DashboardAPI API
  version: '1.0'
  description: The Direct Web API provides a direct, bidirectional OData connection to the Matrix MLS CRM database. Resources include Contacts, EmailHistory, Lists, PortalContents, SavedSearches, UserRegistry, and an aggregated DashboardAPI. Authentication is OpenID Connect via Clareity Single Sign-On or HTTP Basic. OData query options ($select, $expand, $orderby, $filter) apply throughout.
  contact:
    name: Trestle Support
    email: trestlesupport@cotality.com
    url: https://trestle-documentation.corelogic.com/direct-webapi-crm-reference.html
  license:
    name: Proprietary
    url: https://www.cotality.com/terms-of-use
servers:
- url: https://api.cotality.com/trestle/odata
  description: Direct Web API CRM production server
security:
- oidcClareity: []
- basicAuth: []
tags:
- name: DashboardAPI
  description: Aggregated dashboard data for the agent home screen.
paths:
  /DashboardAPI/GetAggregatedData:
    get:
      operationId: getAggregatedDashboardData
      summary: Get Aggregated Dashboard Data
      description: Returns MyListings, HotSheet, MarketWatch, Concierge, and Timeline data for the agent dashboard.
      tags:
      - DashboardAPI
      responses:
        '200':
          description: Aggregated dashboard payload.
          content:
            application/json:
              schema:
                type: object
components:
  securitySchemes:
    oidcClareity:
      type: openIdConnect
      openIdConnectUrl: https://api.cotality.com/trestle/oidc/.well-known/openid-configuration
    basicAuth:
      type: http
      scheme: basic