Skip to content

[Feature] api get -a | --all-results option to retrieve all items #226

@rob-buskens-sp

Description

@rob-buskens-sp

The sail api get ... retrieves one page. To retrieve more than a page of items you have to wrap the sail call with something to handle pagination.

I would like get to have an option for retrieving all items with an option like sail api get -a or ail api get --all-results.

The various SailPoint ISC SDKs support pagination which handles this. I can wrap the sail api get call in a script that handles paging.

I was trying to use the sail CLI to pull a number of different configuration options then run it through jq, or perhaps the built in parsing functionality, to create CSVs for importing into EXCEL. A little easier than importing into EXCEL with the data query import functionality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions