Skip to content

/blobs does not respect page-size #1195

@krowvin

Description

@krowvin

Setting a page size has no effect on the return response count. The response does say the page size was set.

It also (related) does not default to the 20 that the swagger doc says.

Example

With a page size of 3 querying all files with MAY in the name for SWT.

curl -X 'GET' \
  'https://cwms-data.usace.army.mil/cwms-data/blobs?office=SWT&page-size=3&like=MAY' \
  -H 'accept: application/json'
Return response to query:
{
"blobs": [
  {
    "office-id": "SWT",
    "id": "ALTUMAY21.TXT",
    "description": "{\"timestamp\": 1747858877000, \"size_bytes\": 3206, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "ALTUMAY22.TXT",
    "description": "{\"timestamp\": 1747858858000, \"size_bytes\": 3207, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "ALTUMAY23.TXT",
    "description": "{\"timestamp\": 1747858050000, \"size_bytes\": 3169, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "ALTUMAY24.TXT",
    "description": "{\"timestamp\": 1749068376000, \"size_bytes\": 3179, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "ALTUMAY25.TXT",
    "description": "{\"timestamp\": 1748031380000, \"size_bytes\": 2437, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "ARBUMAY25.TXT",
    "description": "{\"timestamp\": 1748031388000, \"size_bytes\": 2496, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "ARCAMAY25.TXT",
    "description": "{\"timestamp\": 1748031395000, \"size_bytes\": 2495, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "BIGHMAY25.TXT",
    "description": "{\"timestamp\": 1748031402000, \"size_bytes\": 2440, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "BIRCMAY25.TXT",
    "description": "{\"timestamp\": 1748031410000, \"size_bytes\": 2437, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "BROKMAY25.TXT",
    "description": "{\"timestamp\": 1748031417000, \"size_bytes\": 2442, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "CANTMAY25.TXT",
    "description": "{\"timestamp\": 1748031424000, \"size_bytes\": 2438, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "CHENMAY25.TXT",
    "description": "{\"timestamp\": 1748031431000, \"size_bytes\": 2494, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "COPAMAY25.TXT",
    "description": "{\"timestamp\": 1748031438000, \"size_bytes\": 2437, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "COUNMAY25.TXT",
    "description": "{\"timestamp\": 1748031445000, \"size_bytes\": 2445, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "DENIMAY25.TXT",
    "description": "{\"timestamp\": 1748031452000, \"size_bytes\": 2438, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "ELDRMAY25.TXT",
    "description": "{\"timestamp\": 1748031459000, \"size_bytes\": 2497, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "ELKCMAY25.TXT",
    "description": "{\"timestamp\": 1748031466000, \"size_bytes\": 2440, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "EUFAMAY25.TXT",
    "description": "{\"timestamp\": 1748031473000, \"size_bytes\": 2439, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "FALLMAY25.TXT",
    "description": "{\"timestamp\": 1748031480000, \"size_bytes\": 2442, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "FCOBMAY25.TXT",
    "description": "{\"timestamp\": 1748031487000, \"size_bytes\": 2496, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "FGIBMAY25.TXT",
    "description": "{\"timestamp\": 1748031494000, \"size_bytes\": 2442, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "FOSSMAY25.TXT",
    "description": "{\"timestamp\": 1748031502000, \"size_bytes\": 2483, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "FSUPMAY25.TXT",
    "description": "{\"timestamp\": 1748031509000, \"size_bytes\": 2442, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "GSALMAY25.TXT",
    "description": "{\"timestamp\": 1748031516000, \"size_bytes\": 2449, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "HEYBMAY25.TXT",
    "description": "{\"timestamp\": 1748031523000, \"size_bytes\": 2439, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "HUDSMAY25.TXT",
    "description": "{\"timestamp\": 1748031530000, \"size_bytes\": 2438, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "HUGOMAY25.TXT",
    "description": "{\"timestamp\": 1748031537000, \"size_bytes\": 2427, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "HULAMAY25.TXT",
    "description": "{\"timestamp\": 1748031544000, \"size_bytes\": 2437, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "JOHNMAY25.TXT",
    "description": "{\"timestamp\": 1748031551000, \"size_bytes\": 2444, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "KAWLMAY25.TXT",
    "description": "{\"timestamp\": 1748031558000, \"size_bytes\": 2427, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "KEMPMAY25.TXT",
    "description": "{\"timestamp\": 1748031565000, \"size_bytes\": 2427, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
  {
    "office-id": "SWT",
    "id": "KEYSMAY25.TXT",
    "description": "{\"timestamp\": 1748031572000, \"size_bytes\": 2440, \"process\": \"T7 - Reports Webpage\"}",
    "media-type-id": "text/plain"
  },
...etc
],
"page": "fHwwfHwz",
"page-size": 3,
"total": 0
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority:lowLocation within the general TODO list.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions