GET/contact-tags/{contactTagId}

연락처 태그를 조회한다.

Authorization

oauth2

OAuth 2.0 인증.
자세한 인증 방식은 인가·인증을 참고한다.

Scope

contact
contact.read

HTTP Request

GEThttps://www.worksapis.com/v1.0/contact-tags/{contactTagId}

Path Parameters

ParameterTypeDescription
contactTagId string 

연락처 태그 ID


required
example : ctag2a81-94b6-4642-6903-03aa7977da91 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 200

OK

PropertyTypeDescription
contactTagId string 

연락처 태그 ID


readOnly : true 
contactTagName string 

태그 이름


required
maxLength : 30 
type string 

태그 타입

  • COMPANY: 회사 태그
  • USER: 사용자 태그

Allowed values : COMPANY, USER
readOnly : true 
userId string 

사용자 태그 생성자

  • 사용자 태그인 경우에만 표시됨

readOnly : true 

Response Example

example

1{2  "contactTagId": "ctag2a81-94b6-4642-6903-03aa7977da91",3  "contactTagName": "company tag",4  "type": "COMPANY"5}

HTTP 403

Forbidden

HTTP 404

Not Found