Registrations

Retrieve the user’s registrations list

GET /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/users/(string: user_id)/properties/registrations/

Retrieve the user’s registrations list.

Example request:

GET /api/v1/tenants/foo/groups/foogroup/users/foouser/properties/registrations/ HTTP/1.1
Host: example.com

Example response:

HTTP/1.1 200 OK
Content-Type: "application/json"

{
   "registrations": [
      {
          "deviceLevel": "Group",
          "deviceName": "APIO Test Device",
          "order": "1",
          "uri": "sip:LP_ApioUserTest1@10.0.15.190:8860",
          "expiration": "2019-12-03T10:28:39+01:00",
          "linePort": "LP_ApioUserTest1@sip.netaxis.be",
          "endpointType": "Primary",
          "publicNetAddress": "",
          "publicPort": "",
          "privateNetAddress": "",
          "privatePort": "",
          "userAgent": "NetAxis Simulator/7",
          "lockoutStarted": "",
          "lockoutExpires": "",
          "lockoutCount": "0"
      }
   ]
}
>json array registrations:

A list of objects as defined in Registrations attributes.

statuscode 200:

no error