Autional Autional
API Reference GitHub autional.com →

GET /compliance/privacy/retention

Public endpoint: Get current tenant's data retention policy disclosure

Compliance Management - Trust Center None application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
X-Tenant-ID header string No Tenant ID
page query integer No Page number
page_size query integer No Items per page

Responses

StatusDescriptionSchema
200Retention policy listdto.RetentionPolicyPublicListResponse

Referenced Schemas

dto.RetentionPolicyPublicListResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
items array of

See dto.RetentionPolicyPublicResponse

No Use items uniformly
message string No
pagination object No Pagination information (nested object)
timestamp string No
total integer No Total count (flattened for direct reading)

dto.RetentionPolicyPublicResponse

Data Retention Policy Disclosure (Public)

FieldTypeRequiredExampleConstraintsDescription
data_category string No user_profile Data Category
description string No User account-related data, retained for 365 days after account deletion Description
legal_basis string No GDPR Art.6(1)(b) - Contractual Necessity Legal Basis
retention_days integer No 365 Retention Days

gitee_com_linmes_authms_base_dto.PageInfo

FieldTypeRequiredExampleConstraintsDescription
has_next boolean No HasNext indicates whether there is a next page
has_prev boolean No HasPrev indicates whether there is a previous page
page integer No Page is the current page number (1-based)
page_size integer No PageSize is the number of items per page
total integer No Total is the total number of items across all pages
total_pages integer No TotalPages is the total number of pages