The Spanish version is the authoritative reference. View in Spanish
Request DocumentGetEvents
Request fields
AtributoTipoDescripción
globalDocumentIdstringGosocket ID for the electronic document
countryDocumentIdstringCUFE of the document
statusstringCode of the event to query (3 characters). Use all to obtain all events
info
Considerations
- Allows querying one (1) CUFE per request
- Allows querying one (1) Commercial or RADIAN event, or all of them (
all) - If both IDs (
globalDocumentIdandcountryDocumentId) are provided,countryDocumentIdtakes priority - The
statusfield only accepts a 3-character code (e.g.030) or the valueall
Request Examples
{
"globalDocumentId": "3dafb03e-125a-aeb9-862c-0007d7d013ca",
"status": "all"
}