Career Page

Upon successful response you will get :

GET https://castleindia.in/emart/public /api/login

Headers

NameTypeDescription

secret

String

application/json

{
 {
    "career": [
        {
            "id": 1,
            "one_enable": "1",
            "one_heading": "Shape the future of learning with us",
            "one_text": "It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.",
            "one_btntxt": "course",
            "one_video": "157978446826.jpg",
            "two_enable": "0",
            "three_enable": "1",
            "three_bg_image": "1579784468104.jpg",
            "three_video": "157978446899.jpg",
            "three_heading": "Get a taste of how we mix fun and learning at NextClass.",
            "three_btntxt": "https://www.lipsum.com/",
            "four_enable": "0",
            "four_img_one": "157978461045.jpg",
            "four_img_two": "157978446830.jpg",
            "four_img_three": "15797844685.jpg",
            "four_img_four": "15797844688.jpg",
            "four_img_five": "15797846109.jpg",
            "four_img_six": "15797845812.jpg",
            "four_img_seven": "157978446898.jpg",
            "four_img_eight": "15797844681.jpg",
            "four_img_nine": "157978464645.jpg",
            "five_enable": "1",
            "five_heading": "Perks & benefits",
            "five_text": "Perks & benefits",
            "five_icon": "#class",
            "five_detail": "",
            "five_textone": "Learn",
            "five_texttwo": "Devlopment",
            "five_textthree": "Design",
            "five_textfour": "Groups",
            "five_textfive": "Free Courses",
            "five_textsix": "Coupon discount",
            "five_textseven": "Faq's",
            "five_texteight": "Instructor",
            "five_textnine": "New Courses",
            "five_textten": "Payment",
            "five_dtlone": "It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.",
            "five_dtltwo": "It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.",
            "five_dtlthree": "It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.",
            "five_dtlfour": "It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.",
            "five_dtlfive": "It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.",
            "five_dtlsix": "It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.",
            "five_dtlseven": "It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.",
            "five_dtleight": "It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.",
            "five_dtlnine": "It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.",
            "five_dtlten": "It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.",
            "six_enable": "1",
            "six_heading": "Join our team",
            "six_text": "",
            "six_topic_one": "Devlopment",
            "six_topic_two": "Content",
            "six_topic_three": "Courses",
            "six_topic_four": "Intructor",
            "six_topic_five": "Marketplace",
            "six_topic_six": "Payment",
            "created_at": "2020-01-23T14:01:08.000000Z",
            "updated_at": "2021-06-18T10:38:25.000000Z"
        }
    ]
}
}

IF response fail

```html
<!DOCTYPE html>
<html>

<head>
	<meta charset="UTF-8" />
	<meta name="robots" content="noindex,nofollow,noarchive" />
	<title>An Error Occurred: Method Not Allowed</title>
	<style>
		body {
			background-color: #fff;
			color: #222;
			font: 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
			margin: 0;
		}

		.container {
			margin: 30px;
			max-width: 600px;
		}

		h1 {
			color: #dc3545;
			font-size: 24px;
		}

		h2 {
			font-size: 18px;
		}
	</style>
</head>

<body>
	<div class="container">
		<h1>Oops! An Error Occurred</h1>
		<h2>The server returned a "405 Method Not Allowed".</h2>

		<p>
			Something is broken. Please let us know what you were doing when this error occurred.
			We will fix it as soon as possible. Sorry for any inconvenience caused.
		</p>
	</div>
</body>

</html>
```

Last updated