diff --git a/v1/resources/instance_operation.cfc b/v1/resources/instance_operation.cfc index 8af96fe..7819457 100644 --- a/v1/resources/instance_operation.cfc +++ b/v1/resources/instance_operation.cfc @@ -97,17 +97,19 @@ iop.instance_operation_cfs_param_uid::text as instance_operation_cfs_param_uid - sop.svc_operation_cfs_param_id - iop.param_value - to_char(iop.dt_created, 'YYYY-MM-DD"T"HH24:MI:SS.FF3TZHTZM') as dt_created - iop.creator_id - sop.svc_operation_cfs_param + sop.svc_operation_cfs_param_id + iop.param_value + to_char(iop.dt_created, 'YYYY-MM-DD"T"HH24:MI:SS.FF3TZHTZM') as dt_created + iop.creator_id + sop.svc_operation_cfs_param sop.label sop.data_type sop.value_list - sop.ref_svc_id - sop.is_required + sop.ref_svc_id + sop.is_required sop.default_value + sop.regex + sop.unique_scope sop.descr from svc_operation_cfs_param sop diff --git a/v1/resources/svc_operation.cfc b/v1/resources/svc_operation.cfc index 1ad8fea..d1a16f3 100644 --- a/v1/resources/svc_operation.cfc +++ b/v1/resources/svc_operation.cfc @@ -39,6 +39,8 @@ p.ref_svc_id p.is_required p.default_value + p.regex + p.unique_scope p.descr from svc_operation_cfs_param p