[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator

Get Close Sr Reasons

Description

Retrieves information about the reasons for closing support requests of a specified organization.

Request

Request

URL

URL


get
https://console.navigator.vmware.com/cphub/api/support/v1/orgs/{orgId}/support-requests/close-reasons
Copy

Path Parameters

Path Parameters

string
orgId Required

  • Org Id for which close reasons should be fetched. This can be either tenant or provider org Id


Header Parameters

Header Parameters

string
csp-auth-token Optional

  • Access token generated from refresh token for authentication.


Authentication

Authentication

This operation uses the following authentication methods.


Response

Response

Response Body

Response Body

200 OK

Returns array of SupportRequestCloseReasons of type(s) application/json
{
    "closeSrReasons": []
}
array of string
closeSrReasons Optional

Reason for closing the support request.

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl -H "csp-auth-token: string" https://console.navigator.vmware.com/cphub/api/support/v1/orgs/{orgId}/support-requests/close-reasons


Feedback

Was this page helpful?