Billing API, REST: Service.List
Retrieves the list of services.
HTTP request
GET https://billing.api.cloud.yandex.net/billing/v1/services
Query parameters
Field |
Description |
filter |
string A filter expression that filters resources listed in the response.
|
pageSize |
string (int64) The maximum number of results per page to return. If the number of available |
pageToken |
string Page token. To get the next page of results, |
Response
HTTP Code: 200 - OK
{
"services": [
{
"id": "string",
"name": "string",
"description": "string"
}
],
"nextPageToken": "string"
}
Field |
Description |
services[] |
List of services. |
nextPageToken |
string This token allows you to get the next page of results for list requests. If the number of results |
Service
A Service resource.
Field |
Description |
id |
string ID of the service. |
name |
string Name of the service, e.g. |
description |
string Description of the service. |