Get a List of Applications

Retrieve a paginated list of applications configured in your SysAid account. You can use different criteria to filter the list.

Query Params
integer
≥ 0
Defaults to 0

The offset for pagination. Calculated as (page - 1) * limit (page starts at 1).

integer
1 to 100
Defaults to 10

The number of items to display per page. The default is 10, and you can have up to 100.

sort
array of strings
Defaults to dateCreated:desc

Sort as field:direction pairs (e.g. ["name:asc", "dateCreated:desc"]).

sort
discoveryMethods
array of objects

Filter results by one or more discovery methods.

discoveryMethods
category
array of objects

Filter results by one or more categories.

category
state
array of objects

Filter results by one or more states.

state
date

Applications by date from which they were created.

date

Applications by date to which they were created.

string
length ≤ 255

Query to search entities.

number
≥ 0

The minimum estimated savings to include in the results (inclusive).

number
≥ 0

The maximum estimated savings to include in the results (inclusive).

integer
0 to 100

The minimum utilization rate to include in the results (inclusive).

integer
0 to 100

The maximum utilization rate to include in the results (inclusive).

currency
array of objects

Filter results by one or more currencies.

currency
boolean

Filter results by missing utilization rate. When set to "true", only applications without a utilization rate value are returned. When "false" or omitted, no filtering is applied.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json