Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 2.06 KB

KnowledgeApi.md

File metadata and controls

48 lines (31 loc) · 2.06 KB

\KnowledgeApi

All URIs are relative to https://console.jumpcloud.com/api/v2

Method HTTP request Description
KnowledgeSalesforceList Get /knowledge/salesforce List Knowledge Articles

KnowledgeSalesforceList

SalesforceKnowledgeListOutput KnowledgeSalesforceList(ctx, optional) List Knowledge Articles

This endpoint returns a list of knowledge articles hosted in salesforce. Sample Request curl -X GET https://console.jumpcloud.com/api/v2/knowledge/salesforce \\ -H 'Accept: application/json' \\ -H 'Content-Type: application/json' \\ -H 'x-api-key: {API_KEY}'

Required Parameters

Name Type Description Notes
ctx context.Context context for logging, tracing, authentication, etc.
optional map[string]interface{} optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a map[string]interface{}.

Name Type Description Notes
fields []string
filter []string Supported operators are: eq, ne, gt, ge, lt, le, between, search, in
limit int32 The number of records to return at once. Limited to 100. [default to 10]
skip int32 The offset into the records to return. [default to 0]
sort []string The comma separated fields used to sort the collection. Default sort is ascending, prefix with `-` to sort descending.

Return type

SalesforceKnowledgeListOutput

Authorization

x-api-key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]