Returns the long table name of the active table version. The long table name includes the account, table name and version. Example: account/tablename/version.

GET/Remote/GetActiveTableID

REQUEST PARAMETERS

ParameterTypeDescriptionRequired
mluser string Username - always in email form.
mltoken -or- mlpass string MapLarge generated auth token -or- the password for the mluser account.
shortTableId string Short table name: account/tablename

EXAMPLE REQUEST

https://my.maplarge.com/Remote/GetActiveTableId?mluser=user@domain.com&mltoken=token&shortTableId=test/testtableA5345

*Either a token or password can be used in any request where authentication is required.

RETURNS

{ 
"id": "0ce4f23f972945ab9bd88be6997ae3d6", 
"hash": null, 
"success": true,
"isCached": false, 
"authorized": true, 
"errors": [], 
"timestamp": 1420568725, 
"data": null, 
"table": "test/testtableA5345/635561654951464560"
 }

ACTION SPECIFIC RESPONSE VALUES

ParameterTypeDescription
table string Long table name: account/tablename/version