How to retrieve energy transactions and documents?
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. 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: Key parameter This request returns the exported transaction files associated with a specific transaction ID. To retrieve received documents, send the following request:Get all transactions by date
Type GET Production https://yet.cegid.cloud/EDIV2/api/v1.3/GetAllTransactionsbyTechnician?$filter=createdAt%20gt%202024-01-30&$count=true Testing https://st.yet.cegid.cloud/EDIV2/api/v1.3/GetAllTransactionsbyTechnician?$filter=createdAt%20gt%202024-01-30&$count=true Get received documents
Type GET Production https://yet.cegid.cloud/EDIV2/api/v1.3/Export/{transactionId} Testing https://st.yet.cegid.cloud/EDIV2/api/v1.3/Export/{transactionId}