Tickets

User tickets management.

List tickets

GET https://api.rahona.network/me/tickets

Retrieve all tickets.

[
     {
        "id": 123,
        "product_id": 39,
        "departement": "COM",
        "sujet": "test",
        "status": "OPEN",
        "message": "I have a problem...",
        "date": 1589222615
    },
    ...
]

Get ticket

GET https://api.rahona.network/me/tickets/:id

Get all ticket informations and messages.

Path Parameters

Name
Type
Description

id

integer

ticket id

Reply ticket

POST https://api.rahona.network/me/tickets/:id

Reply by sending a message to the ticket.

Path Parameters

Name
Type
Description

id

integer

ticket id

Request Body

Name
Type
Description

message

string

Reply of the ticket

Close ticket

POST https://api.rahona.network/me/tickets/:id/close

Close ticket.

Path Parameters

Name
Type
Description

id

integer

ticket id

Mis à jour

Ce contenu vous a-t-il été utile ?