Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.17 KB

SelfServiceApi.md

File metadata and controls

42 lines (23 loc) · 1.17 KB

SelfServiceApi

All URIs are relative to **

Method HTTP request Description
selfServiceListSelfServiceCategories GET /api/v1/self-service/categories List Self Service Categories

selfServiceListSelfServiceCategories

List Self Service Categories

This endpoint retrieves a list of self-service categories and their associated IDs.

If you are planning to make a Library item available in Self Service under a specific category, you can call this endpoint to get the category ID and then use that ID when creating or updating the library item via the Kandji API.

Example

kandji selfServiceListSelfServiceCategories

Parameters

This endpoint does not need any parameter.

Return type

map

Authorization

bearer

HTTP request headers

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

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