Entry addresses API

Show entry address

GET /rest/v1/objects/net_devices/:device_id/entries/:entry_id/addresses/:id

Request

Headers

Accept: application/json
Content-Type: application/json

Route

GET /rest/v1/objects/net_devices/78290901/entries/78291801/addresses/78292401

Response

Headers

Content-Type: application/json; charset=utf-8

Status

200 OK

Body

{
  "address": {
    "n_address_id": 56277501,
    "n_addr_type_id": 4006,
    "vc_addr_type_name": "MAC-адрес",
    "n_par_addr_id": null,
    "vc_code": "E4-CE-8F-4C-A9-FC",
    "vc_address": null,
    "vc_flat": null,
    "n_region_id": null,
    "vc_entrance_no": null,
    "n_floor_no": null,
    "n_firm_id": 100,
    "n_bind_addr_id": null,
    "n_obj_address_id": 78292401,
    "n_obj_addr_type_id": 1016,
    "d_begin": "2015-08-27T23:33:22+03:00",
    "d_end": null,
    "vc_rem": null,
    "vc_intercom_code": null,
    "actions": {
      "edit": "http://example.org/rest/v1/objects/net_devices/78290901/entries/78291801/addresses/78292401/edit"
    },
    "navigation": {
      "self": "http://example.org/rest/v1/objects/net_devices/78290901/entries/78291801/addresses/78292401",
      "entry": "http://example.org/rest/v1/objects/net_devices/78290901/entries/78291801",
      "addresses": "http://example.org/rest/v1/objects/net_devices/78290901/entries/78291801/addresses"
    }
  }
}