CsvEntriesRequest

CsvEntriesRequest
CSV Entries Request

Request parameters for querying CSV entries with filtering and pagination.

Supported sort_by values: rowNumber (default), assetIdentifier, assetType

AllOf
This class requires all of the following:
JSON Example
{
    "site_ids": [
        "123a456b-123c-456d-89ab-cdef12345678"
    ],
    "offset": 0,
    "page_size": 1000,
    "sort_ascending": false,
    "sort_by": "rowNumber",
    "tag": [
        {
            "scope": "environment",
            "tag": "production"
        }
    ]
}
Parameter To