CBRE Client
  1. Project
CBRE Client
Client - Projects & Reactives
  • Client - Projects & Reactives
  • Client Backend Tool
  • File Manager
  • Dashboard
    • Tool Based announcements
    • Top Planned Projects
    • Top Active Projects
    • Project Rag By Country
    • Project Rag By Site
    • Project Stats By Revenue
    • Project Stats By Revenue And Status
    • Project Composition By Sites
    • Active Project Schedule
    • Pending Approval Counts
    • Pending Approval Counts By Duration
    • Pending Approvals
    • Pending Approvals Scope Variations
    • Active Project Composition By Category
    • Project Revenue By Month
    • QHSE Risk by Project
  • Media
    • Upload Media
    • Download Media
  • Notifications
    • Mark as Read
    • Mark all Read
    • View All
  • Projects
    • Additional Authors
      • View All
      • Upsert Authors
    • Financial Summary & Forecast
      • Financial Summary
      • Financial Summary Forecast
    • General Quotations
      • Job Titles
      • Self Perform
      • CBRE Consequential
      • Project Management
    • Messages
      • All Messages
      • Send Message
      • Delete Message
    • Pending Actions
      • Project Pending Actions
      • Update Project Pending Action
    • Pinned Projects
      • Upsert
      • View All
      • Toggle Pinned Project
    • Project
      • View All
        GET
      • Add Project
        POST
      • Update Project
        PUT
      • Fetch Project
        GET
      • Fetch Scope of Work History
        GET
      • Project Cost Plan
        GET
      • Project Cost Plan History
        GET
      • Project Milestones
        GET
      • Fetch Project By Sync Id (For Parent Project)
        GET
      • Job Title with Hours
        GET
      • Approve Project Offer
        PUT
      • Update Project Status
        PUT
      • Delete Project
        DELETE
      • Job Title with Hours by Project Sync Id
        POST
      • Fetch Project With Internal Data
        GET
      • Project Statuses
        GET
      • Project Status History
        GET
      • Project Award Reasons
        GET
      • Project Lost Reasons
        GET
      • Export to Excel
        GET
      • Project Approval List
        GET
      • Project Approval Detail
        GET
      • Project Assignees
        GET
      • Download Client Offer
        GET
    • Project Statuses
      • View All
      • With Counts
    • Purchase Order
      • View All
      • Delete
      • Add
      • Update
    • Project Directory
      • Project Directory
      • Project Directory Update
    • Reports
      • Flash Reports
      • Flash Report Details
      • Flash Report Download
    • Scope Change
      • Supply Chain
      • Labor
      • Other Cost
      • Variation Smmary
      • Update Scope-change Status
      • Revise Scope-change
      • Reject First Scope Change Proposal
      • Scope Change Download (LSQ, GO)
      • Scope Variation Download
  • Provider(CBRE Side Sync Calls)
    • Additional Authors
      • View All
    • Projects
      • Delete Project
      • Receive Message
      • Fetch Project
      • Update Project
      • Add Project
      • Upsert Project
  • Sites
    • Users List
  • To-Do List
    • Show
    • Add
    • View All
    • Update
    • Delete
    • Priorities
  • User Configurations
    • User Markets
    • Client Markets
    • Markets Countries
    • Market Countries Sites
    • User Sites
  • File Manager
    • Folders
      • List
      • Add
      • Edit
      • Show
      • Delete
    • Files
      • Add
      • Bulk Add
      • Update
      • Move to Folder
      • Show
      • Delete
  • Questionnaire
    GET
  • Disciplines List
    GET
  • Contract MSOWs By Country
    GET
  • RFQ Event SSJ Questions
    GET
  • Check Client Portal Status
    GET
  1. Project

Project Approval Detail

GET
/cbre-client/api/projects/{projectId}/approvals/{scopeChangeId}/detail
Projects

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
projectId
string 
required
scopeChangeId
string 
required

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://client-backend-quantum-project.test/cbre-client/api/projects//approvals//detail'

Responses

🟢200OK
application/json
Body
status
string 
optional
message
string 
optional
data
object 
optional
success
boolean 
optional
Example
{
  "status": "Error",
  "message": "Unexpected Exception. Try later Unauthenticated.",
  "data": null,
  "success": false
}
Previous
Project Approval List
Next
Project Assignees
Built with