Closed twagoo closed 4 months ago
Making a request to {baseUrl}/record?selfLink=xyz should trigger a lookup of the corresponding record and fetch its id, then if found respond with a redirect to the record page, i.e. /record/{id}
{baseUrl}/record?selfLink=xyz
/record/{id}
Making a request to
{baseUrl}/record?selfLink=xyz
should trigger a lookup of the corresponding record and fetch its id, then if found respond with a redirect to the record page, i.e./record/{id}