GET/v1/LegalActivities/{id}

Get Legal Activities

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

idstringrequired

Responses

idstringnullable
tenant_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
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
input_entitystringnullable
business_unitstringnullable
permission_typestringnullable
processing_purposestringnullable
external_sourcestringnullable
curl --request GET \
  --url 'https://api.4comply.io/v1/LegalActivities/00000000-0000-0000-0000-000000000000' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'