Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Organizers Endpoint

MamboBryan edited this page Sep 29, 2022 · 2 revisions
  • REQUEST
    • GET
  • ENDPOINT
    • /organizers
  • QUERY PARAMS
    • per_page requires Int
    • page requires Int
  • PAYLOAD
{
  "data": [
    {
      "id": 21,
      "name": "droidconKE",
      "email": "[email protected]",
      "description": "Droidcon is a global conference focused on the engineering of Android applications. Droidcon provides a forum for developers to network with other developers, share techniques, announce apps and products, and to learn and teach.",
      "facebook": "appslabmoi",
      "twitter": "droidconke",
      "instagram": null,
      "logo": "http://localhost:8000/upload/logo/app2svg.svg",
      "slug": "droidconke-40",
      "status": "active",
      "created_at": "2019-12-20 14:39:38",
      "creater": {
        "id": 11,
        "name": "Magak Emmanuel",
        "email": "[email protected]",
        "created_at": "2020-03-17 18:54:17"
      },
      "upcoming_events_count": 1,
      "total_events_count": 1
    },],
  "meta": {
    "paginator": {
      "count": 21,
      "per_page": "15",
      "current_page": 1,
      "next_page": "http://localhost:8000/api/v1/organizers?per_page=15&page=2",
      "has_more_pages": true,
      "next_page_url": "http://localhost:8000/api/v1/organizers?per_page=15&page=2",
      "previous_page_url": null
    }
  }
}
Clone this wiki locally