Request of items by identifier.
Defined in
This message is defined in the common.proto file.
Syntax
message ItemsByIdRequest
{
string filter = 1;
uint64 startId = 2;
int32 maxCount = 3;
}
Fields
The ItemsByIdRequest message has the following fields.
ItemsByIdRequest message fields
Type |
Name |
Tag |
Description |
|---|---|---|---|
|
|
|
Filter for items. |
|
|
|
Identifier of the starting item (this item is not included). If this value is |
|
|
|
Maximum number of items that must be retrieved. |