Get a list of applications.
LaunchDarkly supports expanding the “Get applications” response to include additional fields.
To expand the response, append the expand
query parameter and include the following:
flags
includes details on the flags that have been evaluated by the applicationFor example, use ?expand=flags
to include the flags
field in the response. By default, this field is not included in the response.
Accepts filter by key
, name
, kind
, and autoAdded
. To learn more about the filter syntax, read Filtering applications and application versions.
The number of applications to return. Defaults to 10.
Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit
.
Accepts sorting order and fields. Fields can be comma separated. Possible fields are creationDate
, name
. Examples: sort=name
sort by names ascending, sort=-name,creationDate
sort by names descending and creationDate ascending.
A comma-separated list of properties that can reveal additional information in the response. Options: flags
.
Applications response
The location and content type of related resources
A list of applications
The number of applications