List systems

Retrieve a paginated list of all systems. Systems are ordered by creation date.

get/projects/{projectId}/systems

Path parameters

projectIdstring required
Example:314

The ID of the system's Project.

Query parameters

limitinteger
Example:20

Maximum number of items to return (1-100). Use with cursor for pagination through large sets.

cursorstring
Example:eyJvZmZzZXQiOjAsInBhZ2VJZCI6ImNvZGUifQ

Cursor for pagination. Pass the nextCursor from the previous response to get the next page of results.

Response

Successfully retrieved list of systems.

nextCursorstring nullable required
hasMoreboolean required
totalinteger

Changes