TemplatesApi
All URIs are relative to https://api.ionos.com/databases/mongodb
Method
HTTP request
Description
Get /templates
Get Templates
TemplatesGet
Get Templates
Example
Path Parameters
Other Parameters
Other parameters are passed through a pointer to an apiTemplatesGetRequest struct via the builder pattern
Name
Type
Description
Notes
limit
int32
The maximum number of elements to return. Use together with 'offset' for pagination.
[default to 100]
offset
int32
The first element to return. Use together with 'limit' for pagination.
[default to 0]
Return type
HTTP request headers
Content-Type: Not defined
Accept: application/json
Last updated