Listar Notas de una Postventa
Listar las notas de una postventa
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": [
{
"type": "text_notes",
"id": "24358",
"attributes": {
"id": 24358,
"message": "Mensaje 2 por el cliente",
"creator_id": 81979,
"creator_type": "Client",
"created_at": 1634707252
}
},
{
"type": "text_notes",
"id": "24357",
"attributes": {
"id": 24357,
"message": "Mensaje 2 por el usuario",
"creator_id": 145,
"creator_type": "User",
"created_at": 1634706461
}
},
{
"type": "text_notes",
"id": "24356",
"attributes": {
"id": 24356,
"message": "Mensaje 1 por el cliente",
"creator_id": 81979,
"creator_type": "Client",
"created_at": 1634706235
}
},
{
"type": "text_notes",
"id": "24354",
"attributes": {
"id": 24354,
"message": "nota 1",
"creator_id": 145,
"creator_type": "User",
"created_at": 1634704345
}
}
]
}Parámetro
Tipo de Dato
Descripción
Última actualización