Projects

Get Archived

Get the user's archived projects.

get/api/v1/projects/archived

Query parameters

cursorstring nullable

An opaque string used as the cursor for pagination. Must be used with the same parameters from the previous request

Example:14540000435w8hj8pXXwPQJJch.X9DBH8ya2Xenok55
limitinteger

The number of objects to return in a page

Example:50

Response

Successful Response

next_cursorstring nullable required

Cursor for the next page of results, or null when there are no more results.

Example response

{
  "results": [],
  "next_cursor": "14540000435w8hj8pXXwPQJJch.X9DBH8ya2Xenok55"
}

Changes

Changed in 1 of the 10 revisions of this API.2

    • added the required property results/items/anyOf[subschema #1: PersonalProjectSyncView]/order_key to the response with the 200 status

      response-required-property-added

    • added the required property results/items/anyOf[subschema #2: WorkspaceProjectSyncView]/order_key to the response with the 200 status

      response-required-property-added