Preview

assignTransformersToUsageReader is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

assignTransformersToUsageReader

Adds the transformers in the usage reader

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_PARTNER

    ROLE_DEVELOPER

    ROLE_CHANNEL_ADMIN

    Arguments

    input AssignUsageReaderTransformationsInput! PREVIEW

    Input with transformer information

    AssignUsageReaderTransformationsInput fields

    id ID!

    Unique id of usage reader

    eventDateFormat String!

    Usage event occurred date format in LocalDateFormat For example: 'dd/MM/yyyy', 'yyyy-MM-dd', 'dd MMMM yyyy' Reference document: https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html

    transformations [AssignUsageReaderFieldTransformerInput] PREVIEW

    Transformer information such as 'transformerId', 'parameters', 'arguments'

    updatedBy String!

    User email who is assigning usage reader transformers

    Return Fields

    success Boolean

    Response for usage reader transformers created or not

    userErrors [AssignUsageReaderTransformationsErrors!] PREVIEW

    Error details while assigning transformers to usage reader

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.