Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Query field

serviceApps(limit: Int,page: Int):ServiceAppItems
Beta

Retrieve the account-bound ServiceApps

Arguments
limit: Int = 25
Beta
--
page: Int = 1
Beta
--
Fields of ServiceAppItems
items:[ServiceApp]!
Beta

ServiceApp items.

total:Int!

Total amount of results.

page:Int!

Current page number.

limit:Int!

Number of results per page.

hasNextPage:Boolean!

Indicates if a next page is available or not