Skip to Content
G360NOCExpressTicket Configurations

Ticket Configurations

GET/api/v1/noc/configurations/externalNOCExpress

Returns the list of available ticket configurations by macnums.

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

Headers

HeaderValue
AuthorizationBearer access-token

Query Parameters

ParameterTypeRequiredDescription
macnumsstringYesMacnums to look configurations for. Multiple macnums should be comma delimited
servicesstringYesParameter for configurations lookup by service name. Multiple services should be comma delimited. Available options: Broadband, DIA, Private IP, Granite Switched Ethernet, MPLS, GRID, Rebill - DIA, Rebill - Broadband, Hosted PBX, ePOTS, SIP, Toll-Free Number, RCF, Mobility Access / M2M, EPIK, Wireless Voice, Proactive Ticketing, Advanced Monitoring, Managed SD-WAN, Managed Switch, Managed Wi-Fi, Managed Starlink, edgeboot
search_service_idstringNoParameter for configurations lookup by service id
search_serial_numberstringNoParameter for configurations lookup by serial number
page_sizeintegerNoDesired page size
granted_tenant_macnumstringNoThe company macnum on whose behalf the action is performed

Available Service Options

The services field accepts the following options (comma-delimited for multiple values): Broadband, DIA, Private IP, Granite Switched Ethernet, MPLS, GRID, Rebill - DIA, Rebill - Broadband, Hosted PBX, ePOTS, SIP, Toll-Free Number, RCF, Mobility Access / M2M, EPIK, Wireless Voice, Proactive Ticketing, Advanced Monitoring, Managed SD-WAN, Managed Switch, Managed Wi-Fi, Managed Starlink, edgeboot.

Response

Success Response (200 OK)

Response Fields

FieldTypeDescription
idintegerA unique identifier for the NOC configuration
namestringThe name of the NOC configuration
typestringThe type of the NOC configuration
statusstringThe current status of the NOC configuration
companydictionaryA dictionary containing details about the associated company. Contains id (integer), identifier (string), name (string), and _info (object with company_href)
company_idintegerThe unique identifier of the associated company
company_namestringThe name of the associated company
sitedictionaryA dictionary containing details about the associated site. Contains id (integer), name (string), account_name (string), address_line_1 (string), city (string), state (string), zip (string), site_name (string), parent_account (string), parent_macnum (string), parent_name (string)
site_idintegerThe unique identifier of the associated site
site_namestringThe name of the associated site
serial_numberstringThe serial number of the configured device or service
model_numberstringThe model number of the configured device or service
ticket_typestring, optionalThe type of ticket that can be created under this configuration
ticket_subtypestring, optionalThe subtype of ticket that can be created under this configuration
product_offeringstring, optionalThe product offering related to this configuration, if any
device_identifierstring, optionalA unique identifier for the device in this configuration, if applicable
servicestring, optionalService representation of this configuration in G360
service_idstring, optionalThe unique identifier of the service, if applicable
service_id_labelstring, optionalA human-readable label for the service ID, if applicable

Code Examples

Errors

HTTP StatusError DescriptionResolution
400Bad RequestReview the error response body for specific validation errors. Common issues: missing required parameters (macnums or services), invalid service name, or invalid parameter format.
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:nocexpress). Contact your administrator to request the appropriate permissions.
Last updated on