We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GET /contacts/find?[org=<String>&name=<String>&phone=<String>&email=<String>&desc=<String>]
/contacts/find?[org=<String>&name=<String>&phone=<String>&email=<String>&desc=<String>]
org
name
phone
email
desc
Response:
{ "contacts": [ { "org": "string", "name": "string", "phone": "string", "email": "string", "desc": "string" } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GET
/contacts/find?[org=<String>&name=<String>&phone=<String>&email=<String>&desc=<String>]
org
: 검색 키워드 - 기관/조직 이름 (선택사항) / Example : 교무처name
: 검색 키워드 - 이름 (선택사항) / Example : 홍길동phone
: 검색 키워드 - 전화번호 (선택사항) / Example : 2610-4114email
: 검색 키워드 - 이메일 주소 (선택사항) / Example : [email protected]desc
: 그 외 정보 검색 키워드 (선택사항) / Example : 교원인사Response:
The text was updated successfully, but these errors were encountered: