id | int | ID of the session. Generated automatically by the server after session creation. |
application_id | int | ID of the user's application. |
user_id | int | ID of the session's owner. |
created_at | datetime | Date & time when a record was created, filled automatically. |
updated_at | datetime | Date & time when a record was updated, filled automatically. |
nonce | int | Unique Random Value. Parameter from a session creating request is used. |
token | string | Session identifier. Each API request should contain this parameter in QB-Token header. |
ts | int | Unix Timestamp. Parameter from session creating request is used. |
_id | string | ID of the session. Generated automatically by the server after session creation.Date & time when a record was updated, filled automatically. |