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

Get Kb Articles

Description

Retrieves filtered knowledge base articles associated with a specified organization.

Request

Request

URL

URL


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

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

Authentication

This operation uses the following authentication methods.


Response

Response

Response Body

Response 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 Samples

Code Samples

cURL Command

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


Feedback

Was this page helpful?