Update A Ticket Custom Fields

Arguments id Unique identifier for the object. Definition POST /wpas-api/v1/tickets/<id>/custom-fields Example Request $ curl -X POST http://awesomesupport.dev/wp-json -d ‘{“custom_fields”:{“field_one”:”Field...

Custom Fields: Schema

Schema The schema defines all the fields that exist for a user object. custom_fields array   Defined custom fields Example Request $ curl -X OPTIONS -i http://demo.wp-api.org/wp-json/wpas-api/v1/custom-fields  

Update ticket custom fields

Arguments ticket_id Unique identifier for the ticket custom_fields Custom fields Definition POST /wpas-api/v1/tickets/<ticket_id>/custom-fields Example Request $ curl -X POST http://awesomesupport.dev/wp-json -d...

List Custom Fields

Retrieve all custom fields GET /wpas-api/v1/custom-fields Example Request $ curl http://demo.getawesomesupport.com/wp-json/wpas-api/v1/custom-fields