References API

Show reference

GET /rest/v1/references/:id

This method shows reference

Request

Headers

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

Route

GET /rest/v1/references/-10

Response

Headers

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

Status

200 OK

Body

{
  "reference": {
    "n_ref_id": -10,
    "n_par_ref_id": null,
    "n_ref_type_id": -10,
    "n_ref_base_id": null,
    "n_firm_id": null,
    "vc_name": "неизвестно",
    "vc_code": "REF_Unknown",
    "vc_value": null,
    "vc_value_2": null,
    "vc_value_3": null,
    "c_value": null,
    "c_value_2": null,
    "c_value_3": null,
    "d_value": null,
    "d_value_2": null,
    "d_value_3": null,
    "n_value": null,
    "n_value_2": null,
    "n_value_3": null,
    "c_fl_editable": "N",
    "c_fl_manual": "N",
    "n_lang_id": 1131
  },
  "actions": {
    "show": "http://example.org/rest/v1/references/-10"
  },
  "navigation": {
    "self": "http://example.org/rest/v1/references/-10"
  }
}