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
Example response
{
"prefs": {
"testRunRestrictionWindows": [
{
"windowsForDay": [
{
"start": "14:30",
"end": "14:30"
}
]
}
]
},
"orgs": [
{
"prefs": {
"testRunRestrictionWindows": [
{
"windowsForDay": [
{
"start": "14:30",
"end": "14:30"
}
]
}
]
}
}
]
}