type
of packages
. It shall contain, within the attributes
parameter, the JSON structure of the Descriptor.id
of the Descriptor can be omitted (or null) if the client wants the Data Aggregator (server) to assign a new UUID for this package. If an id
is provided, the client must ensure that the UUID does not conflict with a Package id
that already exists on the Data Aggregator; servers must reject requests with id
conflicts. This is consistent with the JSON API specification for client-generated IDs:type
of responses
. It shall contain, within the attributes
parameter, a single responses
attribute, containing the standard Flow Results row array.204 No Content
response mechanism to report acceptance to clients without sending back long documents.data
array includes the list of package resources. Implementations may decide what summary information they want to publish in the attributes
for each package.filter[max-version]
: Only included Responses recorded on versions of this Package less recent than and including this version. (This is a timestamp corresponding to the modified
field of a Descriptor.)filter[min-version]
: Only include Responses recorded on versions of this Package more recent than and including this version. (This is a timestamp corresponding to the modified
field of a Descriptor.)filter[start-timestamp]
: Only show Responses that were recorded after this timestamp (exclusive). (This is a timestamp in the format of RFC 3339, section 5.6, date-time
.)filter[end-timestamp]
: Only show Responses that were recorded before and on this timestamp (inclusive). (This is a timestamp in the format of RFC 3339, section 5.6, date-time
.)page[size]
: The requested number of responses per pagination pagepage[afterCursor]
: The response row_id
to requests responses after this id, when paginating forwardpage[beforeCursor]
: The response row_id
to request responses prior to this id, when paginating in reverse type
of the resource must be responses
. The attributes
field contains a single attribute responses
, containing the results row array in Flow Results format.