REST Resource: accounts.platforms

  • The content describes a "Platform" resource, representing a transparent platform with associated data.

  • The platform resource is represented in JSON format with fields for name, description, and defaultPlatformGroup.

  • The platform name is a string identifier, following the format: accounts/{account}/platforms/{platform}.

  • Methods are provided to get or list platforms for a given account.

Resource: Platform

Representation of a Transparent Platform.

JSON representation
{
  "name": string,
  "description": string,
  "defaultPlatformGroup": string
}
Fields
name

string

Identifier. Resource name of a platform. Format: accounts/{account}/platforms/{platform}

description

string

Output only. Description of the platform.

defaultPlatformGroup

string

Default platform group for the platform.

Methods

get

Gets a platform.

list

Lists platforms for a specified account.