Skip to content

Feedback detail

GET v1/ad/provider/feedback/:provider_id/:feedback_id

Request

namenecessarytypedefaultdescribeui

Response

namenecessarytypedefaultdescribeui
codetrueint-错误码(error code)
messagetruestring-错误信息(error message)
causetruestring-错误原因(error cause)
detailstrueobject-详情(details)
-feedback_idtrueint-feedback_id(反馈id)
-ticket_numbertruestring-工单号(ticket number)
-problem_typetrueint-问题类型:1功能问题,2用户体验问题,3其他问题,4建议和需求(problem type:1 Function question, 2 User experience question, 3 Other questions, 4 Suggestions and requirements)
-titletruestring-标题(title)
-prioritytrueint-优先级:1一般,2紧急(priority: 1 general, 2 urgent)
-applicant_idtrueint-申请人id(applicant id)
-contact_emailtruestring-联系邮箱(contact email)
-provider_owner_idtrueint-机构所有者id(provider owner id)
-provider_idtruestring-机构id(provider id)
-statustrueint-状态:0未处理,1已处理(status: 0 unprocessed, 1 processed)
-created_attruestring-创建时间(creation time)
-updated_attruestring-更新时间(update time)
-tagtruearray-标签:1硬件缺陷,2软件缺陷,3建议,4功能需求(tag: 1 hardware defect, 2 software defect, 3 suggestion, 4 feature request)
-feedback_provider_detailtrueobject-反馈-机构-详情(feedback-provider-detail)
--idtrueint-id(id)
--feedback_idtrueint-feedback_id(反馈id)
--descriptiontruestring-描述(description)
--replytruestring-客服反馈(customer service feedback)
--created_attruestring-创建时间(creation time)
--updated_attruestring-更新时间(update time)
--feedback_imagetruearray-反馈图片(feedback image)

Example

  • Url params: v1/ad/provider/feedback/20230309070101fuy4NRBb/2

  • Header:

keyvalue
x-api-keyyour's key value
  • Response body:
json
{
    "code": 0,
    "message": "Success",
    "cause": "",
    "details": {
        "feedback_id": 2,
        "ticket_number": "APP20230404092121Q441gdOPl",
        "problem_type": 1,
        "title": "test title",
        "priority": 1,
        "applicant_id": 16,
        "contact_email": "test@qq.com",
        "provider_owner_id": 13,
        "provider_id": "20230309070101fuy14NRBb",
        "status": 0,
        "created_at": "2023-04-04T09:21:21+08:00",
        "updated_at": "2023-04-04T09:21:21+08:00",
        "tag": [],
        "feedback_provider_detail": {
            "id": 2,
            "feedback_id": 2,
            "description": "test desc",
            "reply": "",
            "created_at": "2023-04-04T09:21:22+08:00",
            "updated_at": "2023-04-04T09:21:22+08:00",
            "feedback_image": [
                "http://www.baidu.com/1.jpg",
                "http://www.baidu.com/2.jpg"
            ]
        }
    }
}
{
    "code": 0,
    "message": "Success",
    "cause": "",
    "details": {
        "feedback_id": 2,
        "ticket_number": "APP20230404092121Q441gdOPl",
        "problem_type": 1,
        "title": "test title",
        "priority": 1,
        "applicant_id": 16,
        "contact_email": "test@qq.com",
        "provider_owner_id": 13,
        "provider_id": "20230309070101fuy14NRBb",
        "status": 0,
        "created_at": "2023-04-04T09:21:21+08:00",
        "updated_at": "2023-04-04T09:21:21+08:00",
        "tag": [],
        "feedback_provider_detail": {
            "id": 2,
            "feedback_id": 2,
            "description": "test desc",
            "reply": "",
            "created_at": "2023-04-04T09:21:22+08:00",
            "updated_at": "2023-04-04T09:21:22+08:00",
            "feedback_image": [
                "http://www.baidu.com/1.jpg",
                "http://www.baidu.com/2.jpg"
            ]
        }
    }
}