Expertise: get

Expertise: get

获取当前用户的专长列表

Request

HTTP request

GET https://www.featapi.com/api/user/expertise/

Parameters

无需添加参数。

Authorization

该请求需要授权以下scopes访问权限:

Scopes
user_expertise

For more information, see the authentication and authorization page.

Request body

无需请求体信息。

Response

如果请求成功,该API返回当前登录用户的User.Expertise专长数据列表在响应体信息中。

200 Returns list of Expertise successfully

{
"data": [{
    "id": 122,
    "user": 7815769374283,
    "username": "WenWei Yang",
    "name": "Python Programming",
    "applications": [
      {
        "label": "程序"
      },
      {
        "label": "开发"
      },
      {
        "label": "python"
      }
    ],
    "currency": "CNY",
    "profession_categories": [
      {
        "label": "python程序员"
      },
      {
        "label": "网站开发工程师"
      }
    ],
    "is_primary": true,
    "create_time": "2019-07-09T09:10:30.225000Z",
    "available_services": [
      {
        "type": 100,
        "price": "300.00",
        "unit": 100,
        "is_available": true
      }
    ],
    "status": 100
  }
]}

发表评论

您的电子邮箱地址不会被公开。

您可以使用以下 HTML标签和属性:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Captcha Code