Skip to main content

List Content Storages

ee
GET 

https://app.tolgee.io/v2/projects/:projectId/content-storages

List Content Storages

Request

Path Parameters

    projectId int64required

Query Parameters

    page integer

    Default value: 0

    Zero-based page index (0..N)

    size integer

    Possible values: >= 1

    Default value: 20

    The size of the page to be returned

    sort string[]

    Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

Responses

OK

Schema
    _embedded object
    contentStorages object[]
  • Array [
  • id int64required
    name stringrequired
    publicUrlPrefix string
    azureContentStorageConfig object
    containerName string
    s3ContentStorageConfig object
    bucketName stringrequired
    endpoint stringrequired
    signingRegion stringrequired
  • ]
  • page object
    size int64
    totalElements int64
    totalPages int64
    number int64

Authorization: X-API-Key

name: X-API-Keytype: apiKeyin: header
curl -L -X GET 'https://app.tolgee.io/v2/projects/:projectId/content-storages' \
-H 'Accept: application/json' \
-H 'X-API-Key: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://app.tolgee.io
Auth
Parameters
— pathrequired
— query
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!