Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

연락처 - 연락처 조회 API 구현 #6

Open
sukso96100 opened this issue Aug 13, 2020 · 0 comments
Open

연락처 - 연락처 조회 API 구현 #6

sukso96100 opened this issue Aug 13, 2020 · 0 comments

Comments

@sukso96100
Copy link
Member

GET /contacts/find?[org=<String>&name=<String>&phone=<String>&email=<String>&desc=<String>]

  • org: 검색 키워드 - 기관/조직 이름 (선택사항) / Example : 교무처
  • name: 검색 키워드 - 이름 (선택사항) / Example : 홍길동
  • phone: 검색 키워드 - 전화번호 (선택사항) / Example : 2610-4114
  • email: 검색 키워드 - 이메일 주소 (선택사항) / Example : [email protected]
  • desc: 그 외 정보 검색 키워드 (선택사항) / Example : 교원인사

Response:

{
  "contacts": [
    {
      "org": "string",
      "name": "string",
      "phone": "string",
      "email": "string",
      "desc": "string"
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant