Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tím souhlasíte. Další informace

API help

Overview
Data types

xwg.history

Description

Retrieve the history of changes for certain xWGs.

Params

token
string

Access token.

xwgIds
array

List of IDs of xWGs to retrieve the history for.

xwgId
int

ID of xWG

Response

response
struct
status
int
enum

Status code

ValueDescription
200

OK

400

Bad params

404

One of xWGs was not found.

500

Server error

statusMessage
string

Status code description

result
array

List of histories for given xWGs.

item
struct

History of one xWG

xwgId
int

ID of xWG.

history
array

List of history entries.

entry
struct

One history entry

dateTime
datetime

Date and time when the change has occured.

columnName
string

Name of changed column.

oldValue
string

Old value of column.

newValue
string

New value of column.

Call example

xwg.history("fugiat", [301075975, 427757555])