GET/v1/rightrequests

Get rightrequests

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 objectOutRightRequest
idstringnullable
created_at_isostringnullable
updated_at_isostringnullable
system_typestringnullable
systemstringnullable
system_idstringnullable
system_record_idstringnullable
system_record_typestringnullable
tenant_idstringnullable
statusstringnullable
request_typestringnullable
regulation_idstringnullable
regulation_namestringnullable
standard_countrystringnullable
standard_statestringnullable
config_idstringnullable
errorstringnullable
historyarray of objectOuthistorynullable
step_namestringnullable
timestampstringnullable
errorstringnullable
output_dataobjectOutputData
presignedUrlsarray of objectPresignedUrlsnullable
namestringnullable
presignedUrlstringnullable
completion_entriesarray of objectWorkflowStepCompletionEntrynullable
idstringnullable
created_at_isostringnullable
updated_at_isostringnullable
system_typestringnullable
systemstringnullable
system_idstringnullable
system_record_idstringnullable
system_record_typestringnullable
tenant_idstringnullable
workflow_idstringnullable
workflow_step_completion_config_idstringnullable
file_pathstringnullable
created_atstring (date-time)
updated_atstring (date-time)
next_statestringnullable
current_statestringnullable
task_tokenstringnullable
typestringnullable
inputstringnullable
state_machinestringnullable
emailstringnullable
folderstringnullable
created_atstring (date-time)
updated_atstring (date-time)
curl --request GET \
  --url 'https://api.4comply.io/v1/rightrequests' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'