---
title: "Fetch all ad form fields"
method: GET
path: "/ad_form_fields"
tags: ["AdFormField"]
---

# Fetch all ad form fields

`GET /ad_form_fields`

Returns all ad form fields from the system

## Query parameters

- `token` string, string, required
- `sort` string, string
- `sortby` string, string
- `page` string, string
- `fields` string, string
- `q` string, string
- `category_id` string, string

## Response `200`

Fetched ad form fields

- AdFormField
  - `id` integer
  - `created_at` string
  - `updated_at` string
  - `ad_id` integer
  - `form_field_id` integer
  - `response` string

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/agriya/apis/oliker-api-endpoint.md) · [All operations](https://skmtc.net/agriya/apis/oliker-api-endpoint/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agriya/oliker-api-endpoint/revisions/d716960b8cd5/schema)
