Get Data Hold
GET {{baseUrl}}/1/admin/data-hold-policy?company_id=IMbAcASGu56&policy_id=2
Returns the data hold policy.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
company_id | string | (Required) The ID of the company the data hold policy belongs to. | |
policy_id | number | (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"}