Redaction Request Status
GET https://api.helpshift.com/v1/{{domain}}/redactions/status
Get the current status of a previously created redaction request.
The redaction request can be searchde by a number if parameters. This also includes partial redaction requests created from CSVs.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
redaction_id | string | ||
external_redaction_id | string | ||
email | null | End-User's Email | |
external_user_id | null | End-User's Identifier (user-id) | |
attachment_id | null | Attachment ID | |
hs_user_id | null | End-User's Internal ID | |
message_id | null | Message ID | |
issue-id | null | Issue Publish ID | |
page | null | Page Number (Page Size is 25) |
RESPONSES
status: OK
{"page":1,"page_size":25,"total_hits":1,"total_pages":1,"requests":[{"redaction_id":"moana_redaction_20201130100353992-30bfb5a9d8c0c0f","status":"created","eta":"2020-12-07","request":{"redaction_type":"issue","property":"issue_id","value":"7","app_publish_id":"3","external_redaction_id":"623"}}]}