List My Servers
Get all servers owned by the currently authenticated user
Query parameters
Max servers per page (max: 100, default: 12)
Pagination cursor from previous response
Sort by 'displayName' or 'updatedAt' (default)
Filter by name or description
Response
List of user's servers
Example response
{
"next": "eyJzb3J0RmllbGQiOiJ1cGRhdGVkQXQiLCJzb3J0VmFsdWUiOiIyMDI1LTAxLTAxVDEyOjAwOjAwWiIsImxhc3RJZCI6IjEyMzQ1In0=",
"totalCount": 150
}Changes
Changed in 2 of the 11 revisions of this API.113
- ▲
the response property
servers/items/versionbecame optional for the status200response-property-became-optional
- ●
removed the optional property
servers/items/documentationUrlfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
servers/items/detailedDescriptionto the response with the200statusresponse-optional-property-added
- ○
the
versionresponse's property default value1.0.0was added for the status200response-property-default-value-added
- ▲
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○