Clarification Needed: API Endpoint /api/asset/assets
I’m seeking some clarification regarding the API endpoint /api/asset/assets
. Specifically, I’m interested in understanding what data this endpoint returns.
From my initial review, it appears that /api/asset/assets
might be intended to return a list of assets. However, I’m unsure if this list includes all the systems that have KACE installed on them or if it represents something else.
Could someone please clarify:
Does this endpoint return a comprehensive list of all assets managed by KACE?
Or is it something different, perhaps just a subset of assets or systems?
Any insights or examples of the response from this endpoint would be greatly appreciated!
Answers (2)
Top Answer
The API returns any Asset listed in "Asset Management › Assets" .
Refer to the API documentation for more info on filtering for particular asset types.
Does that mean it returns a list of assets that have been added into the asset management by us only ? Also if u can guide me , which api to use incase i want to fetch data about all the users that have uem installed on their systems , specifically the data should include either email id of the user or ip address.
Comments:
-
An Asset can be any one of the Asset types. Your Assets are listed on the "Asset Management › Assets" page.
The API documentation contains a few Asset API examples. - KevinG 2 months ago