Skip to Content
G360TechExpressTicket Details

Ticket Details

GET/api/v1/tickets/{ticket_id}TechExpress

Returns the ticket details for the specified ticket_id.

Auth Scope
urn:grt:techexpress
Content-Type
application/json
Rate Limit
60 req/min

Headers

HeaderValue
AuthorizationBearer access-token

Path Parameters

ParameterTypeRequiredDescription
ticket_idintegerYesTicket ID provided in POST ticket response

Query Parameters

ParameterTypeRequiredDescription
granted_tenant_macnumstringNoThe company macnum on whose behalf the action is performed

Response

Success Response (200 OK)

Response Fields

FieldTypeDescription
account_idintegerId of an account ticket was created under
address_1stringThe primary street address for the location associated with this ticket
attachmentsarray of objectsA list detailing files that have been attached to this ticket. Each object contains filename (string) and id (integer)
automatic_email_ccbooleanIndicates whether an automated email CC notification is sent for updates related to this ticket
automatic_email_cc_addressstringThe email address(es) that receive automated CC notifications for this ticket
automatic_email_contactbooleanIndicates whether an automated email notification is sent to the primary contact for this ticket
board_namestringThe name of the service board or queue to which this ticket is assigned
categorystringThe category or status classification of the ticket within its board (e.g., "Active")
citystringThe city component of the address associated with the ticket's location
company_idintegerThe unique identifier of the company that the ticket is associated with
company_identifierstringAn internal or external identifier used for the associated company
company_namestringThe full name of the company associated with the ticket (e.g., "Valvoline")
contact_email_addressstringThe primary email address of the contact person for this ticket
customer_preferred_techbooleanIndicates if the customer has requested a specific technician for the service
customer_ticket_numberstringA reference ticket number provided by the customer for their own tracking
date_enteredstring (ISO 8601 UTC datetime)The timestamp indicating when the ticket was initially created or entered into the system
date_resolvedstring (ISO 8601 UTC datetime, or null)The timestamp indicating when the ticket was resolved. It will be null if the ticket is not yet resolved
idintegerThe unique identifier of this ticket within the system
initial_descriptionstringA detailed initial description of the issue or service request
last_updatedstring (ISO 8601 UTC datetime)The timestamp indicating the last time any changes were made to this ticket record
local_contact_namestringThe name of the primary contact person physically located at the service site
local_contact_numberintegerThe phone number of the primary local contact
location_contact_emailstringThe email address of the primary local contact
location_contact_extstringThe phone extension for the primary local contact
location_namestringA specific name or description for the physical location related to the ticket (e.g., "Secret place")
location_numberstringA specific number or identifier for the location
non_standard_toolsstringA description of any non-standard tools or equipment required for the service
po_numberstringThe Purchase Order number linked to this ticket
prior_ticketintegerThe ID of a previously created or related ticket
prioritystringThe urgency level assigned to the ticket (e.g., "Priority 1", "Priority 3")
scheduleobjectContains details related to the ticket's scheduled time. Required field containing end_date (string, ISO 8601 UTC datetime), id (integer), scheduling_type (string), and start_date (string, ISO 8601 UTC datetime)
secondary_lcon_emailstring or nullThe email address of a secondary local contact person
secondary_lcon_extstring or nullThe phone extension of a secondary local contact person
secondary_lcon_namestring or nullThe name of a secondary local contact person
secondary_lcon_numberstring or nullThe phone number of a secondary local contact person
service_typestringThe overarching type of service or work being requested for the ticket (e.g., "Site Audit", "Installation", "Repair")
site_namestringAccount macnum + some address information
special_instructionsstringAny specific instructions for the technician or for handling the ticket, such as access codes or call-ahead requirements
state_identifierstringThe two-letter state code for the location (e.g., "CA")
status_namestringThe current human-readable status of the ticket within its workflow (e.g., "Pending Tech Assignment")
sub_typestringThe subtype classification of the ticket
summarystringA brief, high-level summary
technician_idinteger or nullThe unique ID of the technician currently assigned to the ticket. It will be null if no technician is assigned
technician_namestring or nullThe name of the technician currently assigned to the ticket. It will be null if no technician is assigned
technician_phone_numberstring or nullThe phone number of the technician currently assigned to the ticket. It will be null if no technician is assigned
type_namestringThe type name classification of the ticket
zipstringThe postal code (zip code) component of the address associated with the ticket's location

Code Examples

Errors

HTTP StatusError DescriptionResolution
401Authentication FailedVerify your access token is valid and included in the Authorization header with the "Bearer " prefix.
403Permission DeniedYour access token does not have the required scope (urn:grt:techexpress). Contact your administrator to request the appropriate permissions.
404Not FoundThe specified ticket ID does not exist or you do not have access to it.
Last updated on