Read ResourceAssignmentCreate
get
                    /resourceAssignmentCreate
Reads ResourceAssignmentCreate objects from the database.
                Request
Query Parameters
                    - 
                            Fields(required): string
                            
                            Fields to loadExample:Name,ObjectId
- 
                            Filter(required): string
                            
                            Supported Filter Operators - :gt:, :lt:, :eq:, :gte:, :lte:, :and:, :or:Example:ObjectId IN(1,2) :and: CreateDate:gte:'2021-04-20' :and: LastUpdateDate:lt:'2022-04-20' :and: Name :like: 'abc%'
- 
                            OrderBy(required): string
                            
                            OrderBy conditionExample:ObjectId desc
Header Parameters
                    - 
                            Authorization(required): 
                            
                            OAuth token
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
200 Response
OK.
                            
                            
                                Root Schema : List<ResourceAssignmentCreate>
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        List<ResourceAssignmentCreate>- 
            Array of: 
                object  ResourceAssignmentCreate
            
            Title:ResourceAssignmentCreateResourceAssignmentCreate Entity
Nested Schema : ResourceAssignmentCreate
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    ResourceAssignmentCreateResourceAssignmentCreate Entity
    
    
    
    
        Show Source
        - 
                
                    
                    ActivityObjectId(required): integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the activity to which the associated assignment is assigned.
- 
                
                    
                    ActualFinishDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date the resource actually finished working on the activity.
- 
                
                    
                    ActualStartDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date the resource actually started working on the activity.
- 
                
                    
                    ActualUnits: number
                    
                    
                     (double) 
                    
                
                
                The actual units worked by the resource on this activity.
- 
                
                    
                    AssignmentIsRead: string
                    
                    
                     
                    
                
                
                To determine whether or not the newly created assignment from P6 Team Member Web is viewed by the manager in the Control Status Update.
- 
                
                    
                    ChangeSetObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the associated Changeset.
- 
                
                    
                    Date: string
                    
                    
                     (date-time) 
                    
                
                
                The date of the transaction.
- 
                
                    
                    ProjectObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique identifier of the project that is associated with the ResourceAssignmentCreate object.
- 
                
                    
                    RemainingDuration: number
                    
                    
                     (double) 
                    
                
                
                The remaining finish date for the resource working on the activity.
- 
                
                    
                    RemainingFinishDate: string
                    
                    
                     (date-time) 
                    
                
                
                The remaining finish date for the resource working on the activity.
- 
                
                    
                    RemainingUnits: number
                    
                    
                     (double) 
                    
                
                
                The remaining units of work to be performed by this resource on this activity.
- 
                
                    
                    RequestUserObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the user modifying the task, assignment or step.
- 
                
                    
                    ResourceAssignmentCreateObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique identifier of the ResourceAssignment that is associated to the ResourceAssignmentCreate.
- 
                
                    
                    ResourceAssignmentObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique identifier of the ResourceAssignment that is associated with ResourceAssignmentCreate object.
- 
                
                    
                    ResourceObjectId(required): integer
                    
                    
                     (int32) 
                    
                
                
                The unique identifier of the associated resource.
- 
                
                    
                    Status: string
                    
                    
                     
                    
                
                
                The status of the resource assignment. [not sure about the filter orderable or read only]
400 Response
Bad Request.
                            
                            
                            
                            
                        401 Response
Unauthorized.
                            
                            
                            
                            
                        403 Response
Forbidden.
                            
                            
                            
                            
                        404 Response
Not Found.
                            
                            
                            
                            
                        405 Response
Invalid Input.
                            
                            
                            
                            
                        500 Response
Internal Server Error.