Tickets
User tickets management.
List tickets
GET
https://api.rahona.network/me/tickets
Retrieve all tickets.
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 |
Dernière mise à jour