Awesome Support Developer Documentation

Ticket Replies: Schema

The schema defines all the fields that exist for a ticket_reply object.

date
string, datetime (ISO8601)
The date the object was published, in the site’s timezone.

Context: view, edit, embed

date_gmt
string, datetime (ISO8601)
The date the object was published, as GMT.

Context: view, edit

guid
object
The globally unique identifier for the object.

Read only

Context: view, edit

id
integer
Unique identifier for the object.

Read only

Context: view, edit, embed

modified
string, datetime (ISO8601)
The date the object was last modified, in the site’s timezone.

Read only

Context: view, edit

modified_gmt
string, datetime (ISO8601)
The date the object was last modified, as GMT.

Read only

Context: view, edit

slug
string
An alphanumeric identifier for the object unique to its type.

Read only

Context: view, edit, embed

status
string
A named status for the object.

Context: view, edit

One of: read, unread

type
string
Type of Post for the object.

Read only

Context: view, edit, embed

content
object
The content for the object.

Context: view, edit

author
integer
The ID for the author of the object.

Context: view, edit, embed

parent
integer
The ID for the ticket of the reply.

Read only

Context: view, edit

title

Read only

Context:


Example Request

$ curl -X OPTIONS -i http://demo.getawesomesupport.com/wp-json/wpas-api/v1/tickets/<ticket_id>/replies

Share: