Nhảy tới nội dung

Mối quan hệ

Lấy danh sách mối quan hệ khách hàng

HTTP Request

[GET] /api/v6/accounts/relations

Query Parameters

Fields

FieldsTypeDescription
idintegerĐịnh danh
relation_namestringTên mối quan hệ
relation_codestringMã mối quan hệ
relation_orderstringThử tự sắp xếp
origin_namestringTên ban đầu
color_bgnumericMàu nền
color_fillstringMàu fill
deleted_bystringNgười xóa
created_atstringNgày tạo
color_textstringMàu chữ
is_defaultboolMối quan hệ mặc định
created_byintegerNgười tạo
updated_byintegerNgười sửa
updated_attimestampNgày sửa
deleted_attimestampNgày xóa
invalidboolHợp lệ hay không
descriptionstringMô tả
relation_stepstringBước mối quan hệ

Filtering

FieldsSupportTypeDescription
ideq,inintegerĐịnh danh khách hàng
validis,inintegerHợp lệ hay không

Sort

Sort (field)Direction
idasc,desc

Limit & Offset

TypeDescription
LimitintegerLấy bao nhiêu bản ghi
OffsetintegerBỏ qua bao nhiêu bản ghi

Example

HTTP Request

GET api/v6/accounts/"https://v6/accounts/relations" HTTP/1.1
Host: example.getflycrm.com
Content-Type: application/json

Status

200 OK

Response

[
{
"relation_id": 1,
"relation_name": "Mới",
"relation_code": "moi",
"deleted_by": null,
"created_at": "2019-07-30 14:04:35",
"created_by": 0,
"updated_by": 1,
"updated_at": "2021-01-20 16:59:36",
"deleted_at": null,
"description": "NVIDIA nói những dự án điện toán trong kỉ nguyên của AI"
}
]