展会落地页详情

HTTP Request

GET /api/v2/exhibition_landings/:id

HEADERS

字段名 是否必填 描述
ACCESS-TOKEN true 授权token(aPaas提供)

URL Parameters

字段名 必填 描述

返回数据

{
    "code": 0,
    "message": "success",
    "remark": "成功",
    "data": {
        "id": 5,
        "head": "https://ikcrm-files-dev.ikcrm.com/exhibition/attachments/files/395/1111.png",
        "mobile_head": "https://ikcrm-files-dev.ikcrm.com/exhibition/attachments/files/395/1111.png",
        "number": 1,
        "end_at": "2025-01-01T12:00:00.000+08:00",
        "text": "xxxxxx",
        "crm_custom_form_id": 96,
        "custom_groups": [
            {
                "name": "xxxx",
                "content": "yyyyyy"
            }
        ],
        "exhibition": {
            "id": 1,
            "name": "xxxxx",
            "enable_organizer_api": false,
            "invitation_switch": true,
            "invitation_award_amount": 1.1
        },
        "hall": {
           "name": "xxxxx"
        }
    }
}
文档更新时间: 2025-04-09 17:20   作者:李辉