Skip to main content
Go to Latest
class ServiceListResponse
Re-export
import { ServiceListResponse } from "https://deno.land/x/authlete_deno@v1.2.9/mod.ts";

Response from Authlete /service/get/list API.

Properties

end: number

The end index (exclusive) for the result set of the query. It is the value contained in the original request (= the value of end parameter), or the default value used by Authlete server if the original request did not contain the parameter.

optional
services: Service[]

The list of services that match the query conditions.

start: number

The start index (inclusive) for the result set of the query. It is the value contained in the original request (= the value of start parameter), or the default value (0) if the original request did not contain the parameter.

totalCount: number

The total count of services.