Skip to Content
G360InventoryServices List

Services List

GET/api/v1/inventory/servicesInventory

Returns the list of available services.

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

Headers

HeaderValue
AuthorizationBearer access-token

Query Parameters

ParameterTypeRequiredDescription
service_typestringNoParameter to filter by service type
vendorstringNoParameter to filter by vendor name
statusstringNoParameter to filter by status
completion_datestringNoParameter to filter by completion date
end_datestringNoParameter to filter by end date
pageintegerNoPage number for pagination (starting at 1). Default: 1
page_sizeintegerNoNumber of services per page. Must be between 1 and 100. Default: 20
searchstringNoSearch parameter
sort_fieldstringNoField to sort the results by
sort_orderstringNoSort direction: "ASC" or "DESC". Default: "DESC"
granted_tenant_macnumstringNoThe company macnum on whose behalf the action is performed

Note

To get filtering options for service_type, vendor, status, completion_date, end_date, sort_field use the static endpoint.

Response

Success Response (200 OK)

Response Fields

FieldTypeDescription
resultsarrayA list containing objects, where each object represents a specific service or equipment record
infoobjectAn object containing pagination details for the entire dataset

Service Object Fields

FieldTypeDescription
parent_namestringThe name of the parent entity
parent_numberstringThe identifier number for the parent entity
account_numberstringThe identifier number for the specific account
account_namestringThe descriptive name of the account
addressstringThe street address for the account site
statestringThe state or province of the account's address
citystringThe city of the account's address
zipstringThe postal or ZIP code for the account's address
service_typestringThe category of the service provided (e.g., "Equipment")
vendorstring, optionalThe name of the vendor associated with the service, if applicable
service_idstringThe unique identifier for this specific service record
statusstringThe current status of the service (e.g., "Active")
completion_datestringThe date when the service was completed or installed
end_datestring, optionalThe end date for the service, if applicable
btnstringThe Billing Telephone Number associated with the service
serial_numberstring, optionalThe serial number of the equipment, if applicable
macstring, optionalThe MAC address of the equipment, if applicable
model_numberstringThe model number or identifier for the product
ipstring, optionalThe IP address of the equipment, if applicable
tag_numberstringAn asset tag or tracking number for the equipment
product_offeringstring, optionalThe specific product offering name, if applicable
inventory_idintegerThe unique identifier for the item in the inventory system

Info Object Fields

FieldTypeDescription
total_pagesintegerThe total number of pages available
total_recordsintegerThe total number of records across all pages
page_sizeintegerThe number of records displayed per page
pageintegerThe current page number
next_pageintegerThe number of the next page in the sequence

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