Plytix
EndpointsChannels

Get-Channels

GET
/api/v3/channels/{identifier}

Path Parameters

identifier*Identifier

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v3/channels/string"
{  "data": {    "id": "stringstringstringstring",    "account_id": "stringstringstringstring",    "name": "string",    "format": "string",    "product_list_id": "stringstringstringstring",    "active": true,    "output_filename": "string",    "output_filename_with_timestamp": true,    "build_reference_date": "2019-08-24T14:15:22Z",    "build_reference_date_timezone": "string",    "connections": [      {}    ],    "webhook_notification_configuration_id": "stringstringstringstring",    "webhook": {},    "rebuild_periodically": true,    "rebuild_feed_frequency": "string",    "rebuild_feed_dom": 0,    "rebuild_feed_dow": "string",    "rebuild_feed_hod": 0,    "rebuild_feed_moh": 0,    "rebuild_feed_timezone": "string",    "rebuild_feed_next_build": "2019-08-24T14:15:22Z",    "columns": [      {}    ],    "childs_first": true,    "column_separator": "string",    "text_delimiter": "string",    "xml_output_attributes": [      {}    ],    "xml_nodes": [      {}    ],    "product_nodes": [      {}    ],    "shopify": {},    "running": true,    "file_path": "string",    "last_run_error": true,    "last_run_msg": "string",    "last_run_start_at": "2019-08-24T14:15:22Z",    "last_run_queue_at": "2019-08-24T14:15:22Z",    "last_run_ends_at": "2019-08-24T14:15:22Z",    "last_run_by_user": "string",    "process_products": "string",    "on_demand_process_products": "string",    "attribute_sorting": "string",    "parent_include_criteria": "string",    "on_demand_parent_include_criteria": "string",    "changes_required": true,    "already_processed_through_integrations": true,    "processed_user_audit": {},    "store_title": "string",    "store_link": "string",    "store_description": "string",    "created": "2019-08-24T14:15:22Z",    "modified": "2019-08-24T14:15:22Z"  },  "errors": [    {      "name": "string",      "description": "string"    }  ]}