Jones Lang LaSalle

Jones Lang LaSalle Incorporated (JLL) is a global commercial real estate services company offering investment management, property management, and facility services. Through JLL Technologies (JLLT), the company delivers technology solutions including the Corrigo Enterprise platform for facility management with a REST API enabling integration with work order management, asset tracking, procurement, billing, and vendor management systems.

1 APIs 0 Features
Commercial Real EstateFacility ManagementAsset ManagementWork OrdersFortune 500

APIs

JLL Corrigo Enterprise REST API

The JLL Corrigo Enterprise REST API provides programmatic access to JLL Technologies' cloud-based facility management platform. The API enables integration with work order manag...

Collections

Pricing Plans

Rate Limits

Jones Lang Lasalle Rate Limits

1 limits

RATE LIMITS

FinOps

Press

JLL unveils first GPT model for commercial real estate

2026-05-25

Decode your building's story with JLL Azara, powered ...

2026-05-25

JLL Falcon kicks off new era of AI-powered CRE innovation

2026-05-25

Jones Lang LaSalle (JLL) Gains Analyst Confidence Amid ...

2026-05-25

JLL News and Press Releases

2026-05-25

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Developer
Developer

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: JLL Corrigo Enterprise REST API
  version: '1.0'
items:
- info:
    name: Work Orders
    type: folder
  items:
  - info:
      name: Query work orders
      type: http
    http:
      method: POST
      url: https://am-ce98c.corrigo.com/api/v1/query/WorkOrder
      body:
        type: json
        data: '{}'
    docs: Retrieves a filtered list of work orders from the Corrigo Enterprise platform based on specified query criteria.
  - info:
      name: Create a work order
      type: http
    http:
      method: POST
      url: https://am-ce98c.corrigo.com/api/v1/command/WorkOrder
      body:
        type: json
        data: '{}'
    docs: Creates a new work order in the Corrigo Enterprise system for facility maintenance or service requests.
- info:
    name: Assets
    type: folder
  items:
  - info:
      name: Query assets
      type: http
    http:
      method: POST
      url: https://am-ce98c.corrigo.com/api/v1/query/Asset
      body:
        type: json
        data: '{}'
    docs: Retrieves a filtered list of assets from the Corrigo Enterprise platform based on specified query criteria.
- info:
    name: Contacts
    type: folder
  items:
  - info:
      name: Query contacts
      type: http
    http:
      method: POST
      url: https://am-ce98c.corrigo.com/api/v1/query/Contact
      body:
        type: json
        data: '{}'
    docs: Retrieves a filtered list of contacts including vendors, tenants, and facility managers.
- info:
    name: Locations
    type: folder
  items:
  - info:
      name: Query locations
      type: http
    http:
      method: POST
      url: https://am-ce98c.corrigo.com/api/v1/query/Location
      body:
        type: json
        data: '{}'
    docs: Retrieves a filtered list of building and space locations managed within the Corrigo Enterprise platform.
bundled: true