Yet DocumentsEnergy Scope
DocumentsEnergy Scope
Energy Scope

How to retrieve energy transactions and documents?

Última alteração a 11/08/2026

The endpoints below use a different authentication scope, yet-energy, instead of the standard yet-api-external scope described in the Cegid ID Authentication. Make sure you request your login credentials with this scope before calling either of the endpoints below.

Get all transactions by date

This request returns a list of energy-related transactions, filtered by creation date. You can retrieve only the transactions created after a specific date.

To retrieve transactions by date, send the following request:

TypeGET
Productionhttps://yet.cegid.cloud/EDIV2/api/v1.3/GetAllTransactionsbyTechnician?$filter=createdAt%20gt%202024-01-30&$count=true
Testinghttps://st.yet.cegid.cloud/EDIV2/api/v1.3/GetAllTransactionsbyTechnician?$filter=createdAt%20gt%202024-01-30&$count=true

Key parameter

  • $filter=createdAt_gt: Specifies the minimum creation date (createdAt) for the transactions to be included in the results. In this case, only transactions created after 2024-01-30 are retrieved.

Get received documents

This request returns the exported transaction files associated with a specific transaction ID.

To retrieve received documents, send the following request:

TypeGET
Productionhttps://yet.cegid.cloud/EDIV2/api/v1.3/Export/{transactionId}
Testinghttps://st.yet.cegid.cloud/EDIV2/api/v1.3/Export/{transactionId}
Adicionar aos favoritos ou partilhar este artigo
Esta página foi útil?
Obrigado pelo seu voto.
Artigos Relacionados
How to retrieve energy transactions and documents?