search Login Records With Id
POST {{baseUrl}}/api/system/login-record/search
Searches the login records with the specified criteria and pagination.
Request Body
{"retrieveTotal"=>"<boolean>", "search"=>{"applicationId"=>"<uuid>", "end"=>"<long>", "start"=>"<long>", "userId"=>"<uuid>", "numberOfResults"=>"<integer>", "orderBy"=>"<string>", "startRow"=>"<integer>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"logins":[{"applicationName":"\u003cstring\u003e","location":{"city":"\u003cstring\u003e","country":"\u003cstring\u003e","latitude":"\u003cdouble\u003e","longitude":"\u003cdouble\u003e","region":"\u003cstring\u003e","zipcode":"\u003cstring\u003e","displayString":"\u003cstring\u003e"},"loginId":"\u003cstring\u003e"},{"applicationName":"\u003cstring\u003e","location":{"city":"\u003cstring\u003e","country":"\u003cstring\u003e","latitude":"\u003cdouble\u003e","longitude":"\u003cdouble\u003e","region":"\u003cstring\u003e","zipcode":"\u003cstring\u003e","displayString":"\u003cstring\u003e"},"loginId":"\u003cstring\u003e"}],"total":"\u003clong\u003e"}