IntakeForms

List IntakeFormQuestions

Use this endpoint to list paginated IntakeFormQuestions for an IntakeFormSection.

get/shop/intake-form-sections/{intakeFormSectionId}/questions

Response

Successfully retrieved IntakeFormQuestions.

Example response

{
  "links": {
    "first": "http://example.com?page=1",
    "next": "https://example.com?page=3",
    "prev": "https://example.com?page=1",
    "last": "https://example.com?page=4"
  },
  "meta": {
    "from": 1,
    "to": 2,
    "total": 2,
    "current_page": 1,
    "last_page": 2,
    "per_page": 15,
    "path": "http://example.com/api"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.