Awesome Support Developer Documentation

Ticket History: Schema

The schema defines all the fields that exist for a ticket_history 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

type
string
Type of Post for the object.

Read only

Context: view, edit, embed

password
string
A password to protect access to the content and excerpt.

Context: edit

content
object
The content for the object.

Context: view, edit, embed


Example Request

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


 

Share: