Skip to content

All events given user was invited to/attended this year - /users/{user_id}/events #59

@binnyva

Description

@binnyva
  • REST : GET /users/{user_id}/events
  • JSON Format : Refer below...
  • GraphQL Call
  • Test for GET and GraphQL

JSON Format for the call

{
data: [
    {
    "id": 0,
    "name": "string",
    "description": "string",
    "starts_on": "2021-07-11T05:57:01Z",
    "place": "string",
    "city_id": "string",
    "event_type_id": 0,
    "event_type": "string",
    "created_by_user_id": "2021-07-11T05:57:01Z",
    "location": "string",
    "created_on": "2021-07-11T05:57:01Z",
    
    "present": 0,
    "late": 0,
    "rsvp": "no_data",
    "reason": "string"
    }
]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions