Retrieve a paginated list of all systems. Systems are ordered by creation date.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the system's Project.
"314"
Maximum number of items to return (1-100). Use with cursor
for pagination through large sets.
x > 0
20
Cursor for pagination. Pass the nextCursor
from the previous response to get the next page of results.
"eyJvZmZzZXQiOjAsInBhZ2VJZCI6ImNvZGUifQ"
Successfully retrieved list of systems.
The response is of type object
.