/
/enviroCar REST API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 4m ago · Updated 2mo ago
Announcements1
Badges1
Fuelings4
General2
Groups10
Measurements7
Phenomenons4
Schemas2
Sensors6
Terms4
Tracks13
Users25
  • getGet the users.
  • postCreate a new user.
  • getGet the user.
  • putChange the user.
  • deleteDelete the user.
  • getGet the friends.
  • postAdd a friend.
  • getGet incoming friend requests.
  • getGet outgoing friend requests.
  • postDecline friend request.
  • getGet the friend.
  • deleteDelete the friend.
  • getGet the groups of the user.
  • postCreate the user group.
  • getGet the group of the user.
  • putModify the group.
  • deleteDelete the group.
  • getGet the user statistics.
  • getGet the user statistics.
  • getGet the activities of the user.
  • getGet the activity of the user.
  • getGet the activities of the friend.
  • getGet the activity of the friend.
  • getGet the avatar of the user.
  • postCreate the group.
    Users

    Get the users.

    Get the users.

    get/users

    Query parameters

    limitinteger

    The number of entities per page.

    pageinteger

    The page of entities to request.

    Headers

    itemsstring

    The range of entities to request.

    Response

    The users.

    UsersJson required— unresolved $ref

    Changes