You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cdr): implement GET /cdr/{id} retrieval and accept linkedid (#997)
GetRecordAction was a TODO stub returning empty data for any valid CDR ID.
Implements lookup by numeric primary key or linkedid (mikopbx-*), formats
response via DataStructure::createFromModel(), and returns 404 when not found.
Also aligns the getRecord id pattern with delete (^([0-9]+|mikopbx-.+)$) so
the same identifier works for both endpoints — the prior numeric-only pattern
was inconsistent with DeleteRecordAction's behavior.
0 commit comments