그룹 / 멤버 정보 api
멤버 정보 조회
GET
https://url/members/<member_id>
회원 번호로 정보를 조회하는 api
Path Parameters
Name
Type
Description
member_id
string
회원 번호
{
"Group": "C",
"ID": "11-21",
"NAME": "김민주"
}
그룹 정보 조회
GET
https://url/groups/<supply_name>
배식소 이름으로 해당 배식소를 사용하는 그룹 조회
Path Parameters
Name
Type
Description
supply_name
string
배식소 이름
{
"group_list": [
"C"
]
}
Last updated
Was this helpful?