Spreadsheet
Get a spreadsheet by ID
Get a spreadsheet by ID
- Retrieve a spreadsheet using their unique identifier
- Recuperar uma planilha usando seu identificador exclusivo
get/spreadsheets/{id}
Path parameters
idinteger required
- Spreadsheet ID
- Planilha ID
Response
Spreadsheet data retrieved successfully | Dados da planilha recuperados com sucesso
Example response
{
"card_network": "MASTERCARD",
"company_id": 1,
"company_name": "Teste Enterprise",
"created_at": "2025-01-29T10:38:00.694798-03:00",
"currency": "BRL",
"extension_type": ".xlsx",
"id": 1,
"link": "https://storage.googleapis.com/bucket-jpmc-api/spreadsheet-eadqw233-94b5-4b34-bdsa23-2dasd13rd-file-name.xlsx?",
"name": "file-name.xlsx",
"processed_at": "2025-01-29T11:00:26.793986-03:00",
"status": "PROCESSED",
"total_issuer": 2,
"total_rows": 2,
"total_values": 100,
"user_name": "John Doe"
}