dataFeeds
dataFeeds
GET:data_feeds.json

Description

Get all or specific data feeds.

This is a typical bulk get endpoint.

Permission bit: "data_feeds.read"

Arguments

ids: [String!]

List of data feed ids. See also: Unique Identifiers

Example: ["df_EQzGqWoY"]


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

[DataFeed!]

Preview (typescript)

Loading module