LoadProjects Operation
get
                    /projectPortfolio/loadProjects
Loads projects the specified project portfolio contains.
                Request
Query Parameters
                    - 
                            Fields(required): string
                            
                            One or more Project Fields from the project fields list.Example:Id, IsTemplate
- 
                            ObjectId(required): string
                            
                            Unique identifier for the project code.Example:101
- 
                            OrderBy: string
                            
                            Optional clause used to specify the order in which results are returned.Example:ObjectId desc
- 
                            WhereClause: string
                            
                            Optional clause used to filter results.
Header Parameters
                    - 
                            Authorization: 
                            
                            OAuth token
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
200 Response
OK.
                            
                            
                                400 Response
Bad Request.
                            
                            
                            
                            
                        401 Response
Unauthorized.
                            
                            
                            
                            
                        403 Response
Forbidden.
                            
                            
                            
                            
                        404 Response
Not Found.
                            
                            
                            
                            
                        405 Response
Invalid Input.
                            
                            
                            
                            
                        500 Response
Internal Server Error.