Skip to Content
G360NOCExpressTicket details

Ticket details

GET/api/v1/noc/tickets/{ticket_id}NOCExpress

Returns the ticket details for the specified ticket_id.

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

Headers

HeaderValue
AuthorizationBearer access-token

Path parameters

ParameterTypeRequiredDescription
ticket_idintegerYesTicket ID for the NOC ticket (for example returned from Create Ticket).

Query parameters

ParameterTypeRequiredDescription
granted_tenant_macnumstringNoThe company macnum on whose behalf the action is performed.

Response

Success response (200 OK)

Response fields

FieldTypeDescription
idintegerA unique identifier for the NOC ticket.
summarystringA brief summary of the ticket issue.
citystringThe city associated with the ticket's primary location.
statestringThe state associated with the ticket's primary location.
zipstringThe postal code or ZIP code associated with the ticket's primary location.
company_identifierstring, optionalA unique identifier for the company associated with the ticket.
issuestring, optionalThe specific issue for the ticket.
status_namestringThe current status of the ticket.
last_updatedstringThe timestamp indicating when the ticket was last updated.
date_enteredstringThe timestamp indicating when the ticket was initially created or entered.
company_namestringThe name of the company associated with the ticket.
site_namestring, optionalThe name of the site associated with the ticket.
address_1stringThe first line of the street address associated with the ticket.
address_2stringThe second line of the street address associated with the ticket.
service_namestring, optionalThe name of the service related to the ticket.
service_idstring, optionalThe unique identifier of the service, if applicable.
service_id_labelstring, optionalA human-readable label for the service ID, if applicable.
configurationslist of objectsA list of nested objects detailing configurations related to the ticket (e.g. `id`, `name`, `type` per item).
g360_escalatedboolean, optionalIndicates if the ticket has been escalated in G360 (default false).
g360_statusstring, optionalG360 workflow status for the ticket, when present.
is_followedbooleanIndicates whether the current user is following this ticket.
impacted_site_countintegerThe total number of sites impacted by this ticket.
customer_ticket_numberstring, optionalThe ticket number provided by the customer, if available.
prior_ticketinteger, optionalThe ID of a prior related ticket, if applicable.
initial_descriptionstring, optionalThe initial description provided when the ticket was created.
type_namestringThe type name of the ticket.
sub_typestringThe sub-type of the ticket.
technician_namestring, optionalThe name of the technician assigned to the ticket.
local_contact_namestring, optionalThe name of the local contact person for the site related to the ticket.
local_contact_numberstring, optionalThe phone number of the local contact person.
additional_contactslist of objects, optionalA list of nested objects detailing additional contacts for the ticket.
attachmentslist, optionalA list of raw data representing attachments associated with the ticket.
automatic_email_contactboolean, optionalIndicates if automatic email notifications are enabled for the primary contact.
contact_email_addressstring, optionalThe email address for automatic email notifications to the primary contact.
automatic_email_ccboolean, optionalIndicates if automatic email CC notifications are enabled.
automatic_email_cc_addressstring, optionalThe email address for automatic email CC notifications.
siteslist of objects, optionalA list of nested objects detailing sites related to the ticket.
chronic_flagboolean, optionalIndicates if the ticket is flagged as chronic (recurring issue).
prioritystringThe priority level of the ticket.
rca_requestedbooleanIndicates if a Root Cause Analysis (RCA) has been requested for this ticket.
access_hoursstring, optionalInformation regarding access hours for the site related to the ticket.
technician_dispatch_approvedboolean, optionalIndicates if a technician dispatch has been approved for this ticket.
tns_impactedstring, optionalInformation about impacted TNS (Telecommunication Network Service) elements, if applicable.
escalation_statusstringThe current escalation status of the ticket.

sites[] object (example shape)

FieldTypeDescription
idintegerSite identifier.
account_namestringAccount name for the site.
namestringDisplay name for the site.
site_namestringSite name / code.
address_line_1stringStreet address line 1.
citystringCity.
statestringState.
zipstringPostal code.
parent_accountstringParent account identifier.
parent_macnumstringParent MAC / company label.
parent_namestringParent name.
maintenance_windowstringMaintenance window preference.
is_chronicbooleanWhether the site is flagged chronic.

Code examples

Last updated on