-
Notifications
You must be signed in to change notification settings - Fork 2
API Service Users
Gordan Krešić edited this page Nov 25, 2016
·
2 revisions
URL: http://localhost:1800/api/user/list
HTTP method: GET
Parameters:
Parameter | Description |
---|---|
name |
Show only users with given name (may be only part of name) |
email |
Show only user (only one!) with given e-mail |
count |
How many users to return (if omitted, all users are returned) |
offset |
Ordinal at which to start counting (if omitted first count users are returned) |
Response: List of users.
Examples:
-
http://localhost:1800/api/user/list
-
http://localhost:1800/api/user/list?name=tesla
-
Services
-
Entites
-
Types