v1

latestOpenAPI 3.0.1Gremlin License2026-08-06397451577.0 KB
companies

Gets a Company by its supplied guid

Requires the privilege COMPANIES_READ

get/companies/{identifier}

Path parameters

identifierstring required

Query parameters

skipTeamsboolean

Response

default response

identifierstring
namestring
internalboolean
createdBystring
createdAtstring date-time
updatedAtstring date-time
aliasstring
defaultCompanyRolestring
defaultTeamRolestring
haltAllCoolDownEndstring date-time

Example response

{
  "prefs": {
    "testRunRestrictionWindows": [
      {
        "windowsForDay": [
          {
            "start": "14:30",
            "end": "14:30"
          }
        ]
      }
    ]
  },
  "orgs": [
    {
      "prefs": {
        "testRunRestrictionWindows": [
          {
            "windowsForDay": [
              {
                "start": "14:30",
                "end": "14:30"
              }
            ]
          }
        ]
      }
    }
  ]
}