Get Data Hold

GET {{baseUrl}}/1/admin/data-hold-policy?company_id=IMbAcASGu56&policy_id=2

Returns the data hold policy.

Request Params

KeyDatatypeRequiredDescription
company_idstring(Required) The ID of the company the data hold policy belongs to.
policy_idnumber(Required) The ID of the policy to get.

RESPONSES

status: OK

{"id":"1","name":"PLT3 Hold","start_date":"2021-09-23","end_date":"2021-10-23","apply_to":["jane.doe@example.com","john.doe@example.com"],"state":"PENDING"}