Appearance
provider member detail
GET v1/ad/providerMember/:id
Request
| name | necessary | type | default | describe | ui |
|---|---|---|---|---|---|
| provider_id | true | string | - | 机构id(provider id) | |
| admin_id | true | int | - | 管理员id(admin id) |
Response data struct
| name | necessary | type | default | describe | ui |
|---|---|---|---|---|---|
| code | true | int | - | 错误码(error code) | |
| message | true | string | - | 错误信息(error message) | |
| cause | true | string | - | 错误原因(error cause) | |
| details | true | object | - | 详情(details) | |
| -admin_id | true | int | - | 管理员id(admin id) | |
| -provider_owner_id | true | int | - | 机构所有者id(provider owner id) | |
| -avatar | true | string | - | 头像(avatar) | |
| -first_name | true | string | - | 名(first name) | |
| -last_name | true | string | - | 姓(last name) | |
| -full_name | true | string | - | 全名(full name) | 成员 |
| true | string | - | 邮箱(email) | 邮箱 | |
| -npi | true | string | - | 执照编号(License Number) | |
| -phone | true | string | - | 电话号码(phone) | |
| -area_code | true | string | - | 国际区号(area code) | |
| -sex | true | string | - | 性别:1男,2女(sex:1 man,2 woman) | |
| -role | true | string | - | 角色:1机构提供者,2机构管理员,3医生(role:1provider owner,2provider admin,3doctor) | 角色 |
| -status | true | string | - | 状态:0禁用,1正常,2未激活(status: 0 disabled, 1 normal,2inactivated) | 状态 |
| -description | true | string | - | 描述(description) | |
| -last_active_time | true | string | - | 最后活跃时间(last active time) | |
| -registered_at | true | string | - | 注册时间(registration time) | |
| -created_at | true | string | - | 创建时间(creation time) | |
| -updated_at | true | string | - | 更新时间(update time) | |
| -current_provider | true | object | - | 当前机构(current provider) | |
| --name | true | string | - | 机构名称(provider name) | |
| --user_num | true | int | - | 用户数量(user num) | |
| -provider | true | array | - | 机构(provider) | |
| --id | true | int | - | id(id) | |
| --provider_owner_id | true | int | - | 机构所有者id(provider owner id) | |
| --provider_id | true | string | - | 机构id(provider id) | |
| --logo | true | string | - | logo(logo) | |
| --name | true | string | - | 机构名称(provider name) | |
| true | string | - | 机构邮箱(provider email) | ||
| --area_code | true | string | - | 国际区号(area code) | |
| --phone | true | string | - | 手机号码(phone) | |
| --country | true | string | - | 国家(country) | |
| --post_code | true | string | - | 邮编(post code) | |
| --address | true | string | - | 机构地址(address) | |
| --description | true | string | - | 描述(description) | |
| --status | true | int | - | 状态:0禁用,1正常(status: 0 disabled, 1 normal) | |
| --created_at | true | string | - | 创建时间(creation time) | |
| --updated_at | true | string | - | 更新时间(update time | |
| -provider_member_provider_relation | true | object | - | 机构成员-机构-关系(provider member-provider-relation) | |
| --id | true | string | - | id(id) | |
| --admin_id | true | int | - | 管理员id(admin id) | |
| --provider_owner_id | true | int | - | 机构所有者id(provider owner id) | |
| --provider_id | true | string | - | 机构id(provider id) | |
| --status | true | int | - | 状态:0禁用,1正常,2未加入(status:0disabled,1normal,2not joined) | |
| --created_at | true | string | - | 创建时间(creation time) | |
| --updated_at | true | string | - | 更新时间(update time) |
Example
Url params:
v1/ad/providerMember/20220101000000Header:
| key | value |
|---|---|
| x-api-key | your's key value |
- Response body:
json
{
"code": 0,
"message": "Success",
"cause": "",
"details": {
"admin_id": 0,
"provider_owner_id": 0,
"avatar": "",
"first_name": "",
"last_name": "",
"full_name": "",
"email": "",
"npi": "",
"phone": "",
"area_code": "",
"sex": 0,
"role": 0,
"status": 0,
"description": "",
"last_active_time": null,
"registered_at": null,
"created_at": "0001-01-01T00:00:00Z",
"updated_at": "0001-01-01T00:00:00Z",
"current_provider": {
"name": "",
"user_num": 0
},
"provider": [
{
"id": 0,
"provider_owner_id": 0,
"provider_id": "",
"logo": "",
"name": "",
"email": "",
"area_code": "",
"phone": "",
"country": "",
"post_code": "",
"address": "",
"description": "",
"status": 0,
"created_at": "0001-01-01T00:00:00Z",
"updated_at": "0001-01-01T00:00:00Z"
},
{
"id": 0,
"provider_owner_id": 0,
"provider_id": "",
"logo": "",
"name": "",
"email": "",
"area_code": "",
"phone": "",
"country": "",
"post_code": "",
"address": "",
"description": "",
"status": 0,
"created_at": "0001-01-01T00:00:00Z",
"updated_at": "0001-01-01T00:00:00Z"
}
],
"provider_member_provider_relation": {
"id": 5,
"admin_id": 4,
"provider_owner_id": 1,
"provider_id": "20220101000000",
"status": 1,
"created_at": "2022-11-18T11:09:54+08:00",
"updated_at": "2022-12-08T05:54:56+08:00"
}
}
}{
"code": 0,
"message": "Success",
"cause": "",
"details": {
"admin_id": 0,
"provider_owner_id": 0,
"avatar": "",
"first_name": "",
"last_name": "",
"full_name": "",
"email": "",
"npi": "",
"phone": "",
"area_code": "",
"sex": 0,
"role": 0,
"status": 0,
"description": "",
"last_active_time": null,
"registered_at": null,
"created_at": "0001-01-01T00:00:00Z",
"updated_at": "0001-01-01T00:00:00Z",
"current_provider": {
"name": "",
"user_num": 0
},
"provider": [
{
"id": 0,
"provider_owner_id": 0,
"provider_id": "",
"logo": "",
"name": "",
"email": "",
"area_code": "",
"phone": "",
"country": "",
"post_code": "",
"address": "",
"description": "",
"status": 0,
"created_at": "0001-01-01T00:00:00Z",
"updated_at": "0001-01-01T00:00:00Z"
},
{
"id": 0,
"provider_owner_id": 0,
"provider_id": "",
"logo": "",
"name": "",
"email": "",
"area_code": "",
"phone": "",
"country": "",
"post_code": "",
"address": "",
"description": "",
"status": 0,
"created_at": "0001-01-01T00:00:00Z",
"updated_at": "0001-01-01T00:00:00Z"
}
],
"provider_member_provider_relation": {
"id": 5,
"admin_id": 4,
"provider_owner_id": 1,
"provider_id": "20220101000000",
"status": 1,
"created_at": "2022-11-18T11:09:54+08:00",
"updated_at": "2022-12-08T05:54:56+08:00"
}
}
}