The Open API specification for Synapse is now available for download!

Download Open API Spec

DataTypeResponse

org.sagebionetworks.repo.model.DataTypeResponse

Response for an Object's DataType.

Field Type Description
objectId STRING The ID of the object.
objectType ObjectType JSON enum for the types of objects in Synapse.
dataType DataType Enumeration of data types the describe the contents of objects like Tables and Files.
updatedBy STRING The user that last updated this object's DataType.
updatedOn STRING The date this object's DataType was last updated.
aggregateDataConfiguration AggregateDataConfiguration The configuration the ACT binds to a source when its DataType is AGGREGATE_DATA. It controls the minimum number of matching rows required before an aggregate result is returned and how facet counts are post-processed.