Idea Hub API (ideahub:v1alpha)

2022-10-28

6 new methods | New API

Additions

    Methods
  • ideahub.ideas.list

      Parameters:

        pageToken

          Location: query

          Description: Used to fetch next page.

          Type: string

        orderBy

          Type: string

          Location: query

          Description: Order semantics described below.

        parent

          Description: If defined, specifies the creator for which to filter by. Format: publishers/{publisher}/properties/{property}

          Type: string

          Location: query

        pageSize

          Description: The maximum number of ideas per page. If unspecified, at most 10 ideas will be returned. The maximum value is 2000; values above 2000 will be coerced to 2000.

          Type: integer

          Format: int32

          Location: query

        filter

          Location: query

          Description: Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions are implicitly combined, as if the `AND` operator was always used. The `OR` operator is currently unsupported. * Supported functions: - `saved(bool)`: If set to true, fetches only saved ideas. If set to false, fetches all except saved ideas. Can't be simultaneously used with `dismissed(bool)`. - `dismissed(bool)`: If set to true, fetches only dismissed ideas. Can't be simultaneously used with `saved(bool)`. The `false` value is currently unsupported. Examples: * `saved(true)` * `saved(false)` * `dismissed(true)` The length of this field should be no more than 500 characters.

          Type: string

      Flat Path: v1alpha/ideas

      Description: List ideas for a given Creator and filter and sort options.

      Path: v1alpha/ideas

      HTTP Method: GET

  • ideahub.platforms.properties.ideaStates.patch

      Path: v1alpha/{+name}

      Parameter Order: name

      HTTP Method: PATCH

      Flat Path: v1alpha/platforms/{platformsId}/properties/{propertiesId}/ideaStates/{ideaStatesId}

      Parameters:

        updateMask

          Description: The list of fields to be updated.

          Location: query

          Format: google-fieldmask

          Type: string

        name

          Pattern: ^platforms/[^/]+/properties/[^/]+/ideaStates/[^/]+$

          Location: path

          Type: string

          Description: Unique identifier for the idea state. Format: platforms/{platform}/properties/{property}/ideaStates/{idea_state}

          Required: Yes

      Description: Update an idea state resource.

  • ideahub.platforms.properties.ideaActivities.create

      HTTP Method: POST

      Parameter Order: parent

      Description: Creates an idea activity entry.

      Path: v1alpha/{+parent}/ideaActivities

      Flat Path: v1alpha/platforms/{platformsId}/properties/{propertiesId}/ideaActivities

      Parameters:

        parent

          Required: Yes

          Description: Required. The parent resource where this idea activity will be created. Format: platforms/{platform}/property/{property}

          Type: string

          Location: path

          Pattern: ^platforms/[^/]+/properties/[^/]+$

  • ideahub.platforms.properties.topicStates.patch

      Path: v1alpha/{+name}

      Parameters:

        updateMask

          Location: query

          Type: string

          Format: google-fieldmask

          Description: The list of fields to be updated.

        name

          Pattern: ^platforms/[^/]+/properties/[^/]+/topicStates/[^/]+$

          Location: path

          Description: Unique identifier for the topic state. Format: platforms/{platform}/properties/{property}/topicStates/{topic_state}

          Type: string

          Required: Yes

      HTTP Method: PATCH

      Flat Path: v1alpha/platforms/{platformsId}/properties/{propertiesId}/topicStates/{topicStatesId}

      Parameter Order: name

      Description: Update a topic state resource.

  • ideahub.platforms.properties.locales.list

      HTTP Method: GET

      Description: Returns which locales ideas are available in for a given Creator.

      Parameter Order: parent

      Flat Path: v1alpha/platforms/{platformsId}/properties/{propertiesId}/locales

      Path: v1alpha/{+parent}/locales

      Parameters:

        parent

          Pattern: ^platforms/[^/]+/properties/[^/]+$

          Location: path

          Type: string

          Description: Required. The web property to check idea availability for Format: platforms/{platform}/property/{property}

          Required: Yes

        pageToken

          Description: A page token, received from a previous `ListAvailableLocales` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAvailableLocales` must match the call that provided the page token.

          Type: string

          Location: query

        pageSize

          Location: query

          Format: int32

          Description: The maximum number of locales to return. The service may return fewer than this value. If unspecified, at most 100 locales will be returned. The maximum value is 100; values above 100 will be coerced to 100.

          Type: integer

  • ideahub.platforms.properties.ideas.list

      HTTP Method: GET

      Parameter Order: parent

      Flat Path: v1alpha/platforms/{platformsId}/properties/{propertiesId}/ideas

      Description: List ideas for a given Creator and filter and sort options.

      Parameters:

        pageSize

          Format: int32

          Type: integer

          Description: The maximum number of ideas per page. If unspecified, at most 10 ideas will be returned. The maximum value is 2000; values above 2000 will be coerced to 2000.

          Location: query

        parent

          Location: path

          Required: Yes

          Type: string

          Description: If defined, specifies the creator for which to filter by. Format: publishers/{publisher}/properties/{property}

          Pattern: ^platforms/[^/]+/properties/[^/]+$

        pageToken

          Location: query

          Description: Used to fetch next page.

          Type: string

        orderBy

          Location: query

          Description: Order semantics described below.

          Type: string

        filter

          Type: string

          Description: Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions are implicitly combined, as if the `AND` operator was always used. The `OR` operator is currently unsupported. * Supported functions: - `saved(bool)`: If set to true, fetches only saved ideas. If set to false, fetches all except saved ideas. Can't be simultaneously used with `dismissed(bool)`. - `dismissed(bool)`: If set to true, fetches only dismissed ideas. Can't be simultaneously used with `saved(bool)`. The `false` value is currently unsupported. Examples: * `saved(true)` * `saved(false)` * `dismissed(true)` The length of this field should be no more than 500 characters.

          Location: query

      Path: v1alpha/{+parent}/ideas