All URIs are relative to https://api.uptrends.com/v4
Method | HTTP request | Description |
---|---|---|
TimezoneGetAllTimezones | Get /Timezone | Gets all timezones available. |
TimezoneGetTimezoneById | Get /Timezone/{timezoneId} | Gets the timezone with the specified Id. |
[]Timezone TimezoneGetAllTimezones(ctx, ) Gets all timezones available.
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json, application/xml
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Timezone TimezoneGetTimezoneById(ctx, timezoneId) Gets the timezone with the specified Id.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
timezoneId | int32 |
No authorization required
- Content-Type: application/json, application/xml
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]