Get Table By Id
Analysis / Pivot table
Get Table By Id
Description
Get pivot table information.
Payload
{
"projectId": string
}
where:
projectId: Project identifier to which the pivot table was created. (Required).
Response
200 OK
{
"_id": string,
"projectId": string,
"name": string,
"selectedChart": string,
"rows": array,
"columns": array,
"values": array,
"alphaValue": number,
"updatedAt": string,
"createdAt": string,
"createdBy": string,
"updatedBy": string,
}
401 Unauthorized
Invalid authorization.
404 Not Found
Resource not found.
500 Internal Server Error
Error occurred in the service.
POST
Get Table By Id
Description
Get pivot table information.Payload
projectId: Project identifier to which the pivot table was created. (Required).
Response
200 OK
401 Unauthorized
Invalid authorization.
404 Not Found
Resource not found.
500 Internal Server Error
Error occurred in the service.