WS205 - Event export
This integration aims to allow the export of document events in the system.
Authentication
- Calls will have transport-level authentication (Basic Authentication);
- Request
user/passwordfrom the account administrator.
Features
-
URL
-
Method:
GET -
URL parameter:
- qty: Quantity
- eventId: Event ID
- qty & eventId: Quantity & event Id
-
Success:
- Code: 200
Content:
{ "NumeroRegistrosExportados": "999", "NumeroDeRegistrosAExportar": "999", "Eventos": [...] }
- Code: 200
Content:
-
Error:
- Code: 403
Content:
{ "mensagem": "Método não autorizado para esse usuário. Entrar em contato com a Comprovei.", "code": 403 }
- Code: 403
Content: