GET/v1/LegalActivityErrors

Get Legal Activity Errors

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Query parameters

Filtersstring
Sortsstring
Pageinteger (int32)minimum 1maximum 2147483647
PageSizeinteger (int32)minimum 1maximum 2147483647

Responses

array of objectLegalActivityError
idstringnullable
created_atstring (date-time)
updated_atstring (date-time)
created_at_isostringnullable
updated_at_isostringnullable
system_typestringnullable
systemstringnullable
system_idstringnullable
system_record_idstringnullable
system_record_typestringnullable
tenant_idstringnullable
consent_idstringnullable
email_addressstringrequiredmin length 1pattern ^[\w!#$%&'*+\-\/=?^`{|}~]+(\.{0,2}[\w!#$%&'*+\-\/=?^`{|}~]+)*\@([a-zA-Z0-9\-_]+\.?)*([a-zA-Z0-9\-_]{1,}\.[a-zA-Z0-9\-_]{1,})$
regulation_idstringnullable
regulation_namestringnullable
activity_atstring (date-time)
activity_typestringnullable
input_countrystringnullable
input_statestringnullable
standard_countrystringnullable
standard_statestringnullable
consent_codestringnullable
right_workflow_idstringnullable
right_workflow_step_namestringnullable
reject_codestringnullable
reject_reasonstringnullable
business_unitstringnullable
permission_typestringnullable
processing_purposestringnullable
external_sourcestringnullable
curl --request GET \
  --url 'https://api.4comply.io/v1/LegalActivityErrors' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'