Get details of a project
get
/connectedWorker/clientapi/v2/projects/{projectId}
This operation retrieves the details of a project. The project details are returned only if the user has access rights to view it.
Request
Path Parameters
-
projectId: integer(int64)
Project identifier
Response
Supported Media Types
- application/json
200 Response
Project was successfully retrieved
Root 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