|
ORE Studio 0.0.4
|
Request to get publication history. More...
#include <publication_protocol.hpp>

Public Member Functions | |
| std::vector< std::byte > | serialize () const |
| Serialize request to bytes. | |
Static Public Member Functions | |
| static std::expected< get_publications_request, ores::utility::serialization::error_code > | deserialize (std::span< const std::byte > data) |
| Deserialize request from bytes. | |
Public Attributes | |
| boost::uuids::uuid | dataset_id |
| Optional dataset ID to filter by. | |
| std::uint32_t | limit = 100 |
| Maximum number of records to return. | |
Request to get publication history.
Can optionally filter by dataset_id. If dataset_id is nil, returns recent publications across all datasets.
| std::vector< std::byte > serialize | ( | ) | const |
Serialize request to bytes.
Format:
| boost::uuids::uuid dataset_id |
Optional dataset ID to filter by.
If nil (all zeros), returns recent publications across all datasets.