object

DataLoaderDetail

Details regarding data loaders.
Fields
Details regarding the details of extension which created dataloader.
Unique identifier of an entry. For example, '622ad5f0a5c59f33cc15ae16'.
content
String
Content of a data loader. For example, HTML content or JSON data.
name
String
Name of dataloader. For example, 'Product Loader' or 'Category Loader'.
operation_id
String
Operation ID of the method which data loader is overriding. For example, 'getProducts' or 'getCategories'.
service
String
Service of data loader which overrides the default method. For example, 'catalog' or 'content'.
Type of data loader.
URL at which data loader redirects. For example, 'https://example.com/api/products'.
company
String
Company id for data loader. For example, 'company_123'.
application
String
Sales channel id.
created_at
String
ISO 8601 timestamp of creation of the application information. For example, '2024-01-15T10:30:00Z'.
is_selected
Boolean
Boolean to determine that loader is selected or not. For example, true or false.
updated_at
String
ISO 8601 timestamp of updation of the application information. For example, '2024-01-20T14:45:00Z'.