Fields
source
DataLoaderSourceDetails regarding the details of extension which created dataloader.
id
StringUnique identifier of an entry. For example, '622ad5f0a5c59f33cc15ae16'.
content
StringContent of a data loader. For example, HTML content or JSON data.
name
StringName of dataloader. For example, 'Product Loader' or 'Category Loader'.
operation_id
StringOperation ID of the method which data loader is overriding. For example, 'getProducts' or 'getCategories'.
service
StringService of data loader which overrides the default method. For example, 'catalog' or 'content'.
type
DataLoaderTypeType of data loader.
url
StringURL at which data loader redirects. For example, 'https://example.com/api/products'.
company
StringCompany id for data loader. For example, 'company_123'.
application
StringSales channel id.
created_at
StringISO 8601 timestamp of creation of the application information. For example, '2024-01-15T10:30:00Z'.
is_selected
BooleanBoolean to determine that loader is selected or not. For example, true or false.
updated_at
StringISO 8601 timestamp of updation of the application information. For example, '2024-01-20T14:45:00Z'.
Was this section helpful?