Get table by id
GEThttps://api.staging.powerapi.com/api/v2/tables/:table_id
Retrieve a table by its id
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Authorization: http
name: bearertype: httpscheme: bearerbearerFormat: JWT
- curl
- python
- go
- nodejs
- ruby
- java
- powershell
- CURL
curl -L 'https://api.staging.powerapi.com/api/v2/tables/:table_id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear