Get all projects
get
/connectedWorker/clientapi/v2/projects
This operation retrieves all projects accessible to the given user.
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Projects were successfully retrieved
Nested Schema : Project
Type:
Show Source
object-
address(optional):
string
Minimum Length:
0Maximum Length:255Address of the project, max length is 255 charactersExample:Oracle Corporation 500 Oracle Parkway Redwood Shores, CA 94065 -
completionDateTime(optional):
string(date-time)
Expected project completion date/time in ISO-8601 formatExample:
2018-01-01T11:59:59 -
description(optional):
string
Detailed description of the projectExample:
Description of my project -
id(optional):
integer(int64)
Read Only:
trueThe unique id of the objectExample:53 -
links(optional):
array links
-
name:
string
Minimum Length:
0Maximum Length:255Name of the project, cannot be blank, max length is 255 charactersExample:My project name -
startDateTime(optional):
string(date-time)
Project start date/time in ISO-8601 formatExample:
2018-01-01T11:59:59 -
status(optional):
string
Allowed Values:
[ "ACTIVE", "INACTIVE" ]Status of the projectExample:ACTIVE
Nested Schema : Link
Type:
Show Source
object-
href:
string
The target resource's URI
-
rel:
string
Relation type