Get signed in projects users
get
/fscmRestApi/resources/11.13.18.05/projectsUsers
Request
Query Parameters
- expand: string When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
- fields: string This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 - finder: string Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- PrimaryKey: Finds all the projects users with the specified resource ID.
Finder Variables:- ResourceId; integer; Finds all the projects users with the specified resource ID.
- findByResourceId: Finds all the projects users with the specified resource ID.
Finder Variables:- ResourceId; integer; Finds all the projects users with the specified resource ID.
- PrimaryKey: Finds all the projects users with the specified resource ID.
- limit: integer This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
- links: string This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical - offset: integer Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
- onlyData: boolean The resource item payload will be filtered in order to contain only data (no links section, for example).
- orderBy: string This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
- q: string This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- DisplayName; string; The name of the projects user.
- Email; string; The email address of the projects user.
- PersonId; integer; The unique identifier of the projects user in HCM.
- Phone; string; The telephone number of the projects user.
- ResourceId; integer; The unique identifier of the resource assigned to the task.
- totalResults: boolean The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
- Metadata-Context: string If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
- REST-Framework-Version: string The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
- Metadata-Context: If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
- REST-Framework-Version: The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : projectsUsers
Type:
Show Source object- count(required): integer The number of resource instances returned in the current range.
- hasMore(required): boolean Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
- items: array Items Title:
ItemsThe items in the collection. - limit(required): integer The actual paging size used by the server.
- links(required): array Links Title:
LinksThe link relations associated with the resource instance. - offset(required): integer The offset value used in the current page.
- totalResults: integer The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source Nested Schema : projectsUsers-item-response
Type:
Show Source object- ChargeableFinancialTasks: array Chargeable Tasks Title:
Chargeable TasksThe tasks for which the projects user can report expenditures such as time. - ChargeableProjects: array Chargeable Projects Title:
Chargeable ProjectsThe projects for which the projects user can report expenditures such as time. - DisplayName: string Title:
NameMaximum Length:240The name of the projects user. - Email: string Title:
EmailMaximum Length:240The email address of the projects user. - FollowedProjectTasks: array Followed Project Tasks Title:
Followed Project TasksThe followed project task resource is used to retrieve attributes for a project task that a project user follows. - FollowedToDoTasks: array Followed To Do Tasks Title:
Followed To Do TasksThe followed to do task resource is used to retrieve attributes for a to do task that a project user follows. To do Tasks may be followed by many project users. - links: array Links Title:
LinksThe link relations associated with the resource instance. - PersonId: integer (int64) The unique identifier of the projects user in HCM.
- Phone: string Maximum Length:
240The telephone number of the projects user. - ProjectTasks: array Project Tasks Title:
Project TasksThe project task resource is used to store values while creating or updating project tasks. A task is a unit of project work assigned or performed as part of a resource's duties. Tasks may be a portion of project work to be performed within a defined period by a specific resource or multiple resources. - ResourceId: integer (int64) Read Only:
trueThe unique identifier of the resource assigned to the task. - ToDoTasks: array To Do Tasks Title:
To Do TasksThe to do task resource is used to store values while creating or updating to do tasks. A to do task is a unit of work assigned or performed as part of a resource's duties outside of any project. To do tasks may be performed within a defined period by a specific resource.
Nested Schema : Chargeable Tasks
Type:
arrayTitle:
Chargeable TasksThe tasks for which the projects user can report expenditures such as time.
Show Source Nested Schema : Chargeable Projects
Type:
arrayTitle:
Chargeable ProjectsThe projects for which the projects user can report expenditures such as time.
Show Source Nested Schema : Followed Project Tasks
Type:
arrayTitle:
Followed Project TasksThe followed project task resource is used to retrieve attributes for a project task that a project user follows.
Show Source Nested Schema : Followed To Do Tasks
Type:
arrayTitle:
Followed To Do TasksThe followed to do task resource is used to retrieve attributes for a to do task that a project user follows. To do Tasks may be followed by many project users.
Show Source Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source Nested Schema : Project Tasks
Type:
arrayTitle:
Project TasksThe project task resource is used to store values while creating or updating project tasks. A task is a unit of project work assigned or performed as part of a resource's duties. Tasks may be a portion of project work to be performed within a defined period by a specific resource or multiple resources.
Show Source Nested Schema : To Do Tasks
Type:
arrayTitle:
To Do TasksThe to do task resource is used to store values while creating or updating to do tasks. A to do task is a unit of work assigned or performed as part of a resource's duties outside of any project. To do tasks may be performed within a defined period by a specific resource.
Show Source Nested Schema : projectsUsers-ChargeableFinancialTasks-item-response
Type:
Show Source object- AssignmentId: integer (int64) Read Only:
trueThe unique identifier of the organization assignment of the projects user. - AssignmentNumber: string Read Only:
trueMaximum Length:50The unique reference of the organization assignment of the projects user. - DefaultExpenditureTypeId: integer (int64) Read Only:
trueThe unique identifier of the default expenditure type set for a resource class in a project unit. - DefaultExpenditureTypeName: string Read Only:
trueMaximum Length:240Name of the default expenditure type for a resource class in a project unit. - links: array Links Title:
LinksThe link relations associated with the resource instance. - PrimaryAssignment: string Read Only:
trueMaximum Length:30Indicates whether an assignment is the primary assignment of the projects user. - ProjectId: integer (int64) Read Only:
trueThe unique identifier of a project. - ProjectName: string Read Only:
trueMaximum Length:240Name of the project. - ProjectUnitId: integer (int64) Read Only:
trueThe unique identifier of a project unit. - TaskFinishDate: string (date) Read Only:
truePlanning finish date of the financial task as per financial project plan. - TaskId: integer (int64) Read Only:
trueThe unique identifier of a task. - TaskManagerId: integer (int64) Read Only:
trueThe unique identifier of the resource who manages the task. - TaskManagerName: string Read Only:
trueMaximum Length:240The resource who manages the task. - TaskName: string Read Only:
trueMaximum Length:255Name of the task. - TaskNumber: string Read Only:
trueMaximum Length:100Number of the task. - TaskOrganizationName: string Read Only:
trueMaximum Length:240The organization that owns the task. - TaskStartDate: string (date) Read Only:
truePlanning start date of the financial task as per financial project plan. - TransactionCompletionDate: string (date) Read Only:
trueDate upto which transactions can be reported for task. - TransactionStartDate: string (date) Read Only:
trueDate from which transactions can be reported for task.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source Nested Schema : link
Type:
Show Source object- href: string Title:
hyperlink referenceThe URI to the related resource. - kind: string Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. - name: string Title:
nameThe name of the link to the related resource. - properties: object properties
- rel: string Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source object- changeIndicator: string Change indicator or the ETag value of the resource instance.
Nested Schema : projectsUsers-ChargeableProjects-item-response
Type:
Show Source object- AssignmentId: integer (int64) Read Only:
trueThe unique identifier of the organization assignment of the projects user. - AssignmentNumber: string Read Only:
trueMaximum Length:50The unique reference of the organization assignment of the projects user. - BusinessUnitId: integer (int64) Read Only:
trueThe unique identifier of the business unit to which the project belongs. - BusinessUnitName: string Read Only:
trueMaximum Length:240The name of the business unit to which the project belongs. - DefaultExpenditureTypeId: integer (int64) Read Only:
trueThe unique identifier of the default expenditure type set for a resource class in a project unit. - DefaultExpenditureTypeName: string Read Only:
trueMaximum Length:240The name of the default expenditure type for a resource class in a project unit. - links: array Links Title:
LinksThe link relations associated with the resource instance. - OwningOrganizationId: integer (int64) Read Only:
trueThe unique identifier of the organization that owns the project. - OwningOrganizationName: string Read Only:
trueMaximum Length:240An organizing unit in the internal or external structure of the enterprise. Organization structures provide the framework for performing legal reporting, financial control, and management reporting for the project. - PrimaryAssignment: string Read Only:
trueMaximum Length:30Indicates whether an assignment is the primary assignment of the projects user. - ProjectDescription: string Read Only:
trueMaximum Length:2000The description of the project. - ProjectFinishDate: string (date) Read Only:
trueThe date that work or information tracking ends on a project. - ProjectId: integer (int64) Read Only:
trueThe unique identifier of the project. - ProjectManagerEmail: string Read Only:
trueMaximum Length:240The email of the person who leads the project team and who has the authority and responsibility for meeting the project objectives. - ProjectManagerName: string Read Only:
trueMaximum Length:240Name of the person who leads the project team and who has the authority and responsibility for meeting project objectives. - ProjectManagerResourceId: integer (int64) Read Only:
trueThe unique identifier of the person who leads the project team and who has the authority and responsibility for meeting the project objectives. - ProjectName: string Read Only:
trueMaximum Length:240The name of the project that is being created. - ProjectNumber: string Read Only:
trueMaximum Length:25The project number of the project. - ProjectStartDate: string (date) Read Only:
trueThe date that work or information tracking begins on a project. - ProjectUnitId: integer (int64) Read Only:
trueThe unique identifier of the project unit assigned to the project. - ProjectUnitName: string Read Only:
trueMaximum Length:240Name of the project unit assigned to the project.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source Nested Schema : projectsUsers-FollowedProjectTasks-item-response
Type:
Show Source object- CreatedBy: string Read Only:
trueMaximum Length:64The unique identifier of the user who created the task. - CreationDate: string (date-time) Read Only:
trueThe date when the task is created. - ElementType: string Title:
Element TypeRead Only:trueMaximum Length:30The element type of the task. - ElementVersionId: integer (int64) Read Only:
trueThe unique identifier of the element version of the task. - ExecutionDisplaySequence: integer (int64) Read Only:
trueThe order in which the task is displayed in the project. - FinancialParentTaskId: integer Unique identifier of the lowest financial parent task.
- FinancialParentTaskName: string The name of the lowest financial parent task.
- FinancialParentTaskNumber: string The number of the lowest financial parent task.
- LastUpdateDate: string (date-time) Title:
Last Updated DateRead Only:trueThe date when the task is last updated. - LastUpdatedBy: string Read Only:
trueMaximum Length:64The unique identifier of the user who last updated the task. - links: array Links Title:
LinksThe link relations associated with the resource instance. - MilestoneFlag: boolean Title:
MilestoneRead Only:trueMaximum Length:1Indicates whether a task is a milestone in the Team Member Dashboard and Task Management page. If the value is true, then the task is a milestone. The default value is false. - ObjectType: string Read Only:
trueMaximum Length:30Default Value:PJF_TASKSThe object type of the task. - OsnSharedTaskFlag: boolean
- ParentTaskId: integer (int64) Title:
Parent Task IDRead Only:trueThe unique identifier of the parent task. - ParentTaskName: string Title:
Task NameRead Only:trueMaximum Length:255The name of the parent task to a new task. - ParentTaskNumber: string Title:
Task NumberRead Only:trueMaximum Length:100The number of the parent task. If the task is the top task, then parent task is null. - PlanLineId: integer (int64) Read Only:
trueThe unique identifier of the plan line of the followed project task. - ProjectId: integer (int64) Read Only:
trueThe unique identifier of the project of the task. - ProjectName: string Title:
Project NameRead Only:trueMaximum Length:240The name of the project to which the task is associated. - ProjectStatusCode: string Read Only:
trueMaximum Length:30The code corresponding to the label that displays the status of the project. - ProjectStatusName: string Read Only:
trueMaximum Length:80The label to display the status of the project. - ProjElementId: integer (int64) Read Only:
trueThe unique identifier of the project element of the task. - TaskActualFinishDate: string (date) Title:
Actual Finish DateRead Only:trueThe date when work was completed on a task as opposed to the planned end date of the task. - TaskActualQuantity: number Title:
Actual HoursRead Only:trueThe number of hours that the project team member reports working on the task. - TaskActualStartDate: string (date) Title:
Actual Start DateRead Only:trueThe date on which the work started on a task as opposed to the planned start date of the task. - TaskCurrentActualQuantity: number Title:
Actual HoursRead Only:trueCurrent estimated effort to complete the task. - TaskCurrentFinishDate: string (date) Read Only:
trueThe date when the task is estimated to end. - TaskCurrentStartDate: string (date) Read Only:
trueThe date when the task is estimated to start. - TaskFollowerId: integer (int64) Read Only:
trueThe unique identifier of the task follower. - TaskId: integer (int64) Read Only:
trueThe unique identifier of the task. - TaskLevel: integer (int32) Title:
Task LevelRead Only:trueThe level of the task in the project work plan. - TaskName: string Title:
Task NameRead Only:trueMaximum Length:255The name of the task. - TaskPercentComplete: number Title:
Percent CompleteRead Only:trueDefault Value:0The percent of work complete for a particular task. - TaskPlannedFinishDate: string (date) Title:
Finish DateRead Only:trueThe date when work is scheduled to end. - TaskPlannedStartDate: string (date) Title:
Start DateRead Only:trueThe date when work is scheduled to start. - TaskPrimaryResourceId: integer (int64) Read Only:
trueThe unique identifier of the primary resource assigned to the task. - TaskPriority: number Title:
PriorityRead Only:trueThe priority of the task. - TaskProgressEnteredDate: string (date) Read Only:
trueThe date when progress on a task was last entered. - TaskProgressStatus: string Read Only:
trueMaximum Length:80The status of work completed on the task. - TaskProgressStatusCode: string Read Only:
trueMaximum Length:20The Code for the progress status of the task. - TaskProposedFinishDate: string (date) Title:
Proposed Finish DateRead Only:trueThe date when work on the task is expected to be completed. - TaskProposedQuantity: number Title:
Proposed HoursRead Only:trueThe estimated number of hours a resource takes to complete a task. - TaskProposedStartDate: string (date) Title:
Proposed Start DateRead Only:trueThe date when work on the task is expected to start. - TaskQuantity: number Title:
Planned Effort in HoursRead Only:trueThe scheduled number of hours that a resource is assigned to work on a task. - TaskRemainingQuantity: number Title:
Remaining HoursRead Only:trueThe number of hours the project team member has left to complete the task. - TaskResourceAllocationPercent: number Title:
Resource Allocation PercentageRead Only:trueThe percentage of total time that resources are planned to work on the task they are assigned to. - TopTaskId: integer (int64) Title:
Top Task IDRead Only:trueIdentifier of the top task to which the task rolls up. The top task identifier and task identifier are the same for a top task. - TopTaskName: string Name of the top task to which the task rolls up. The top task identifier and task identifier are same for a top task.
- TopTaskNumber: string The number of the top task to which the task rolls up. The top task identifier and task identifier are same for a top task.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source Nested Schema : projectsUsers-FollowedToDoTasks-item-response
Type:
Show Source object- CreatedBy: string Read Only:
trueMaximum Length:64The unique identifier of the user who created the task. - CreationDate: string (date-time) Read Only:
trueThe date when the task is created. - ElementType: string Title:
Element TypeRead Only:trueMaximum Length:30The element type of the task. - ElementVersionId: integer (int64) Read Only:
trueThe unique identifier of the element version of the followed task. - LastUpdateDate: string (date-time) Title:
Last Updated DateRead Only:trueThe date when the task is last updated. - LastUpdatedBy: string Read Only:
trueMaximum Length:64The unique identifier of the user who last updated the task. - links: array Links Title:
LinksThe link relations associated with the resource instance. - ObjectType: string Read Only:
trueMaximum Length:30Default Value:PJF_TASKSThe object type of the task. - OsnSharedTaskFlag: boolean
- PlanLineId: integer (int64) Read Only:
trueThe unique identifier of the plan line of the followed to do task. - ProjElementId: integer (int64) Read Only:
trueThe unique identifier of the project element of the task. - ResourceId: integer (int64) Read Only:
trueThe unique identifier of the resource assigned to the task. - TaskActualFinishDate: string (date) Title:
Actual Finish DateRead Only:trueThe date when work ended on a task as opposed to the planned end date of the task. - TaskActualStartDate: string (date) Title:
Actual Start DateRead Only:trueThe date when the work started on a task as opposed to the planned start date of the task. - TaskDescription: string Title:
DescriptionRead Only:trueMaximum Length:2000The description of the task. - TaskFollowerId: integer (int64) Read Only:
trueThe unique identifier of the task follower. - TaskId: integer (int64) Read Only:
trueThe unique identifier of the task. - TaskName: string Title:
Task NameRead Only:trueMaximum Length:255The name of the task. - TaskPlannedFinishDate: string (date) Title:
Finish DateRead Only:trueThe date when the task ends. - TaskPlannedStartDate: string (date) Title:
Start DateRead Only:trueThe date when the task starts. - TaskPriority: number Title:
PriorityRead Only:trueThe priority of the task. - TaskProgressEnteredDate: string (date) Read Only:
trueThe date when progress on a task was last entered. - TaskProgressStatus: string Read Only:
trueMaximum Length:80The status of work completed on the task. - TaskProgressStatusCode: string Read Only:
trueMaximum Length:20The Code of progress status of the task.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source Nested Schema : projectsUsers-ProjectTasks-item-response
Type:
Show Source object- CreatedBy: string Read Only:
trueMaximum Length:64The unique identifier of the user who created the task. - CreationDate: string (date-time) Read Only:
trueThe date when the task is created. - ElementType: string Title:
Element TypeRead Only:trueMaximum Length:30The element type of the task. - ElementVersionId: integer (int64) Read Only:
trueThe unique identifier of the element version of the task. - ExecutionDisplaySequence: integer (int64) Read Only:
trueThe order in which the task is displayed in the project. - FinancialParentTaskId: integer Unique identifier of the lowest financial parent task.
- FinancialParentTaskName: string The name of the lowest financial parent task.
- FinancialParentTaskNumber: string The number of the lowest financial parent task.
- LaborResourceAssignments: array Labor Resource Assignments Title:
Labor Resource AssignmentsThe labor resource assignment includes attributes used to store values while creating or updating labor resource assignments for a project task. For example, a DBA may be assigned as a labor resource for a project task. - LastUpdateDate: string (date-time) Title:
Last Updated DateRead Only:trueThe date when the task is last updated. - LastUpdatedBy: string Read Only:
trueMaximum Length:64The unique identifier of the user who last updated the task. - links: array Links Title:
LinksThe link relations associated with the resource instance. - MilestoneFlag: boolean Title:
MilestoneMaximum Length:1Indicates whether a task is a milestone in the Team Member Dashboard and Task Management page. If the value is true, then the task is a milestone. The default value is false. - ObjectType: string Read Only:
trueMaximum Length:30Default Value:PJF_TASKSThe object type of the task. - OsnSharedTaskFlag: boolean
- ParentTaskName: string Title:
Task NameRead Only:trueMaximum Length:255The name of the parent task to a new task. - ParentTaskNumber: string Title:
Task NumberRead Only:trueMaximum Length:100The number of the parent task. If the task is the top task, then parent task is null. - PlanLineId: integer (int64) The unique identifier of the plan line of the task.
- PlanVersionId: integer (int64) The unique identifier of the plan version of the proejct task.
- ProjectId: integer (int64) Read Only:
trueThe unique identifier of the project to which the task is associated. - ProjectName: string Title:
Project NameRead Only:trueMaximum Length:240The name of the project to which a task is associated. - ProjectStatusCode: string Read Only:
trueMaximum Length:30The code corresponding to the label that displays the status of the project. - ProjectStatusName: string Read Only:
trueMaximum Length:80The label to display the status of the project. - ProjectSystemStatusCode: string Read Only:
trueMaximum Length:30The code of the system status corresponding to the status of the project. - ProjElementId: integer (int64) Read Only:
trueThe unique identifier of the project Element of the task. - TaskActualFinishDate: string (date) Title:
Actual Finish DateThe date when work was completed on a task as opposed to the planned end date of the task. - TaskActualQuantity: number Title:
ITD HoursDefault Value:0The number of hours that the project team member reports working on the task. - TaskActualStartDate: string (date) Title:
Actual Start DateThe date when work started on a task as opposed to the planned start date of the task. - TaskCurrentActualQuantity: number Title:
Actual HoursRead Only:trueCurrent estimated effort to complete the task. - TaskCurrentFinishDate: string (date) Read Only:
trueThe date when the task is estimated to end. - TaskCurrentStartDate: string (date) Read Only:
trueThe date when the task is estimated to start. - TaskDescription: string Title:
DescriptionMaximum Length:2000The description of the task. - TaskExceptions: string The exceptions generated by the progress entry for the task.
- TaskFollowers: array Project Task Followers Title:
Project Task FollowersThe task follower resource is used to store values while adding or removing followers on project tasks. A project user can be assigned as a follower on a project task for viewing task details and tracking its completion. - TaskId: integer (int64) Read Only:
trueThe unique identifier of the task. - TaskLevel: integer (int32) Read Only:
trueThe level of the task in the project work plan. - TaskName: string Title:
Task NameMaximum Length:255The name of the task. - TaskPercentComplete: number Title:
Percent CompleteDefault Value:0The percent of work completed for a particular task. - TaskPlannedFinishDate: string (date) Title:
Finish DateThe date when the task is scheduled to end. - TaskPlannedStartDate: string (date) Title:
Start DateThe date when task is scheduled to start. - TaskPrimaryResourceId: integer (int64) Read Only:
trueThe unique identifier of the primary resource assigned to the task. - TaskPriority: number Title:
PriorityThe priority of the task. - TaskProgressEnteredDate: string (date) The date when progress on a task was last entered.
- TaskProgressStatus: string Read Only:
trueMaximum Length:80The status of work completed on the task. - TaskProgressStatusCode: string Maximum Length:
20The code of the progress status of the task. - TaskProposedFinishDate: string (date) Title:
Proposed Finish DateThe date when the task is expected to be completed. - TaskProposedQuantity: number Title:
Proposed HoursThe total number of hours estimated for the resource to complete a task. - TaskProposedStartDate: string (date) Title:
Proposed Start DateThe date when the task is expected to be started. - TaskQuantity: number Title:
Planned Effort in HoursThe scheduled number of hours that the resource is assigned to work on a task. - TaskRemainingQuantity: number Title:
Remaining HoursThe number of hours the project team member has left to complete a task. - TaskResourceAllocationPercent: number Title:
Resource Allocation PercentageRead Only:trueThe percentage of total time that resources are planned to work on the task they are assigned to. - TopTaskId: integer (int64) Title:
Top Task IDRead Only:trueIdentifier of the top task to which the task rolls up. The top task identifier and task identifier are the same for a top task. - TopTaskName: string Name of the top task to which the task rolls up. The top task identifier and task identifier are same for a top task.
- TopTaskNumber: string The number of the top task to which the task rolls up. The top task identifier and task identifier are same for a top task.
Nested Schema : Labor Resource Assignments
Type:
arrayTitle:
Labor Resource AssignmentsThe labor resource assignment includes attributes used to store values while creating or updating labor resource assignments for a project task. For example, a DBA may be assigned as a labor resource for a project task.
Show Source Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source Nested Schema : Project Task Followers
Type:
arrayTitle:
Project Task FollowersThe task follower resource is used to store values while adding or removing followers on project tasks. A project user can be assigned as a follower on a project task for viewing task details and tracking its completion.
Show Source Nested Schema : projectsUsers-ProjectTasks-LaborResourceAssignments-item-response
Type:
Show Source object- DisplayName: string Title:
NameRead Only:trueMaximum Length:240The name of the resource assigned to the task. - ElementVersionId: integer (int64) Read Only:
trueThe unique identifier of the element version of the task. - Email: string Title:
EmailRead Only:trueMaximum Length:240The e-mail address of the resource. - LaborResourceAssignmentId: integer (int64) Read Only:
trueThe unique identifier of the resource assignment on the task. - links: array Links Title:
LinksThe link relations associated with the resource instance. - Phone: string Title:
PhoneRead Only:trueMaximum Length:240The telephone number of a resource. - PrimaryResource: string Read Only:
trueIndicates whether a resource is the primary resource on the task. - Quantity: number Title:
Planned Effort in HoursRead Only:trueThe number of hours that the resource is assigned to work on a task. - ResourceAllocationPercent: number Title:
Resource Allocation PercentageRead Only:trueThe percentage of total time that resources are planned to work on the task they are assigned to. - ResourceId: integer (int64) Read Only:
trueThe unique identifier of the resource assigned to the task. - TaskId: integer (int64) Read Only:
trueThe unique identifier of the task.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source Nested Schema : projectsUsers-ProjectTasks-TaskFollowers-item-response
Type:
Show Source object- DisplayName: string Title:
NameRead Only:trueMaximum Length:240The name of projects user. - ElementVersionId: integer (int64) Read Only:
trueThe unique identifier of the element version of the task. - Email: string Title:
EmailRead Only:trueMaximum Length:240The e-mail address of the resource. - links: array Links Title:
LinksThe link relations associated with the resource instance. - Phone: string Title:
PhoneRead Only:trueMaximum Length:240The telephone number of the projects user. - ResourceId: integer (int64) Read Only:
trueUnique identifier of the resource assigned to the task. - TaskFollowerId: integer (int64) Read Only:
trueThe unique identifier of the task follower.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source Nested Schema : projectsUsers-ToDoTasks-item-response
Type:
Show Source object- CreatedBy: string Read Only:
trueMaximum Length:64The unique identifier of the user who created the task. - CreationDate: string (date-time) Read Only:
trueThe date when the task is created. - ElementType: string Title:
Element TypeMaximum Length:30The element type of the task. - ElementVersionId: integer (int64) The unique identifier of the element version of the task.
- LastUpdateDate: string (date-time) Title:
Last Updated DateRead Only:trueThe date when the task is last updated. - LastUpdatedBy: string Read Only:
trueMaximum Length:64The unique identifier of the user who last updated the task. - links: array Links Title:
LinksThe link relations associated with the resource instance. - ObjectType: string Maximum Length:
30Default Value:PJF_TASKSThe object type of the task. - OsnSharedTaskFlag: boolean
- PlanLineId: integer (int64) The unique identifier of the plan line of the to do task.
- ProjElementId: integer (int64) Read Only:
trueThe unique identifier of the project element of the task. - TaskDescription: string Title:
DescriptionMaximum Length:2000The description of the task. - TaskId: integer (int64) Read Only:
trueThe unique identifier of the task. - TaskName: string Title:
Task NameMaximum Length:255The name of the task. - TaskPlannedFinishDate: string (date) Title:
Finish DateThe date when the task ends. - TaskPlannedStartDate: string (date) Title:
Start DateThe date when the task starts. - TaskPriority: number Title:
PriorityThe priority of the task. - TaskProgressEnteredDate: string (date) The date when progress on a task was last entered.
- TaskProgressStatus: string Read Only:
trueMaximum Length:80The status of work completed on the task. - TaskProgressStatusCode: string Maximum Length:
20The Code of progress status of the task. - ToDoTaskFollowers: array To Do Task Followers Title:
To Do Task FollowersThe to do task follower resource is used to store values while adding or removing followers on to do tasks.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source Nested Schema : To Do Task Followers
Type:
arrayTitle:
To Do Task FollowersThe to do task follower resource is used to store values while adding or removing followers on to do tasks.
Show Source Nested Schema : projectsUsers-ToDoTasks-ToDoTaskFollowers-item-response
Type:
Show Source object- DisplayName: string Title:
NameRead Only:trueMaximum Length:240The name of projects user. - ElementVersionId: integer (int64) Read Only:
trueThe unique identifier of the element version of the task. - Email: string Title:
EmailRead Only:trueMaximum Length:240The e-mail address of the resource. - links: array Links Title:
LinksThe link relations associated with the resource instance. - Phone: string Title:
PhoneRead Only:trueMaximum Length:240The telephone number of the projects user. - ResourceId: integer (int64) Read Only:
trueUnique identifier of the resource assigned to the task. - TaskFollowerId: integer (int64) Read Only:
trueThe unique identifier of the task follower.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source Examples
The following example shows how to get signed in projects users by submitting a GET request on the REST resource using cURL.
curl -i -u "<username>:<password>" -X GET https://<host>:<port>/fscmRestApi/resources/latest/projectsUsers
Example of Response Header
The following shows an example of the response header.
Status: HTTP/1.1 200 OK Content-Type : application/json
Example of Response Body
The following example shows the contents of the response body in JSON forma:
{ "items": [ { "ResourceId": 300100024326655, "Phone": null, "Email": "prj_connor_horton_grp@oracle.com", "DisplayName": "Connor Horton", "links": [ ... "ResourceId": 300100024326688, "Phone": null, "Email": "prj_amy_horton_grp@oracle.com", "DisplayName": "Amy Horton", "links": [ ... ], "count": 2, "hasMore": false, "limit": 25, "offset": 0, "links": [ ... ] }