Ubikly
    • /api/v1/users
      GET
    • /api/v1/users/{id}
      GET
    • /api/v1/members
      GET
    • /api/v1/members/{id}
      GET
    • /api/v1/machines
      GET
    • /api/v1/machines/{id}
      GET
    • /api/v1/machine_units
      GET
    • /api/v1/machine_units/{id}
      GET
    • /api/v1/trainings
      GET
    • /api/v1/trainings/{id}
      GET
    • /api/v1/training_sessions
      GET
    • /api/v1/training_sessions/{id}
      GET
    • /api/v1/places
      GET
    • /api/v1/places/{id}
      GET
    • /api/v1/place_units
      GET
    • /api/v1/place_units/{id}
      GET
    • /api/v1/plans
      GET
    • /api/v1/plans/{id}
      GET
    • /api/v1/events
      GET
    • /api/v1/events/{id}
      GET
    • /api/v1/event_sessions
      GET
    • /api/v1/event_sessions/{id}
      GET
    • /api/v1/projects
      GET
    • /api/v1/projects
      POST
    • /api/v1/projects/{id}
      GET
    • /api/v1/projects/{id}
      PATCH
    • /api/v1/project_licenses
      GET
    • /api/v1/project_thematics
      GET
    • /api/v1/subscriptions
      GET
    • /api/v1/subscriptions/{id}
      GET
    • /api/v1/bookings
      GET
    • /api/v1/bookings/{id}
      GET
    • /api/v1/categories
      GET
    • /api/v1/categories/{id}
      GET
    • /api/v1/spaces
      GET
    • /api/v1/spaces/{id}
      GET
    • Schemas
      • User
      • Member
      • Machine
      • MachineUnit
      • Training
      • Place
      • PlaceUnit
      • Plan
      • Event
      • Project
      • ProjectCreate
      • ProjectUpdate
      • Subscription
      • Booking
      • TrainingSession
      • EventSession
      • CategoryType
      • Category
      • Space
      • ProjectLicense
      • ProjectThematic
      • PaginationLinks
      • PaginationMeta

    Project

    {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "category": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "name": "string"
        },
        "license": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "key": "string"
        },
        "thematic": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "key": "string"
        },
        "slug": "string",
        "name": "string",
        "description": "string",
        "intro_rendered": "string",
        "image": {
            "sm": "http://example.com",
            "md": "http://example.com",
            "lg": "http://example.com"
        },
        "lang": "string",
        "level_of_difficulty": "easy",
        "realization_duration": "string",
        "estimated_cost": 0,
        "start_date": "2019-08-24",
        "end_date": "2019-08-24",
        "state": "in_progress",
        "featured": true,
        "publication_state": "draft",
        "published_at": "2019-08-24T14:15:22.123Z",
        "tags": [
            "string"
        ],
        "views_count": 0,
        "favorites_count": 0,
        "doc_supply": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "body_rendered": "string",
            "position": 0,
            "title": "string"
        },
        "doc_steps": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "body_rendered": "string",
                "position": 0,
                "title": "string"
            }
        ],
        "members": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "first_name": "string",
                "last_name": "string",
                "role": "owner"
            }
        ],
        "spaces": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "name": "string"
            }
        ],
        "updated_at": "2019-08-24T14:15:22.123Z",
        "created_at": "2019-08-24T14:15:22.123Z"
    }
    Built with