Get Company or Scenario Configuration

GET /public/v1/configuration/{scope}

Headers

  • X-COMPANY-ID string Required

    The company's unique ID

Path parameters

  • scope string Required

    Values are SCENARIO or COMPANY.

Responses

  • 500 */*

    Internal Server Error

  • 200 */*

    OK

    Hide response attributes Show response attributes object
    • setting string
    • scope string

      Values are SCENARIO or COMPANY.

GET /public/v1/configuration/{scope}
curl \
 --request GET 'https://live.smartpmtech.com/public/v1/configuration/{scope}' \
 --header "X-API-KEY: $API_KEY" \
 --header "X-COMPANY-ID: string"
Response examples (500)
{}
Response examples (200)
[
  {
    "setting": "string",
    "scope": "SCENARIO"
  }
]