[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
Get Kb Articles
DescriptionRetrieves filtered knowledge base articles associated with a specified organization.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/support/v1/orgs/{orgId}/support-requests/kb-articles
Path Parameters
Path Parameters
string
orgId
Required
- Org Id for which kb articles should be fetched. This can be either tenant or provider org Id.
Query Parameters
Query Parameters
string
search_query
Optional
- Keywords for filtering KB articles.
Header Parameters
Header Parameters
string
csp-auth-token
Optional
- Access token generated from refresh token for authentication.
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
KbArticle
of type(s) application/json
{
"title": "string",
"url": "string"
}
string
title
Optional
Title of the KB Article
string
url
Optional
URL of the KB Article
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -H "csp-auth-token: string" https://console.navigator.vmware.com/cphub/api/support/v1/orgs/{orgId}/support-requests/kb-articles
[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
On This Page
Support Requests Operations
get
post