---
title: "GET /api/v1.0/{appId}/website/index"
method: GET
path: "/api/v1.0/{appId}/website/index"
tags: ["Website"]
---

# GET /api/v1.0/{appId}/website/index

`GET /api/v1.0/{appId}/website/index`

## Path parameters

- `appId` string, required

## Response `200`

OK

- RestApiResultIndexPage — Rest api result
  - `Data` IndexPage, required — Index Page
    - `Testimonials` WebsiteTestimonial[] — Testimonials
      - `TestimonialId` integer — Id of the testimonial
      - `Author` string — Author of the testimonial
      - `Message` string — Message of the testimonial
    - `Images` WebsiteImage[] — Images
      - `ImageId` integer — Represents the id of the image
      - `ImageLocation` 'IndexHeader' | 'IndexAboutSectionLeft' | 'IndexAboutSectionRight' | 'IndexGallery' | 'IndexOpeningHoursHeader' | 'IndexTestimonialsHeader' — Represents the location of the image
      - `ImageUrl` string — Represents the image url
    - `AboutSectionEnabled` boolean — About section enabled
    - `AboutSectionTitle` string — About section title
    - `AboutSectionSubtitle` string — About section sub-title
    - `AboutSectionLeftTitle` string — About section title left
    - `AboutSectionLeftBody` string — About section text left
    - `AboutSectionRightTitle` string — About section title right
    - `AboutSectionRightBody` string — About section text right
    - `OpeningHoursEnabled` boolean — Opening hours section Enabled
    - `MenuPreviewEnabled` boolean — Menu Preview section Enabled
    - `GalleryEnabled` boolean — Gallery section enabled
    - `TestimonialsEnabled` boolean — Testimonials section Enabled
    - `ContactFormEnabled` boolean — Contact Form section Enabled
    - `ContactFormEmail` string — Contact Form Email
    - `MapEnabled` boolean — Map section Enabled

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.
- `404` — NotFound

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
