This method lists references of specified type code
Accept: application/json Content-Type: application/json
GET /rest/v1/references?ref_type_code=REF_TYPE_Document_Type&per_page=1&page=1
ref_type_code: REF_TYPE_Document_Type per_page: 1 page: 1
Content-Type: application/json; charset=utf-8
200 OK
{
"references": [
{
"n_ref_id": 1002,
"n_par_ref_id": null,
"n_ref_type_id": 2,
"n_ref_base_id": null,
"n_firm_id": null,
"vc_name": "Договор на оказание услуг",
"vc_code": "DOC_TYPE_SubscriberContract",
"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": {
"index": "http://example.org/rest/v1/references"
}
}