About Us

about

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

Headers

NameTypeDescription

secret

String

application/json

{
{
```json
{
    "about": [
        {
            "id": 1,
            "one_enable": "1",
            "one_heading": "Learn Through Online Coursesss",
            "one_image": "157978285129.jpg",
            "one_text": "Blog: Blogging Course, Tutorial, Training & Class",
            "two_enable": "1",
            "two_heading": "Section Two",
            "two_text": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.",
            "two_imageone": "1579782851100.jpg",
            "two_imagetwo": "1579782851101.jpg",
            "two_imagethree": "1579783108102.jpg",
            "two_imagefour": "1579783108103.jpg",
            "two_txtone": "Instructor1",
            "two_txttwo": "Instructor2",
            "two_txtthree": "Instructor3",
            "two_txtfour": "Instructor4",
            "two_imagetext": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.",
            "three_enable": "1",
            "three_heading": "Our Reach",
            "three_text": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.",
            "three_countone": "58",
            "three_counttwo": "40",
            "three_countthree": "16",
            "three_countfour": "20",
            "three_countfive": "50",
            "three_countsix": "10",
            "three_txtone": "Classes",
            "three_txttwo": "Courses",
            "three_txtthree": "Instructors",
            "three_txtfour": "Course enrollments",
            "three_txtfive": "Minutes of video",
            "three_txtsix": "Languages",
            "four_enable": "1",
            "four_heading": "Staying ahead of the future of work",
            "four_text": "Lorem Ipsum is simply a dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.",
            "four_btntext": "",
            "four_imageone": "15797828512.jpg",
            "four_imagetwo": "157978285110.jpg",
            "four_txtone": "1111111111",
            "four_txttwo": "22222222",
            "four_icon": "1",
            "five_enable": "1",
            "five_heading": "A great place to grow",
            "five_text": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.",
            "five_btntext": "",
            "five_imageone": "157978285112.jpg",
            "five_imagetwo": "157978285174.jpg",
            "five_imagethree": "157978285175.jpg",
            "six_enable": "1",
            "six_heading": "The Pulse of eClass",
            "six_txtone": "Teach",
            "six_txttwo": "Research",
            "six_txtthree": "Blog",
            "six_deatilone": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.",
            "six_deatiltwo": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.",
            "six_deatilthree": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.",
            "text_one": "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
            "text_two": "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
            "text_three": "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
            "link_one": null,
            "link_two": null,
            "link_three": null,
            "link_four": null,
            "created_at": "2020-01-23T13:34:11.000000Z",
            "updated_at": "2022-04-02T07:48:59.000000Z",
            "linkedin": null,
            "twitter": null
        }
    ]
}
```
}

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