{"id":478159,"date":"2025-06-03T08:00:58","date_gmt":"2025-06-03T08:00:58","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=478159"},"modified":"2025-06-18T09:29:51","modified_gmt":"2025-06-18T09:29:51","slug":"jobs-via-terminal","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/jobs-via-terminal\/","title":{"rendered":"Executing Jobs via Terminal in Unopim: A Step-by-Step Guide"},"content":{"rendered":"\n<p>Unopim is a Laravel-based open-source PIM system for efficient product data management.<br>It supports Executing Jobs via  Terminal to handle background tasks easily.<br>With Executing Jobs via Terminal, users can automate imports, exports, and more.<\/p>\n\n\n\n<p>This guide outlines how to execute jobs within the Unopim platform using the terminal. This method can be beneficial for automating tasks, integrating with other systems, and performing bulk operations.<\/p>\n\n\n\n<p><strong>Step 1: Create and Configure a Job in Unopim<\/strong><\/p>\n\n\n\n<p>To execute jobs via the terminal in Unopim, the first step is to create a job.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"533\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/12\/job-create-1200x533.webp\" alt=\"Execute Jobs via Terminal Unopim\" class=\"wp-image-478160\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/12\/job-create-1200x533.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/12\/job-create-300x133.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/12\/job-create-250x111.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/12\/job-create-768x341.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/12\/job-create-1536x682.webp 1536w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/12\/job-create.webp 1599w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Step 2: Get the Job ID and User Email for Terminal Execution<\/strong><\/p>\n\n\n\n<p>First, go to the job profile and copy the job ID. Next, navigate to the user profile to get the email ID.<br>Together, these details are required to run the terminal command successfully.<\/p>\n\n\n\n<p>You can execute specific jobs directly using the <code>php artisan unopim:queue:work<\/code> command, along with parameters like the Job ID and user email ID. Here\u2019s how it works:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php artisan unopim:queue:work {JobId} {userEmailId}<\/pre>\n\n\n\n<p><strong>A Step-by-Step Guide to Setting Up Cron Jobs<\/strong><\/p>\n\n\n\n<p>Cron jobs automate tasks on Unix-based systems. You schedule commands using a specific time-based syntax in your crontab file, accessed via <code>crontab -e<\/code>. Remember to test thoroughly and redirect output for effective logging.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Step 1: Open the Crontab Configuration<\/h4>\n\n\n\n<p>To start setting up a cron job, open your crontab file using the following command: <code>crontab -e<\/code>. Upon execution, this command will launch your default text editor, providing an interface to add, modify, or remove scheduled tasks.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">crontab -e<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Step 2: Add a Cron Job<\/h4>\n\n\n\n<p>Let\u2019s add a cron job that runs a Laravel command every hour. You can schedule tasks by specifying the appropriate interval in the crontab file.<\/p>\n\n\n\n<p>To run a Laravel command every hour, add this line to your crontab:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">0 * * * * \/path\/to\/your\/project\/artisan unopim:queue:work {JobId} {userEmailId}<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Step 3: Save and Exit the Crontab<\/h4>\n\n\n\n<p>Once you\u2019ve added the necessary cron jobs, save and exit the crontab editor. If you&#8217;re using <code>vi<\/code> or <code>vim<\/code>, press <code>Esc<\/code>, then type <code>:wq<\/code> and hit <code>Enter<\/code><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Step 4: Verify Cron Jobs<\/strong><\/h4>\n\n\n\n<p>To verify the cron jobs you\u2019ve set up, use the following command: <code>crontab -l<\/code>. <strong>Executing this<\/strong> will display a list of all currently scheduled cron jobs for your user, allowing you to review and confirm your entries.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">crontab -l<\/pre>\n\n\n\n<p><a href=\"https:\/\/webkul.com\" target=\"_blank\">Webkul<\/a> has developed UnoPim, an open-source Product Information Management (PIM) system built on Laravel. This system is designed to help businesses efficiently manage and organize their product data, ensuring consistency and streamlined operations across various sales channels.<\/p>\n\n\n\n<p>It helps developers offload time-consuming operations to background jobs.<br>Check out our <a href=\"https:\/\/devdocs.unopim.com\/0.2\/advanced\/queue-management.html\" target=\"_blank\">guide on setting up queues<\/a> to get started. This resource will walk you through the initial configuration steps, enabling you to leverage UnoPim&#8217;s full capabilities for efficient data management.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Unopim is a Laravel-based open-source PIM system for efficient product data management.It supports Executing Jobs via Terminal to handle background tasks easily.With Executing Jobs via Terminal, users can automate imports, exports, and more. This guide outlines how to execute jobs within the Unopim platform using the terminal. This method can be beneficial for automating tasks, <a href=\"https:\/\/webkul.com\/blog\/jobs-via-terminal\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":460,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-478159","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Executing Jobs via Terminal in Unopim: A Step-by-Step Guide<\/title>\n<meta name=\"description\" content=\"Unopim is PIM system for efficient product data management.It supports Executing Jobs via Terminal to handle background tasks easily.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/jobs-via-terminal\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Executing Jobs via Terminal in Unopim: A Step-by-Step Guide\" \/>\n<meta property=\"og:description\" content=\"Unopim is PIM system for efficient product data management.It supports Executing Jobs via Terminal to handle background tasks easily.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/jobs-via-terminal\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-03T08:00:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-18T09:29:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2024\/12\/job-create-1200x533.webp\" \/>\n<meta name=\"author\" content=\"Vipin Yadav\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Vipin Yadav\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/jobs-via-terminal\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/jobs-via-terminal\/\"},\"author\":{\"name\":\"Vipin Yadav\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/f02cd102f4b3819f40243c149504d86c\"},\"headline\":\"Executing Jobs via Terminal in Unopim: A Step-by-Step Guide\",\"datePublished\":\"2025-06-03T08:00:58+00:00\",\"dateModified\":\"2025-06-18T09:29:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/jobs-via-terminal\/\"},\"wordCount\":437,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/jobs-via-terminal\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2024\/12\/job-create-1200x533.webp\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/jobs-via-terminal\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/jobs-via-terminal\/\",\"url\":\"https:\/\/webkul.com\/blog\/jobs-via-terminal\/\",\"name\":\"Executing Jobs via Terminal in Unopim: A Step-by-Step Guide\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/jobs-via-terminal\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/jobs-via-terminal\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2024\/12\/job-create-1200x533.webp\",\"datePublished\":\"2025-06-03T08:00:58+00:00\",\"dateModified\":\"2025-06-18T09:29:51+00:00\",\"description\":\"Unopim is PIM system for efficient product data management.It supports Executing Jobs via Terminal to handle background tasks easily.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/jobs-via-terminal\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/jobs-via-terminal\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/jobs-via-terminal\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/12\/job-create.webp\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/12\/job-create.webp\",\"width\":1599,\"height\":710},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/jobs-via-terminal\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Executing Jobs via Terminal in Unopim: A Step-by-Step Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/f02cd102f4b3819f40243c149504d86c\",\"name\":\"Vipin Yadav\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/bc438188cd8679430881b3f44cd6e63b9feab1b29fcecb3e9720356e68bd4e5d?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/bc438188cd8679430881b3f44cd6e63b9feab1b29fcecb3e9720356e68bd4e5d?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Vipin Yadav\"},\"description\":\"Vipin Yadav is a Software Engineer specializing in the Akeneo platform, with expertise in CMS Integration and Digital Asset Management services. Proficient in jQuery and eCommerce marketplace development, Vipin delivers seamless, innovative solutions that enhance digital operations and drive business growth.\",\"url\":\"https:\/\/webkul.com\/blog\/author\/vipinyadav-akeneo432\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Executing Jobs via Terminal in Unopim: A Step-by-Step Guide","description":"Unopim is PIM system for efficient product data management.It supports Executing Jobs via Terminal to handle background tasks easily.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/jobs-via-terminal\/","og_locale":"en_US","og_type":"article","og_title":"Executing Jobs via Terminal in Unopim: A Step-by-Step Guide","og_description":"Unopim is PIM system for efficient product data management.It supports Executing Jobs via Terminal to handle background tasks easily.","og_url":"https:\/\/webkul.com\/blog\/jobs-via-terminal\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2025-06-03T08:00:58+00:00","article_modified_time":"2025-06-18T09:29:51+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2024\/12\/job-create-1200x533.webp","type":"","width":"","height":""}],"author":"Vipin Yadav","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Vipin Yadav","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/jobs-via-terminal\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/jobs-via-terminal\/"},"author":{"name":"Vipin Yadav","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/f02cd102f4b3819f40243c149504d86c"},"headline":"Executing Jobs via Terminal in Unopim: A Step-by-Step Guide","datePublished":"2025-06-03T08:00:58+00:00","dateModified":"2025-06-18T09:29:51+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/jobs-via-terminal\/"},"wordCount":437,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/jobs-via-terminal\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2024\/12\/job-create-1200x533.webp","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/jobs-via-terminal\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/jobs-via-terminal\/","url":"https:\/\/webkul.com\/blog\/jobs-via-terminal\/","name":"Executing Jobs via Terminal in Unopim: A Step-by-Step Guide","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/jobs-via-terminal\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/jobs-via-terminal\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2024\/12\/job-create-1200x533.webp","datePublished":"2025-06-03T08:00:58+00:00","dateModified":"2025-06-18T09:29:51+00:00","description":"Unopim is PIM system for efficient product data management.It supports Executing Jobs via Terminal to handle background tasks easily.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/jobs-via-terminal\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/jobs-via-terminal\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/jobs-via-terminal\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/12\/job-create.webp","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/12\/job-create.webp","width":1599,"height":710},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/jobs-via-terminal\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Executing Jobs via Terminal in Unopim: A Step-by-Step Guide"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/f02cd102f4b3819f40243c149504d86c","name":"Vipin Yadav","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/bc438188cd8679430881b3f44cd6e63b9feab1b29fcecb3e9720356e68bd4e5d?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/bc438188cd8679430881b3f44cd6e63b9feab1b29fcecb3e9720356e68bd4e5d?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Vipin Yadav"},"description":"Vipin Yadav is a Software Engineer specializing in the Akeneo platform, with expertise in CMS Integration and Digital Asset Management services. Proficient in jQuery and eCommerce marketplace development, Vipin delivers seamless, innovative solutions that enhance digital operations and drive business growth.","url":"https:\/\/webkul.com\/blog\/author\/vipinyadav-akeneo432\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/478159","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/460"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=478159"}],"version-history":[{"count":12,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/478159\/revisions"}],"predecessor-version":[{"id":496569,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/478159\/revisions\/496569"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=478159"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=478159"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=478159"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}