POST api/logs/g-log-login

Request Information

URI Parameters

None.

Body Parameters

FindLogFilter
NameDescriptionTypeAdditional information
tu_ngay

string

None.

den_ngay

string

None.

additional

Additional

None.

Request Formats

application/json, text/json

Sample:
{
  "tu_ngay": "sample string 1",
  "den_ngay": "sample string 2",
  "additional": {
    "paging": {
      "limit": 1,
      "page": 2
    },
    "ordering": [
      {
        "name": "sample string 1",
        "order_type": 2
      },
      {
        "name": "sample string 1",
        "order_type": 2
      }
    ]
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultBase
NameDescriptionTypeAdditional information
result

boolean

None.

code

integer

None.

message

string

None.

validated_message

Collection of string

None.

time

string

None.

resdata

Object

None.

fields_not_null

Collection of string

None.

total_items

integer

None.

total_pages

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "result": true,
  "code": 2,
  "message": "sample string 3",
  "validated_message": [
    "sample string 1",
    "sample string 2"
  ],
  "time": "sample string 4",
  "resdata": {},
  "fields_not_null": [
    "sample string 1",
    "sample string 2"
  ],
  "total_items": 6,
  "total_pages": 7
}