Skip to content

Unable to identify columns in response when using fetch_items_by_column_value #27

@rosscreighton

Description

@rosscreighton

The ColumnValues returned by items.fetch_items_by_column_value in the response object at data.items_page_by_column_values.items[].column_values have a blank .column attribute, unlike items.fetch_items_by_id, which includes the column information in the returned ColumnValues.

Having the column values is not useful unless we know which column each value belongs to.

I propose adding the following at https://github.com/mondaycom/monday-api-python-sdk/blob/master/src/monday_sdk/query_templates.py#L254

column {
    id
    title
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions