GetEndpointsResponseModel

Provides information about a list of endpoints.

NameDescriptionTypeAdditional Information
TotalAvailable

Use this value to determine if you need to retrieve additional pages of data. If TotalAvailable is larger than PageNr * PageSize then more endpoints are available.

integer

None.

PageNr

The number of the page that was request.

integer

None.

PageSize

The size of the page that was requested.

integer

None.

Endpoints

List of endpoint records.

Collection of GetEndpointsResponseModel_Endpoint

None.