Phonecheck API to Get All Devices - V2

Description: PhoneCheck API to get all device information and application results performed by testers using the Phonecheck software.

This API will only return data from devices processed under the account holder. This is not an API that provides data from other accounts or without the connection of the device to the Phonecheck software.

URL: https://clientapiv2.phonecheck.com/cloud/CloudDB/v2/GetAllDevices (US)

URL: https://eu-clientapiv2.phonecheck.com/cloudDB/v2/GetAllDevices (EU)

Method: POST

Data Parameters

Value

Description

Data Parameters

Value

Description

Apikey

9cdbc7a1-1b9c-44ae-a98085104c71ea3e

https://phonecheck.atlassian.net/wiki/spaces/KB/pages/23855188

Username

Kai2

Any StationID username (Not your master login to cloud)

Date

2019-07-05

Filter by Date YYYY-MM-DD - If the value is empty, today’s device data is provided

Station

Kai3

Filter by Station “Optional”

Invoiceno

101

Filter by Invoice Number “Optional”

startdate

2022-07-05

(Optional) Filter by Start Date "2019-07-05" - Data from start to end is provided

enddate

2022-07-15

(Optional) Filter by End Date "2019-07-15" - Data from start to end is provided

deviceDisconnect

2022-08-25 14:00:00

(Optional) Filter from device disconnect time “2022-08-25 14:00:00“

limit

500

(Optional) Filter by number of records, max limit 500

offset

20

(Optional) Filter by offset limit, it’ll ignore the first 20 records and will start from 21st record.

Error Response:

Code

Content

Code

Content

Status: 400 Bad Request

“Post Data is missing”

Status: 400 Bad Request

“Username is missing from post data”

Status: 404 Not Found

[ ]

Status: 401 Unauthorized

ApiKey Invalid - Contact Admin at

<a href='http://www.phonecheck.com/contact/'PhoneCheck> Contact Support</a>

Successful Response - Status: 200 OK


[ { "numOfRecords": 433 }, { "TransactionID": "2", "master_id": "XXX", "WareHouse": "", "MasterName": "Phonecheck", "Model": "iPhone XS", "Memory": "64GB", "IMEI": "357208094519285", "Carrier": "", "Serial": "DNPXK9P7KPFP", "UDID": "00008020-001014A80C88003A", "LicenseIdentifier": "1014A80C88003A", "DeviceLock": "Off", "AppleID": "", "Rooted": "Off", "Color": "Space Gray", "Grade": "", "Version": "12.1", "OS": "iOS", "Make": "Apple", "Firmware": "1.01.30", "Notes": "", "ESN": "Good", "DeviceCreatedDate": "2019-07-11 13:34:34", "DeviceUpdatedDate": "2019-07-11 17:34:11", "BatteryPercentage": "100", "BatteryCycle": "7", "BatteryHealthPercentage": "100", "BatteryDesignMaxCapacity": "2642", "BatteryCurrentMaxCapacity": "2642", "BatterySerial": "F8Y83863SWEJT0Q02", "BatteryModel": "F8Y83863SWEJT0Q02", "BatterySource": "BS01", "UnlockStatus": "", "TesterName": "XXX", "Cosmetics": "", "BuildNo": "1.2.71.8", "AppVersion": "2.0.80.96", "ManualEntry": "No", "ESNResponse": [ { "Remarks": "Good", "API": "G001", "chargeStatus": "Yes", "deviceid": "357208094519285", "FieldColor": "Green", "RawResponse": { "imeihistory": [ { "date": "NA", "by": "NA", "action": "NA", "Country": "NA" } ], "operatingsys": "iOS", "greyliststatus": "No", "modelname": "iPhone XS (A1920)", "responsestatus": "success", "refcode": "11072019133433", "marketingname": "Apple iPhone XS (A1920)", "brandname": "Apple", "blackliststatus": "No", "devicetype": "Smartphone", "manufacturer": "Apple Inc" } } ], "SimLockResponse": "", "LPN": "", "Custom1": "", "SKUCode": "", "RegulatoryModelNumber": "A1920", "CosmeticsFailed": "", "CosmeticsPassed": "", "CosmeticsPending": "", "CosmeticsWorking": "", "Network": "", "Network1": "", "Network2": "", "SIM1MCC": "", "SIM1MNC": "", "SIM2MCC": "", "SIM2MNC": "", "SIM1Name": "", "SIM2Name": "", "IMEI2": "357208094620075", "SimTechnology": "", "BatteryTemperature": "28", "AvgBatteryTemperature": null, "MaxBatteryTemperature": null, "MinBatteryTemperature": null, "BatteryResistance": "2", "MEID": "35720809451928", "MEID2": "35720809462007", "PESN": "80D3709C", "PESN2": "802C8C41", "SIMSERIAL": "", "SIMSERIAL2": "", "DecimalMEID": "089666560904528424", "DecimalMEID2": "089666560904595719", "SimErased": "", "MDM": "No", "CountryOfOrigin": "US", "BatteryDrainDuration": "", "BatteryChargeStart": "", "BatterChargeEnd": "", "BatteryDrain": "", "WifiMacAddress": "c0:a6:00:32:be:07", "SimHistory": null, "iCloudInfo": null, "BatteryDrainInfo": "", "CompatibleSim": "", "NotCompatibleSim": "", "DeviceState": "Normal Mode", "BatteryDrainType": "", "CocoCurrentCapacity": "2642", "CocoDesignCapacity": "0", "OEMBatteryHealth": "0.0", "CocoBatteryHealth": "0.0", "PortNumber": "9", "startHeat": "", "endHeat": "", "ProductCode": "", "device_shutdown": "", "SimLock": "", "BMic": "", "VMic": "", "FMic": "", "DefectsCode": "", "ManualFailure": "", "ErrorCode": "", "ScreenTime": "", "testerDeviceTime": "", "ModelNo": "MT942LL/A", "Erased": "", "Type": "", "StartTime": "", "EndTime": "", "RestoreCode": "", "Working": "Pending", "Passed": "", "Failed": "", "Pending": "", "VendorName": "PC", "InvoiceNo": "101", "isCloudTransaction": "0", "StationID": "XXXX", "InitialCarrier": "N/A", "CosmeticsSettings": [], "A4Reports": "8681XXX", "CreatedTimeStamp": "2019-07-11T13:34:34.00-04:00", "UpdatedTimeStamp": "2019-07-11T17:34:11.00-04:00" },

Related content