GET api/projects/{id}
Returns Project Details for a particular project
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The unique id of the project or the Project name |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SDProjectName | Description | Type | Additional information |
---|---|---|---|
projectCode |
Project Code\Number |
string |
None. |
startDate |
Project Start Date |
date |
None. |
endDate |
Project End Date |
date |
None. |
milestone |
Current milestone |
integer |
None. |
accessLevel |
Access level the current user has to this project |
integer |
None. |
subProjects |
Sub projects for this project |
Collection of SDProject |
None. |
customFields |
A list of all custom fields requested, this is custom meta data that can be associated with a project |
Collection of DataViewColumn |
None. |
layout |
Layout used for this project |
LayoutInfo |
None. |
i_node |
Unique database id of the item |
integer |
None. |
f_node |
Unique database id of the item's parent, this is needed sometimes to figure out the structure of the content |
integer |
None. |
item |
Name\Title of the item |
string |
None. |
description |
Description of the item |
string |
None. |
creator |
User details who created the item |
ViewUserDTO |
None. |
status |
Current status of the item |
string |
None. |
Response Formats
application/json, text/json
Sample not available.