MessagingV1Service

get/v1/Services

Query parameters

PageSizeinteger

How many resources to return in each list page. The default is 50, and the maximum is 1000.

Pageinteger

The page index. This value is simply for client state.

PageTokenstring

The page token. This is provided by the API.

Response

OK

Changes

Changed in 6 of the 102 revisions of this API.1111

    • for the query request parameter PageSize, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • the validity_period response's property default value 0 was added for the status 200

      response-property-default-value-added

    • removed the optional property services/items/sending_windows from the response with the 200 status

      response-optional-property-removed

    • removed the DELETE enum value from the services/items/fallback_method response property for the response status 200

      response-property-enum-value-removed

    • removed the DELETE enum value from the services/items/inbound_method response property for the response status 200

      response-property-enum-value-removed

    • removed the HEAD enum value from the services/items/fallback_method response property for the response status 200

      response-property-enum-value-removed

    • removed the HEAD enum value from the services/items/inbound_method response property for the response status 200

      response-property-enum-value-removed

    • removed the PATCH enum value from the services/items/fallback_method response property for the response status 200

      response-property-enum-value-removed

    • removed the PATCH enum value from the services/items/inbound_method response property for the response status 200

      response-property-enum-value-removed

    • removed the PUT enum value from the services/items/fallback_method response property for the response status 200

      response-property-enum-value-removed

    • removed the PUT enum value from the services/items/inbound_method response property for the response status 200

      response-property-enum-value-removed

    • added the optional property services/items/sending_windows to the response with the 200 status

      response-optional-property-added

    • api tag MessagingV1Service added

      api-tag-added