Developers

Retrieves collection of Project resources that are marked favorite or lastVisited.

GET
/project/user-primary-projects

Retrieves collection of Project resources that are marked favorite or lastVisited.

Authorization<token>

Value for the Authorization header parameter.

In: header

Query Parameters

page?integer

The collection page number

Default1
itemsPerPage?integer

The number of items per page

Range0 <= value <= 100
Default30

Response Body

curl -X GET "https://example.com/project/user-primary-projects"
[  {    "id": "string",    "shortCode": "string",    "name": "string",    "no": "string",    "status": "string",    "contractors": [      "string"    ],    "isFavorite": true,    "isLastVisited": true,    "isSimple": true,    "simpleBoardShortCode": "string"  }]