Boomi Flow Runtime Reference Documentation
    Preparing search index...

    Interface ObjectDataRequest

    A request body to retrieve data from a service

    interface ObjectDataRequest {
        authorization: AuthorizationContext | null;
        command: { commandType: string } | null;
        configurationValues: ConfigurationValue[] | null;
        culture: Culture | null;
        listFilter: ListFilter | null;
        objectData: ObjectData[] | null;
        objectDataType: ObjectDataType;
        stateId: string;
        token: string | null;
        typeElementBindingId: string;
    }
    Index

    Properties

    authorization: AuthorizationContext | null
    command: { commandType: string } | null
    configurationValues: ConfigurationValue[] | null
    culture: Culture | null
    listFilter: ListFilter | null
    objectData: ObjectData[] | null
    objectDataType: ObjectDataType
    stateId: string
    token: string | null
    typeElementBindingId: string

    The Flow type to be used to for mapping the data returned from the service