{openapi=3.1.0, info=null, servers=[{url=https://demo-platform.eu-ee32.eftisandbox.eu/v1}], tags=[{name=eFTI gate APIs, description=These APIs should be implemented by the platforms for eFTI gate integration. Information on what APIs to call is available from Gate API}], components=null, paths={/health={post={operationId=null, tags=[], parameters=null, requestBody=null, responses={200={description=OK}}, security=null}}, /dataset/{datasetId}={get={operationId=DatasetRoutes.getDataset, tags=[eFTI gate APIs], parameters=[{name=datasetId, required=true, in=path, schema={type=string, format=uuid}}, {name=subsets, required=true, in=query, schema={type=array, items={type=string}}, description=eFTI subsets to filter dataset by. At least 1 required}, {name=X-Request-ID, required=true, in=header, schema={type=string}}], requestBody=null, responses={204={description=No content}}, security=null, description=Called by gate to get eFTI subsets for a dataset ID. Returns <consignment xmlns="http://efti.eu/v1/consignment/common"> according to XSD schema and Fintraffic data model for visualizing the schema}}, /dataset/{datasetId}/follow-up={post={operationId=DatasetRoutes.postFollowUp, tags=[eFTI gate APIs], parameters=[{name=datasetId, required=true, in=path, schema={type=string, format=uuid}}, {name=X-Dataset-Request-ID, required=true, in=header, schema={type=string}, description=Request ID of the dataset query made previously}, {name=X-Request-ID, required=true, in=header, schema={type=string}}], requestBody={content={application/json={schema={type=string}}}, required=true}, responses={204={description=No content}}, security=null, description=Receive follow up message regarding previous dataset query. Authorities have the right to send follow-up messages regarding received datasets that they find suspicious or unlawful.}}}}