Skip to Content
G360InventoryStatic Data

Static Data

GET/api/v1/inventory/staticInventory

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
granted_tenant_macnumstringNoThe company macnum on whose behalf the action is performed

Response

Success Response (200 OK)

Response Fields

FieldTypeDescription
account_billing_type_optionsarray of stringsA list of available options for filtering accounts by billing type
account_parent_optionsarray of arraysA list of available parent accounts for filtering. Each inner array contains the parent account number (string) and the parent account name (string)
account_service_categories_optionsarray of stringsA list of available service categories for filtering accounts
account_sort_columns_optionsarray of stringsA list of available column names that can be used to sort account data
account_sort_order_optionsarray of stringsA list of available sort orders (e.g., "ASC" for ascending, "DESC" for descending)
account_state_optionsarray of stringsA list of available states for filtering
invoice_vendorsarray of stringsA list of vendors available for invoice-related filtering
service_completion_date_optionsarray of stringsA list of predefined time ranges for filtering services by their completion date
service_end_date_optionsarray of stringsA list of predefined time ranges for filtering services by their end date
service_sort_columns_optionsarray of stringsA list of available column names that can be used to sort service data
service_sort_order_optionsarray of stringsA list of available sort orders (e.g., "ASC" for ascending, "DESC" for descending)
service_status_optionsarray of stringsA list of available statuses for filtering services
service_type_optionsarray of stringsA list of available service types for filtering
service_vendor_optionsobjectAn object containing available vendor options for filtering services, where each key is a vendor group and the value is a list of specific vendor names

Success Response (200 OK)

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