Delete A Ticket Reply

Arguments ticket_id Unique identifier for the ticket. Required: true id Unique identifier for the reply. Required: true force Whether to bypass trash and force deletion. Definition DELETE /wpas-api/v1/tickets/<ticket_id>/replies/<id> Example Request $ curl...

Update A Ticket Reply

Arguments ticket_id Unique identifier for the ticket. Required: true id Unique identifier for the reply. Required: true date The date the object was published, in the site’s timezone. date_gmt The date the object was published, as GMT. status A named status for...

Create A Ticket Reply

Arguments ticket_id Unique identifier for the ticket. Required: true date The date the object was published, in the site’s timezone. date_gmt The date the object was published, as GMT. status A named status for the object. Default: unread One of: read, unread...

Retrieve A Ticket Reply

Arguments ticket_id Unique identifier for the ticket. Required: true id Unique identifier for the reply. Required: true context Scope under which the request is made; determines fields present in response. Default: view One of: view, embed, edit Definition GET...

List Ticket Replies

Arguments ticket_id Unique identifier for the ticket. Required: true context Scope under which the request is made; determines fields present in response. Default: view One of: view, embed, edit page Current page of the collection. Default: 1 per_page Maximum number...