Get Company Default Plan
This operation returns the default plan for the Company.
Path Parameters
- OrganizationId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
organizationInfo object
{
"organizationInfo": {
"organization": {
"connectName": "string",
"shortName": {
"domainName": "string",
"id": 0
}
},
"organizationProperties": {
"defaultPlans": [
{
"subtype": 0,
"plan": {
"planName": "string",
"planId": 0
}
}
]
}
}
}
{
"organizationInfo": {
"organization": {
"connectName": "company001",
"shortName": {
"domainName": "company001",
"id": 6
}
},
"organizationProperties": {
"defaultPlans": [
{
"subtype": 33554437,
"plan": {
"planName": "Server plan",
"planId": 2
}
}
]
}
}
}
GET /organization/:organizationid/defaultplan
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Organization/:OrganizationId/defaultplan' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Organization/:OrganizationId/defaultplan' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Organization/:OrganizationId/defaultplan' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Organization/:OrganizationId/defaultplan' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Organization/:OrganizationId/defaultplan' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Organization/:OrganizationId/defaultplan' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Organization/:OrganizationId/defaultplan' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'