GET v1/core/Accounts/{accId}/devices/apndevices/{apnDevId}/privateAccessMFA

Request Information

Parameters

NameDescriptionAdditional information
accId

Define this parameter in the request URI.

apnDevId

Define this parameter in the request URI.

mobileDevicePrivateAccessMFA

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "DeviceID": 1,
  "AuthenticationExpires": "2025-05-05T10:21:11.3927768+00:00"
}

text/javascript

Sample:
{"DeviceID":1,"AuthenticationExpires":"2025-05-05T10:21:11.3927768+00:00"}

application/xml, text/xml

Sample:
<MobileDevicePrivateAccessMFA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models">
  <AuthenticationExpires>2025-05-05T10:21:11.3927768+00:00</AuthenticationExpires>
  <DeviceID>1</DeviceID>
</MobileDevicePrivateAccessMFA>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MobileDevicePrivateAccessMFA'.

application/bson

Sample:
2DeviceID	AuthenticationExpires`����