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: |
date_gmt string, datetime (ISO8601) |
The date the object was published, as GMT.
Context: |
guid object |
The globally unique identifier for the object.
Read only Context: |
id integer |
Unique identifier for the object.
Read only Context: |
modified string, datetime (ISO8601) |
The date the object was last modified, in the site’s timezone.
Read only Context: |
modified_gmt string, datetime (ISO8601) |
The date the object was last modified, as GMT.
Read only Context: |
slug string |
An alphanumeric identifier for the object unique to its type.
Read only Context: |
status string |
A named status for the object.
Context: One of: |
type string |
Type of Post for the object.
Read only Context: |
content object |
The content for the object.
Context: |
author integer |
The ID for the author of the object.
Context: |
parent integer |
The ID for the ticket of the reply.
Read only Context: |
title |
Read only Context: |
$ curl -X OPTIONS -i http://demo.getawesomesupport.com/wp-json/wpas-api/v1/tickets/<ticket_id>/replies