Listar Conceptos
Listar Conceptos
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"links": {
"prev": "https://api.eterniasoft.com/v3/concepts?page=1",
"next": "https://api.eterniasoft.com/v3/concepts?page=2",
"last": "https://api.eterniasoft.com/v3/concepts?page=2"
},
"meta": {
"page": {
"total": 22
}
},
"data": [
{
"type": "concepts",
"id": "41",
"links": {
"self": "https://api.eterniasoft.com/v3/concepts/41"
},
"attributes": {
"id": 41,
"name": "Probando Concepto",
"estimated_at": 1616475600,
"concept_type_id": 5,
"concept_type": "Carta Notarial",
"financial_type_id": 24569,
"financial_type": "PaymentSchedule",
"status": "completed",
"argument": "payment_schedule",
"budget_id": 59246,
"amount": 260,
"deposit_at": 1616562000,
"observation": null
}
},
{
"type": "concepts",
"id": "9",
"links": {
"self": "https://api.eterniasoft.com/v3/concepts/9"
},
"attributes": {
"id": 9,
"name": "fefedes",
"estimated_at": 1571893200,
"concept_type_id": 4,
"concept_type": "Otros",
"financial_type_id": 25701,
"financial_type": "PaymentSchedule",
"status": "completed",
"argument": "payment_schedule",
"budget_id": 71844,
"amount": 808,
"deposit_at": 1570770000,
"observation": null
}
}
]
}Parámetros de retorno
Última actualización