TicketFieldSectionsApi

All URIs are relative to https://freshdesk.com/api/v2

MethodHTTP requestDescription
createTicketFieldSectionPOST /admin/ticket_fields/{id}/sectionsCreate a ticket Field Section
deleteTicketFieldSectionDELETE /admin/ticket_fields/{ticket_field_id}/sections/{id}Delete a ticket Field Section
getAllTicketFieldSectionsGET /admin/ticket_fields/{id}/sectionsGet all ticket Field's Sections
getTicketFieldSectionGET /admin/ticket_fields/{ticket_field_id}/sections/{id}Get a ticket Field Section
updateTicketFieldSectionPUT /admin/ticket_fields/{ticket_field_id}/sections/{id}Update a ticket Field Section

createTicketFieldSection

Create a ticket Field Section

Method syntax: Sections createTicketFieldSection(id, section)

Parameters

NameTypeDescriptionNotes
idNumber
sectionSections

Return type

Sections

Authorization

basicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

deleteTicketFieldSection

Delete a ticket Field Section

Method syntax: deleteTicketFieldSection(ticketFieldId, id)

Parameters

NameTypeDescriptionNotes
ticketFieldIdNumber
idNumber

Return type

null (empty response body)

Authorization

basicAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

getAllTicketFieldSections

Get all ticket Field's Sections

Method syntax: [Sections] getAllTicketFieldSections(id)

Parameters

NameTypeDescriptionNotes
idNumber

Return type

[Sections]

Authorization

basicAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

getTicketFieldSection

Get a ticket Field Section

Method syntax: Sections getTicketFieldSection(ticketFieldId, id)

Parameters

NameTypeDescriptionNotes
ticketFieldIdNumber
idNumber

Return type

Sections

Authorization

basicAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

updateTicketFieldSection

Update a ticket Field Section

Method syntax: Sections updateTicketFieldSection(ticketFieldId, id, section)

Parameters

NameTypeDescriptionNotes
ticketFieldIdNumber
idNumber
sectionSections

Return type

Sections

Authorization

basicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json
Last Updated: