Homarr
Apps

App Router get Paginated

GET
/api/apps/paginated
ApiKey<token>

API key which can be obtained in the Homarr administration dashboard

In: header

Query Parameters

search?string
pageSize?integer
Range0 < value <= 100
Default10
page?integer
Range0 < value <= 9007199254740991
Default1

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/apps/paginated"
{  "items": [    {      "id": "string",      "name": "string",      "description": "string",      "iconUrl": "string",      "href": "string",      "pingUrl": "string"    }  ],  "totalCount": 0}