GetTables
Official API
Implemented Class
Gets information about multiple Tables in Pipefy.
Arguments
<In> TableIDs : string
IDs of the Tables to be obtained.
You can find this info from the API or from the link when accessing it through the web
<Out> Table : JObject[]
The Tables obtained (JObject[]).
Example of each object:
{
"description": "A simple description for this table.",
"id": "M4a7Dqr6",
"name": "TableName",
"public": true,
"table_records_count": 1,
"url": "http://app.pipefy.com/database_v2/tables/M4a7Dqr6-tablename"
}
Inherited Arguments
<In> Bearer : string
The Bearer authorization token generated by Pipefy.
<In> Timeout : int
The timeout limit (in ms) for the request to be completed.
<Out> Status : string
A brief status message of the result of the action.
<Out> Success : boolean
True if the action was successful.