Get the list registered apps.

GET {{baseUrl}}/apps?size=<integer>&page=<integer>&type=<string>

Lists the registered stream applications that can be deployed in streams.

Request Params

KeyDatatypeRequiredDescription
sizestringSpecifies the number of elements in a page.
pagestringSpecifies the requested page index.
typestringThe application type filter. e.g.:source, processor, sink

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;_embedded&quot;:{&quot;appRegistrationResourceList&quot;:[{&quot;name&quot;:&quot;TimeSeriesSource&quot;,&quot;type&quot;:&quot;source&quot;,&quot;uri&quot;:&quot;context://source.TimeSeriesSource&quot;,&quot;_links&quot;:{&quot;self&quot;:{&quot;href&quot;:&quot;cupidatat culpa&quot;}}},{&quot;name&quot;:&quot;TimeSeriesSource&quot;,&quot;type&quot;:&quot;source&quot;,&quot;uri&quot;:&quot;context://source.TimeSeriesSource&quot;,&quot;_links&quot;:{&quot;self&quot;:{&quot;href&quot;:&quot;ut exercitation&quot;}}}]},&quot;_links&quot;:{&quot;self&quot;:{&quot;href&quot;:&quot;velit&quot;}},&quot;page&quot;:{&quot;size&quot;:-47855955,&quot;totalElements&quot;:-16497078,&quot;totalPages&quot;:-32337076,&quot;number&quot;:3108353}}