Installed apps
List observed versions for an installed application
Returns a paginated list of observed versions for the installed application within the scope of the organization.
GET
List observed versions for an installed application
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
Required string length:
24Pattern:
^[0-9a-f]{24}$Installed application identifier.
Required string length:
24Pattern:
^[0-9a-f]{24}$Query Parameters
Page number.
Required range:
x >= 1Number of items per page.
Required range:
1 <= x <= 100Names of response element fields, comma-separated, to be included.
Maximum string length:
2048JSON filter expression on filterable field paths of the response.
Maximum string length:
5120Sort expression in the format :asc|desc.
Pattern:
^(version|discovered_at|reported_at):(asc|desc)$