Skip to content

api users *

Matheus Gomes Maia edited this page May 15, 2018 · 6 revisions

TODOS OS ENDPOINTS EM /api/users/

Listagem todos os users

  • URL

    /api/users/

  • Method:

    GET

  • URL Params

    Optional:

    query: ?skip=0&limit=50

  • Data Params

  • Success Response:

    • Code: 200

    • Content:

      [
      {
          "_id": "5af68aade1b237001abd78d4",
          "username": "matheusgmaia",
          "email": "[email protected]",
          "__v": 2,
          "eventHistory": [],
          "followers": [],
          "following": [],
          "favTeams": [
              "5af66362b91878001bb2c26e",
              "5af66392b91878001bb2c26f"
          ],
          "createdAt": "2018-05-12T06:33:17.005Z"
      }

] ```


Clone this wiki locally