Retrieve pixels painted on the community graffiti wall within a rectangular area and a slot range. Coordinates are expressed in pixels with the origin at the top-left corner (x = 0, y = 0). Boundary coordinates are inclusive.
If you do not provide a slot, the service returns pixels from the most recent 10,000 slots. You can expand the time window by setting slot (end of range) and optionally startSlot (start of range). When startSlot is omitted, it defaults to slot - 10000.
Use summarize=true to receive only the final color per pixel within the requested slot range (end state). When summarize=false or omitted, the API returns the full sequence of changes within the range.
Inclusive start X coordinate (>= 0). If omitted, the full X range is used.
x >= 00
Inclusive start Y coordinate (>= 0). If omitted, the full Y range is used.
x >= 00
Inclusive end X coordinate (>= startx). If omitted, the full X range is used.
x >= 0511
Inclusive end Y coordinate (>= starty). If omitted, the full Y range is used.
x >= 0511
Start of the slot range (inclusive). Defaults to slot - 10000 when omitted.
x >= 012754598
End of the slot range (inclusive). Defaults to the latest processed slot when omitted.
x >= 012764598
When true, return only the final state for each pixel within the requested rectangle and slot range. When false (default), return every change to pixels within the range.
Pixels were retrieved successfully. The data array contains one entry per painted pixel event (or one per pixel when summarize=true).