v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Retrieve org hierarchy details

API to retrieve hierarchy details of an org.

get/hierarchy

Query parameters

fetchSiblingsboolean

To retrieve details of the orgs that share the same parent org.

Response

200

Example response

{
  "organization": {
    "id": 100458,
    "name": "Bukl Enterprises",
    "address": "BUKL Demo",
    "language": "English",
    "languageCode": "en",
    "languageLocale": "AI",
    "parentId": -1,
    "currency": "United States dollar",
    "timezoneLabel": "Asia/Kolkata",
    "timezoneOffset": "+05:30",
    "minSmsHour": 8,
    "maxSmsHour": 23,
    "logo": "https://s3-eu-west-1.amazonaws.com/fs.capillary.eu/intouch_creative_assets/4105a746-712e-4207-a082-353776ca.png",
    "country": "United States",
    "countryCode": "US",
    "active": true,
    "orgType": "STANDARD_ORG"
  }
}