Skip to main content

getExtendedTagDetails

getExtendedTagDetails

Path Parameters
    serviceSubscriberDepartmentToken string required
    customerUUID string required
    tagTypeName string required
    entityUuid string required
Responses

OK


Schema
    errors object[]

    list of errors in case of exception

  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]

    list of warnings while processing the request

  • Array [
  • warningCode string
    warningDescription string
  • ]
  • tag object
    tagTypeUuid string
    referenceIdentifier string
    value object
    primaryAttribute object
    value string
    secondaryAttributes object[]
  • Array [
  • value string
  • ]
  • parentTags object[]
  • Array [
  • tagTypeUuid string
    referenceIdentifier string
  • ]
GET /v2/department/:serviceSubscriberDepartmentToken/customer/:customerUUID/:tagTypeName/:entityUuid/tag/search

Request

Base URL
/customer
serviceSubscriberDepartmentToken — path required
customerUUID — path required
tagTypeName — path required
entityUuid — path required
Accept
curl / cURL
curl -L -X GET '/customer/v2/department/:serviceSubscriberDepartmentToken/customer/:customerUUID/:tagTypeName/:entityUuid/tag/search' \
-H 'Accept: application/json'