Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

### Get all Reviews of the Current User #12

Open
5 of 6 tasks
jacoblauxman opened this issue Oct 21, 2022 · 0 comments
Open
5 of 6 tasks

### Get all Reviews of the Current User #12

jacoblauxman opened this issue Oct 21, 2022 · 0 comments

Comments

@jacoblauxman
Copy link
Owner

jacoblauxman commented Oct 21, 2022

Returns all the reviews written by the current user.

  • An authenticated user is required for a successful response
  • Successful response includes only reviews created by the current user
  • Review data returned includes the id, userId, spotId, review,
    stars, createdAt, and updatedAt
  • Review data returns associated data for User, including the id,
    firstName, and lastName
  • Review data returns associated data for Spot, including the id,
    ownerId, address, city, state, country, lat, lng, name,
    price, and previewImage
  • Review data returns associated data for ReviewImages, an array of image
    data including the id and url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant