Analysis

get
Authorizations
Path parameters
idstring · uuidRequired

A UUID string identifying this form.

Responses
200Success
application/json
get
GET /api/forms/{id}/analysis HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "questions": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "form": "123e4567-e89b-12d3-a456-426614174000",
      "legacy_id": "text",
      "nextgen_legacy_id": "text",
      "created_at": "2025-07-23T12:15:24.839Z",
      "updated_at": "2025-07-23T12:15:24.839Z",
      "text": "text",
      "type": "short_answer",
      "options": null,
      "is_required": true,
      "position": 0
    }
  ],
  "user": {
    "id": "text",
    "email": "text",
    "phone": "text",
    "profile": "text",
    "additional_user_fields": "text"
  },
  "submission_count": "text",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:15:24.839Z",
  "updated_at": "2025-07-23T12:15:24.839Z",
  "name": "text",
  "description": "text",
  "banner": "https://example.com",
  "status": "waiting",
  "type": "public",
  "start_date": "2025-07-23",
  "end_date": "2025-07-23",
  "is_new_here_form": true,
  "is_plan_a_visit_form": true,
  "church": "123e4567-e89b-12d3-a456-426614174000",
  "notify_users": [
    "123e4567-e89b-12d3-a456-426614174000"
  ]
}