public interface ServiceOrganizationUsage
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Flowable<CMAArray<CMAUsage>> |
fetchAll(String organizationId)
Deprecated.
The
GET /organizations/{organization_id}/organization_periodic_usages
endpoint is deprecated in favor of the new Usage API. It will be removed on
2027-02-28, after which requests will return 410 Gone. |
io.reactivex.Flowable<CMAArray<CMAUsage>> |
fetchAll(String organizationId,
Map<String,String> query)
Deprecated.
The
GET /organizations/{organization_id}/organization_periodic_usages
endpoint is deprecated in favor of the new Usage API. It will be removed on
2027-02-28, after which requests will return 410 Gone. |
@Deprecated @GET(value="organizations/{organization_id}/organization_periodic_usages") io.reactivex.Flowable<CMAArray<CMAUsage>> fetchAll(@Path(value="organization_id") String organizationId)
GET /organizations/{organization_id}/organization_periodic_usages
endpoint is deprecated in favor of the new Usage API. It will be removed on
2027-02-28, after which requests will return 410 Gone.@Deprecated @GET(value="organizations/{organization_id}/organization_periodic_usages") io.reactivex.Flowable<CMAArray<CMAUsage>> fetchAll(@Path(value="organization_id") String organizationId, @QueryMap Map<String,String> query)
GET /organizations/{organization_id}/organization_periodic_usages
endpoint is deprecated in favor of the new Usage API. It will be removed on
2027-02-28, after which requests will return 410 Gone.Copyright © 2026 Contentful, GmbH.. All rights reserved.