Get list of servers with no packages for a company
API to get list of servers with no packages for a company
Path Parameters
- companyId int32 required
Id of the Company whose servers(with no packages) have to be fetched
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
clients object[]
id int32name stringdisplayName string
{
"clients": [
{
"id": 0,
"name": "string",
"displayName": "string"
}
]
}
Loading...