Get details of a project.
get
/connectedWorker/clientapi/v2/orgs/{orgId}/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
-
orgId: string
Organization identifier
-
projectId: string
Project identifier
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Project was successfully retrieved.
Root Schema : Project
Type:
Show Source
object
-
address(optional):
string
Minimum Length:
0
Maximum Length:255
Address 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 format
-
description(optional):
string
Detailed description of the projectExample:
Description of my project
-
id(optional):
string
Read Only:
true
The unique id of the objectExample:53
-
links(optional):
array links
-
name:
string
Minimum Length:
0
Maximum Length:255
Name of the project, cannot be blank, max length is 255 charactersExample:My project name
-
organizationId(optional):
string
Id of the organizationExample:
52
-
startDateTime(optional):
string(date-time)
Project start date/time in ISO-8601 format
-
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