GET v1/core/Accounts/{accId}/devices/apndevices/expand/paged?pageSize={pageSize}&pageNumber={pageNumber}&includeTotal={includeTotal}&hasLastConnected={hasLastConnected}&hasApnAccess={hasApnAccess}
List a paged set of expanded APN devices
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| accId | The account ID |
Define this parameter in the request URI. |
| pageSize | The number of results to return per page. Allowable values between 0 and 1000.
The default value is 0. If an invalid value is supplied, 1000 will be used instead. |
Define this parameter in the request URI. |
| pageNumber | The page number, starting from 0. The default value is 0.
If an invalid value is supplied, 1000 will be used instead. |
Define this parameter in the request URI. |
| includeTotal | Flag indicating whether to include the total row count.
Default value is false. |
Define this parameter in the request URI. |
| sortColumn | The column to sort by. Allowable values are (Imsi|Number|Description|Status|LastConnected).
The default sort column is Number (MSISDN). |
Define this parameter in the request URI. |
| sortDirection | The sort direction. Allowable values are (ASC|DESC).
The default direction is DESC. |
Define this parameter in the request URI. |
| hasLastConnected | Flag indicating whether to filter out objects that have (have not) connected |
Define this parameter in the request URI. |
| hasApnAccess | Flag indicating whether to filter out objects that have (have not) apn access |
Define this parameter in the request URI. |
Response Information
A paged set of APN devices with last connection details.
Response body formats
application/json, text/json
Sample:
{
"Success": true,
"Data": {
"PreviousPage": 1,
"CurrentPage": 1,
"NextPage": 1,
"PageSize": 2,
"TotalCount": 1,
"ResultSet": [
{
"ID": 1,
"LastConnection": {
"StartTime": "2025-12-06T04:33:47.8806258+00:00",
"EndTime": "2025-12-06T04:33:47.8806258+00:00",
"AccessGroupID": 3,
"APNZoneID": 4,
"MCC": "sample string 5",
"MNC": "sample string 6",
"PrivateAccessMFAStatus": "Disabled",
"PrivateAccessMFAAuthenticationExpires": "2025-12-06T04:33:47.8806258+00:00"
},
"UserID": 1,
"Description": "sample string 2",
"MSisdn": "sample string 3",
"Imsi": "sample string 4",
"LockIMEI": true,
"IMEI": "sample string 6",
"AuthType": "CLI",
"Status": "Enabled",
"OperatorName": "sample string 7",
"OperatorCountry": "sample string 8",
"APNName": "sample string 9",
"RateLimits": {
"Downstream": 1,
"Upstream": 1
}
},
{
"ID": 1,
"LastConnection": {
"StartTime": "2025-12-06T04:33:47.8806258+00:00",
"EndTime": "2025-12-06T04:33:47.8806258+00:00",
"AccessGroupID": 3,
"APNZoneID": 4,
"MCC": "sample string 5",
"MNC": "sample string 6",
"PrivateAccessMFAStatus": "Disabled",
"PrivateAccessMFAAuthenticationExpires": "2025-12-06T04:33:47.8806258+00:00"
},
"UserID": 1,
"Description": "sample string 2",
"MSisdn": "sample string 3",
"Imsi": "sample string 4",
"LockIMEI": true,
"IMEI": "sample string 6",
"AuthType": "CLI",
"Status": "Enabled",
"OperatorName": "sample string 7",
"OperatorCountry": "sample string 8",
"APNName": "sample string 9",
"RateLimits": {
"Downstream": 1,
"Upstream": 1
}
},
{
"ID": 1,
"LastConnection": {
"StartTime": "2025-12-06T04:33:47.8806258+00:00",
"EndTime": "2025-12-06T04:33:47.8806258+00:00",
"AccessGroupID": 3,
"APNZoneID": 4,
"MCC": "sample string 5",
"MNC": "sample string 6",
"PrivateAccessMFAStatus": "Disabled",
"PrivateAccessMFAAuthenticationExpires": "2025-12-06T04:33:47.8806258+00:00"
},
"UserID": 1,
"Description": "sample string 2",
"MSisdn": "sample string 3",
"Imsi": "sample string 4",
"LockIMEI": true,
"IMEI": "sample string 6",
"AuthType": "CLI",
"Status": "Enabled",
"OperatorName": "sample string 7",
"OperatorCountry": "sample string 8",
"APNName": "sample string 9",
"RateLimits": {
"Downstream": 1,
"Upstream": 1
}
}
]
},
"ErrorCode": 2,
"ErrorDescription": "sample string 3",
"Meta": "sample string 4"
}
text/javascript
Sample:
{"Success":true,"Data":{"PreviousPage":1,"CurrentPage":1,"NextPage":1,"PageSize":2,"TotalCount":1,"ResultSet":[{"ID":1,"LastConnection":{"StartTime":"2025-12-06T04:33:47.8806258+00:00","EndTime":"2025-12-06T04:33:47.8806258+00:00","AccessGroupID":3,"APNZoneID":4,"MCC":"sample string 5","MNC":"sample string 6","PrivateAccessMFAStatus":0,"PrivateAccessMFAAuthenticationExpires":"2025-12-06T04:33:47.8806258+00:00"},"UserID":1,"Description":"sample string 2","MSisdn":"sample string 3","Imsi":"sample string 4","LockIMEI":true,"IMEI":"sample string 6","AuthType":0,"Status":0,"OperatorName":"sample string 7","OperatorCountry":"sample string 8","APNName":"sample string 9","RateLimits":{"Downstream":1,"Upstream":1}},{"ID":1,"LastConnection":{"StartTime":"2025-12-06T04:33:47.8806258+00:00","EndTime":"2025-12-06T04:33:47.8806258+00:00","AccessGroupID":3,"APNZoneID":4,"MCC":"sample string 5","MNC":"sample string 6","PrivateAccessMFAStatus":0,"PrivateAccessMFAAuthenticationExpires":"2025-12-06T04:33:47.8806258+00:00"},"UserID":1,"Description":"sample string 2","MSisdn":"sample string 3","Imsi":"sample string 4","LockIMEI":true,"IMEI":"sample string 6","AuthType":0,"Status":0,"OperatorName":"sample string 7","OperatorCountry":"sample string 8","APNName":"sample string 9","RateLimits":{"Downstream":1,"Upstream":1}},{"ID":1,"LastConnection":{"StartTime":"2025-12-06T04:33:47.8806258+00:00","EndTime":"2025-12-06T04:33:47.8806258+00:00","AccessGroupID":3,"APNZoneID":4,"MCC":"sample string 5","MNC":"sample string 6","PrivateAccessMFAStatus":0,"PrivateAccessMFAAuthenticationExpires":"2025-12-06T04:33:47.8806258+00:00"},"UserID":1,"Description":"sample string 2","MSisdn":"sample string 3","Imsi":"sample string 4","LockIMEI":true,"IMEI":"sample string 6","AuthType":0,"Status":0,"OperatorName":"sample string 7","OperatorCountry":"sample string 8","APNName":"sample string 9","RateLimits":{"Downstream":1,"Upstream":1}}]},"ErrorCode":2,"ErrorDescription":"sample string 3","Meta":"sample string 4"}
application/xml, text/xml
Sample:
<PBNBReturnOfPagedListOfAPNDeviceWithLastConnectedCA1DLPoZCA1DLPoZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models">
<Data>
<CurrentPage>1</CurrentPage>
<NextPage>1</NextPage>
<PageSize>2</PageSize>
<PreviousPage>1</PreviousPage>
<ResultSet>
<APNDeviceWithLastConnected>
<APNName>sample string 9</APNName>
<AuthType>CLI</AuthType>
<Description>sample string 2</Description>
<ID>1</ID>
<IMEI>sample string 6</IMEI>
<Imsi>sample string 4</Imsi>
<LockIMEI>true</LockIMEI>
<MSisdn>sample string 3</MSisdn>
<OperatorCountry>sample string 8</OperatorCountry>
<OperatorName>sample string 7</OperatorName>
<RateLimits>
<Downstream>1</Downstream>
<Upstream>1</Upstream>
</RateLimits>
<Status>Enabled</Status>
<UserID>1</UserID>
<LastConnection>
<APNZoneID>4</APNZoneID>
<AccessGroupID>3</AccessGroupID>
<EndTime>2025-12-06T04:33:47.8806258+00:00</EndTime>
<MCC>sample string 5</MCC>
<MNC>sample string 6</MNC>
<PrivateAccessMFAAuthenticationExpires>2025-12-06T04:33:47.8806258+00:00</PrivateAccessMFAAuthenticationExpires>
<PrivateAccessMFAStatus>Disabled</PrivateAccessMFAStatus>
<StartTime>2025-12-06T04:33:47.8806258+00:00</StartTime>
</LastConnection>
</APNDeviceWithLastConnected>
<APNDeviceWithLastConnected>
<APNName>sample string 9</APNName>
<AuthType>CLI</AuthType>
<Description>sample string 2</Description>
<ID>1</ID>
<IMEI>sample string 6</IMEI>
<Imsi>sample string 4</Imsi>
<LockIMEI>true</LockIMEI>
<MSisdn>sample string 3</MSisdn>
<OperatorCountry>sample string 8</OperatorCountry>
<OperatorName>sample string 7</OperatorName>
<RateLimits>
<Downstream>1</Downstream>
<Upstream>1</Upstream>
</RateLimits>
<Status>Enabled</Status>
<UserID>1</UserID>
<LastConnection>
<APNZoneID>4</APNZoneID>
<AccessGroupID>3</AccessGroupID>
<EndTime>2025-12-06T04:33:47.8806258+00:00</EndTime>
<MCC>sample string 5</MCC>
<MNC>sample string 6</MNC>
<PrivateAccessMFAAuthenticationExpires>2025-12-06T04:33:47.8806258+00:00</PrivateAccessMFAAuthenticationExpires>
<PrivateAccessMFAStatus>Disabled</PrivateAccessMFAStatus>
<StartTime>2025-12-06T04:33:47.8806258+00:00</StartTime>
</LastConnection>
</APNDeviceWithLastConnected>
<APNDeviceWithLastConnected>
<APNName>sample string 9</APNName>
<AuthType>CLI</AuthType>
<Description>sample string 2</Description>
<ID>1</ID>
<IMEI>sample string 6</IMEI>
<Imsi>sample string 4</Imsi>
<LockIMEI>true</LockIMEI>
<MSisdn>sample string 3</MSisdn>
<OperatorCountry>sample string 8</OperatorCountry>
<OperatorName>sample string 7</OperatorName>
<RateLimits>
<Downstream>1</Downstream>
<Upstream>1</Upstream>
</RateLimits>
<Status>Enabled</Status>
<UserID>1</UserID>
<LastConnection>
<APNZoneID>4</APNZoneID>
<AccessGroupID>3</AccessGroupID>
<EndTime>2025-12-06T04:33:47.8806258+00:00</EndTime>
<MCC>sample string 5</MCC>
<MNC>sample string 6</MNC>
<PrivateAccessMFAAuthenticationExpires>2025-12-06T04:33:47.8806258+00:00</PrivateAccessMFAAuthenticationExpires>
<PrivateAccessMFAStatus>Disabled</PrivateAccessMFAStatus>
<StartTime>2025-12-06T04:33:47.8806258+00:00</StartTime>
</LastConnection>
</APNDeviceWithLastConnected>
</ResultSet>
<TotalCount>1</TotalCount>
</Data>
<ErrorCode>2</ErrorCode>
<ErrorDescription>sample string 3</ErrorDescription>
<Meta>sample string 4</Meta>
<Success>true</Success>
</PBNBReturnOfPagedListOfAPNDeviceWithLastConnectedCA1DLPoZCA1DLPoZ>
application/bson
Sample:
Success Data � PreviousPage CurrentPage NextPage PageSize TotalCount ResultSet \ 0 ID LastConnection � StartTime h��� EndTime h��� AccessGroupID APNZoneID MCC sample string 5 MNC sample string 6 PrivateAccessMFAStatus PrivateAccessMFAAuthenticationExpires h��� UserID Description sample string 2 MSisdn sample string 3 Imsi sample string 4 LockIMEI IMEI sample string 6 AuthType Status OperatorName sample string 7 OperatorCountry sample string 8 APNName sample string 9 RateLimits # Downstream Upstream 1 ID LastConnection � StartTime h��� EndTime h��� AccessGroupID APNZoneID MCC sample string 5 MNC sample string 6 PrivateAccessMFAStatus PrivateAccessMFAAuthenticationExpires h��� UserID Description sample string 2 MSisdn sample string 3 Imsi sample string 4 LockIMEI IMEI sample string 6 AuthType Status OperatorName sample string 7 OperatorCountry sample string 8 APNName sample string 9 RateLimits # Downstream Upstream 2 ID LastConnection � StartTime h��� EndTime h��� AccessGroupID APNZoneID MCC sample string 5 MNC sample string 6 PrivateAccessMFAStatus PrivateAccessMFAAuthenticationExpires h��� UserID Description sample string 2 MSisdn sample string 3 Imsi sample string 4 LockIMEI IMEI sample string 6 AuthType Status OperatorName sample string 7 OperatorCountry sample string 8 APNName sample string 9 RateLimits # Downstream Upstream ErrorCode ErrorDescription sample string 3 Meta sample string 4