Skip to Content
G360InventoryService Changes

Service Changes

GET/api/v1/inventory/services/changesInventory

Returns the amount of added and end-dated services for a specified period.

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
date_rangestringNoParameter for filtering records by a predefined date range. Possible values are "Past Month", "Past 3 Months", and "Past Year"

Response

Success Response (200 OK)

Response Fields

FieldTypeDescription
addedintegerThe total count of items that were newly added
end_datedintegerThe total count of items that have been end-dated

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