최근 검색


최근 검색 없음

Integração Droz Nexo's Avatar

Integração Droz Nexo

가입한 날짜: 2024년 1월 09일

·

마지막 활동: 2024년 7월 17일

팔로잉

0

팔로워

0

총 활동 수

4

투표

1

가입 플랜

1

활동 개요

님의 최근 활동 Integração Droz Nexo

Integração Droz Nexo님이 에 댓글을 입력함

댓글Business rules

I use this template and I'm able to get an array of attachments with filename and url properties.

{
   "ticketId": "{{ticket.id}}",
   "externalId": "{{ticket.external_id}}",
   "tags": "{{ticket.tags}}",
   "comment": "{{ticket.latest_public_comment_html}}",
   "attachments": [
    {% for comment in ticket.comments limit:1 offset:0 %}
      {% for attachment in comment.attachments %}
        {
          "filename":"{{attachment.filename}}",
          "url":"{{attachment.url}}"
        }{% if forloop.last %}{% else %},{% endif %}
      {% endfor %}
    {% endfor %}
   ],
   "authorId": "{{ticket.latest_comment.author.id}}",
   "status": "{{ticket.status}}"
 }

 

댓글 보기 · 2024년 7월 17일에 게시됨 · Integração Droz Nexo

0

팔로워

1

투표

0

댓글


Integração Droz Nexo님이 에 댓글을 입력함

댓글Business rules

I see there's no content_type property in the attachment, would it be possible to add that?

댓글 보기 · 2024년 1월 09일에 게시됨 · Integração Droz Nexo

0

팔로워

0

투표 수

0

댓글