Tenant/Platforms

Get all platforms with update permission

Returns all available platforms where the user has update permission.

GET
/api/v2/platforms/export

Authorization

BearerAuthObject
AuthorizationBearer <token>

In: header

Query Parameters

platformId*integer

Platform ID to determine the project

languageId*integer

Target language ID

storyId*integer

ID of the story

categoryIds?string

Category IDs as JSON array, like [2,4,6]

search?string

Filter by project name (optional)

Response Body

application/json

curl -X GET "https://example.com/api/v2/platforms/export?platformId=23&languageId=1&storyId=1"
[  {    "id": 76,    "name": "Web Platform"  }]
Empty
Empty
Empty