POST /history/attachments

Realizar una consulta a todos los registros de archivos de una conversación.

Request:

  • Headers
  • PageGearToken:
  • eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjX2tleSI6ImxjYWRmMmJjNjExNzUyZTlkNjc3N2UxN2I4Y2RlNmRhNTgiLCJpZF9wZ2UiOjQyMSwiaWRfY3VlbnRhIjoxLCJub21icmUiOiJEZW1vIENoYXQiLCJpYXQiOjE2MDIwOTI3NjksImV4cCI6MTYwMjEyMTU2OX0.0od933kf0dc2k30d30fck3
  • Url Params: No specific query parameters needed.
  • Body
  • {
      "id_conversacion": "42"
    }

Response:

  • Status: 200
  • Body:
{
 "status": 1,
 "data": [
     {
     "id": 15,
     "idc": 1,
     "id_conversacion": 42,
     "id_mensaje": 326,
     "path":
     "liveconnect/conversations/1/42/-MEXwoeUfJXzKDH7y-8x/d6zrg7afks9egtsh28xagerblobbbo5qe5qipiv4t1a.jpg",
     "url":
     "https://s3.pagegear.co/1/liveconnect/conversations/1/42/-MEXwoeUfJXzKDH7y-8x/d6zrg7afks9egtsh28xagerblobbbo5qe5qipiv4t1a.jpg",
     "size": 320280,
     "type": "image/jpeg",
     "ext": "jpg",
     "height": 980,
     "width": 2016,
     "fecha_add": "2020-08-12 08:54:22"
     },
     {
     "id": 16,
     "idc": 1,
     "id_conversacion": 42,
     "id_mensaje": 327,
     "path":
     "liveconnect/conversations/1/42/-MEXx09JRD3nbXeppqaZ/screenshot_20200803160238.png",
     "url":"https://s3.pagegear.co/1/liveconnect/conversations/1/42/-MEXx09JRD3nbXeppqaZ/screenshot_20200803160238.png",
     "size": 192166,
     "type": "image/png",
     "ext": "png",
     "height": 1920,
     "width": 1080,
     "fecha_add": "2020-08-12 08:55:13"
     }
    ],
"status_message": "Se encontraron estos archivos",
"PageGearToken":
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjX2tleSI6ImxjYWRmMmJjNjExNzUyZTlkNjc3N2UxN2I4Y2RlNmRhNTgiLCJpZF9wZ2UiOjQyMSwiaWRfY3VlbnRhIjoxLCJub21icmUiOiJEZW1vIENoYXQiLCJpYXQiOjE2MDIwOTI4MDMsImV4cCI6MTYwMjEyMTYwM30.0od933kf0dc2k30d30fck3"
}

es un experto en Documentación API y el autor de esta página de ayuda. Envíale tus sugerencias sobre cómo mejorarla a continuación.

¿Le ha sido de utilidad este articulo?

{{content}}