Create a Post
cancel
Showing results for 
Search instead for 
Did you mean: 
Tom_Cripps
Advisor

API call to show Custom Applications/Categories

Is there an API call which can be made to retrieve only Custom Applications/Categories rather than the existing pre-installed ones?

Tom

0 Kudos
1 Reply
PhoneBoy
Admin
Admin

A single API call? No. But you could probably iterate through show-application-sites with details-level full and find the ones that are NOT created by "System."

For example, I was able to pull the applications I had created with the following CLI command:

mgmt_cli -r true --format json show application-sites details-level full limit 500 offset 7500 | jq '.objects[] | select (."meta-info".creator != "System")'

Your mileage may vary.

Leaderboard

Epsum factorial non deposit quid pro quo hic escorol.

Upcoming Events

    Tue 23 Apr 2024 @ 11:00 AM (EDT)

    East US: What's New in R82

    Thu 25 Apr 2024 @ 11:00 AM (SGT)

    APAC: CPX 2024 Recap

    Tue 30 Apr 2024 @ 03:00 PM (CDT)

    EMEA: CPX 2024 Recap

    Thu 02 May 2024 @ 11:00 AM (SGT)

    APAC: What's new in R82

    Tue 23 Apr 2024 @ 11:00 AM (EDT)

    East US: What's New in R82

    Thu 25 Apr 2024 @ 11:00 AM (SGT)

    APAC: CPX 2024 Recap

    Tue 30 Apr 2024 @ 03:00 PM (CDT)

    EMEA: CPX 2024 Recap

    Thu 02 May 2024 @ 11:00 AM (SGT)

    APAC: What's new in R82
    CheckMates Events