Skip to Content
G360NOCExpressSearch Sites

Search Sites

GET/api/v1/noc/companies/sitesNOCExpress

Returns the list of available accounts found by searching criteria.

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

Headers

HeaderValue
AuthorizationBearer access-token

Query Parameters

ParameterTypeRequiredDescription
searchstringNoParameter for accounts lookup by location name
accountstringNoParameter for accounts lookup by account
storestringNoParameter for accounts lookup by store
page_sizeintegerNoDesired page size
granted_tenant_macnumstringNoThe company macnum on whose behalf the action is performed

Response

Success Response (200 OK)

Response Fields

FieldTypeDescription
namestringThe primary name associated with the company site
address_line_1stringThe first line of the street address for the company site
address_line_2string, optionalThe second line of the street address for the company site, if applicable
citystringThe city where the company site is located
statestring, optionalThe state or province where the company site is located
zipstringThe postal code or ZIP code for the company site
idintegerA unique identifier for the company site
parent_macnumstring, optionalThe MAC number of the parent company or entity
parent_namestring, optionalThe name of the parent company or entity
site_namestring, optionalThe specific name given to this particular site
account_namestring, optionalThe name of the account associated with this company site
parent_accountstringThe identifier of the parent company account
macnumstring, optionalThe MAC number for this specific company site
is_chronicboolStates if site has a number of tickets created

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:nocexpress). Contact your administrator to request the appropriate permissions.
Last updated on