scinote-web/app/serializers/api/v1
2022-08-18 17:31:29 +02:00
..
activity_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
asset_serializer.rb Change the assets URL returned by API to pre-signed url [SCI-6142] 2021-10-22 13:48:06 +02:00
checklist_item_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
checklist_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
comment_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
connection_serializer.rb Fix keys in connection serializer, fix destroy method [SCI-6087] (#3677) 2021-11-18 16:10:07 +01:00
experiment_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
inventory_cell_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
inventory_checklist_item_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
inventory_column_serializer.rb Move list-type column includes to param, unify naming [SCI-6738] (#4036) 2022-04-20 11:07:15 +02:00
inventory_item_serializer.rb Add inventory archiving to the API [SCI-5584] (#3885) 2022-02-28 10:33:43 +01:00
inventory_list_item_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
inventory_serializer.rb Add inventory archiving to the API [SCI-5584] (#3885) 2022-02-28 10:33:43 +01:00
inventory_status_item_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
inventory_stock_unit_item_serializer.rb API: add endpoint for creating stock column [SCI-6550] (#3956) 2022-04-08 14:09:00 +02:00
project_folder_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
project_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
protocol_keyword_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
protocol_serializer.rb Merge branch 'develop' into ok_SCI_5579 2021-10-28 13:26:27 +02:00
report_serializer.rb Change the assets URL returned by API to pre-signed url [SCI-6142] 2021-10-22 13:48:06 +02:00
repository_asset_value_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
repository_checklist_value_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
repository_date_range_value_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
repository_date_time_range_value_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
repository_date_time_value_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
repository_date_value_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
repository_list_value_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
repository_status_value_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
repository_text_value_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
repository_time_range_value_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
repository_time_value_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
result_asset_serializer.rb Fix tests for active storage 2019-07-26 15:58:51 +02:00
result_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
result_table_serializer.rb Force UTF-8 encoding for Table contents in API [SCI-3376] 2019-05-15 13:12:54 +02:00
result_text_serializer.rb Add CREATE Result endpoint: Create Text result [SCI-2718] 2018-09-13 13:38:11 +02:00
step_orderable_element_serializer.rb Add step reordering and step element reordering service endpoints to API [SCI-6891][SCI-6892] (#4179) 2022-07-12 10:13:47 +02:00
step_serializer.rb Add step reordering and step element reordering service endpoints to API [SCI-6891][SCI-6892] (#4179) 2022-07-12 10:13:47 +02:00
step_text_serializer.rb Fix API endpoints for step elements creation [SCI-7101] 2022-08-18 17:31:29 +02:00
table_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
tag_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
task_assignment_serializer.rb Add task assignment API [SCI-6846] (#4123) 2022-06-03 10:09:42 +02:00
task_group_serializer.rb Merge branch 'develop' into ok_SCI_5579 2021-10-28 13:26:27 +02:00
task_inventory_item_serializer.rb Implement stock consumption via the API [SCI-6642] (#3964) 2022-03-30 14:33:26 +02:00
task_serializer.rb Add x and y to task serializer [SCI-6394] 2021-12-27 13:29:03 +01:00
team_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
user_assignment_serializer.rb Fix tests [SCI-6486] (#3913) 2022-03-09 14:12:16 +01:00
user_identity_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
user_role_serializer.rb add user roles enpoint and update scenarios 2021-05-29 15:28:10 +02:00
user_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
workflow_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00
workflow_status_serializer.rb Add timestamps to API serializers, allow inclusion of comments [SCI-5983] 2021-08-18 10:00:01 +02:00