In #2043 the service response was modified to keep individual protocols separated as list items inside the protocols inner-entity, and each list item only contains the protocol fields related to each protocol (eg. workflow if an AnalysisProtocol, assay_type if an ImagingProtocol).
The protocols inner entity should be changed from this new format:
In #2043 the service response was modified to keep individual protocols separated as list items inside the
protocols
inner-entity, and each list item only contains the protocol fields related to each protocol (eg.workflow
if an AnalysisProtocol,assay_type
if an ImagingProtocol).The
protocols
inner entity should be changed from this new format:to a singleton containing the combined result such as this:
This new response will be similar in structure to how it was prior to #2043 however without the
null
s being added to each field.