Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 2.2 KB

ApplicationsApi.md

File metadata and controls

52 lines (35 loc) · 2.2 KB

\ApplicationsApi

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

Method HTTP request Description
ApplicationsList Get /applications Applications

ApplicationsList

Applicationslist ApplicationsList(ctx, contentType, accept, optional) Applications

The endpoint returns all your SSO / SAML Applications. #### Sample Request curl -X GET https://console.jumpcloud.com/api/applications \\ -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.
contentType string [default to application/json]
accept string [default to application/json]
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
contentType string [default to application/json]
accept string [default to application/json]
fields string The comma separated fields included in the returned records. If omitted the default list of fields will be returned.
limit int32 The number of records to return at once.
skip int32 The offset into the records to return.
sort string [default to The comma separated fields used to sort the collection. Default sort is ascending, prefix with - to sort descending.]
xOrgId string [default to ]

Return type

Applicationslist

Authorization

x-api-key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json; charset=utf-8

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