# Retrieve Personal Identity Network Profile

Retrieve list of personal identity network.

Endpoint: GET /personalIdentityNetworks
Version: 1.0.4

## Query parameters:

  - `page` (integer)
    Page index

  - `pageSize` (integer)
    The size of the page to be returned

## Response 200 fields (application/vnd.ruckus.v1.1+json):

  - `content` (array)

  - `content.id` (string)
    ID of the personal identity network service.

  - `content.name` (string)
    Name of the personal identity network service.

  - `content.vxlanTunnelProfileId` (string)
    ID of the tunnel profile used by the personal identity network service.

  - `content.networkSegmentConfiguration` (object)

  - `content.networkSegmentConfiguration.segments` (integer)

  - `content.networkSegmentConfiguration.dhcpInfoId` (string)

  - `content.networkSegmentConfiguration.dhcpPoolId` (string)

  - `content.distributionSwitchInfos` (array)

  - `content.distributionSwitchInfos.id` (string)

  - `content.distributionSwitchInfos.loopbackInterfaceId` (string)

  - `content.distributionSwitchInfos.loopbackInterfaceIp` (string)

  - `content.distributionSwitchInfos.loopbackInterfaceSubnetMask` (string)

  - `content.distributionSwitchInfos.vlans` (string)

  - `content.distributionSwitchInfos.siteKeepAlive` (string)

  - `content.distributionSwitchInfos.siteRetry` (string)

  - `content.accessSwitchInfos` (array)

  - `content.accessSwitchInfos.id` (string)

  - `content.accessSwitchInfos.distributionSwitchId` (string)

  - `content.accessSwitchInfos.templateId` (string)

  - `content.accessSwitchInfos.webAuthPageType` (string)

  - `content.accessSwitchInfos.vlanId` (string)

  - `content.accessSwitchInfos.uplinkInfo` (object)

  - `content.accessSwitchInfos.uplinkInfo.uplinkType` (string)

  - `content.accessSwitchInfos.uplinkInfo.uplinkId` (string)

  - `content.accessSwitchInfos.webAuthPasswordLabel` (string)

  - `content.accessSwitchInfos.webAuthCustomTitle` (string)

  - `content.accessSwitchInfos.webAuthCustomTop` (string)

  - `content.accessSwitchInfos.webAuthCustomLoginButton` (string)

  - `content.accessSwitchInfos.webAuthCustomBottom` (string)

  - `paging` (object)

  - `paging.page` (integer)

  - `paging.pageSize` (integer)

  - `paging.totalCount` (integer)


## Response 400 fields

## Response 401 fields

## Response 403 fields

## Response 404 fields

## Response 422 fields

## Response 500 fields
