View User Baseline Preferences

get

/api/restapi/activity/userBaselinePreferences

Send a request to this endpoint to view the User Baseline Preferences.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityUserBaseline>
Type: array
Title: List<ApiEntityUserBaseline>
Show Source
Nested Schema : ApiEntityUserBaseline
Type: object
Title: ApiEntityUserBaseline
Show Source
  • The system-generated unique identifier of a baseline category.
  • Minimum Length: 1
    Maximum Length: 255
    The name of the baseline category.
  • The progress point, or "as-of date", for activities in the project. Project status is up-to-date as of the data date. You can set the data date when you schedule the project, or you can set it manually.
    The data date is also used for updating the dates of scope assignments and work packages when they are not linked to activities.
  • Minimum Length: 0
    Maximum Length: 4000
    A detailed summary for the baseline or snapshot.
  • Maximum Length: 255
    Name for the baseline or snapshot.
  • The system-generated identifier of a baseline.
  • Minimum Length: 1
    Maximum Length: 60
    The unique identifier for a project set by the user who created the project.
  • The unique identifier for the project.
  • Allowed Values: [ "IN_PROGRESS", "FAILED", "COMPLETE" ]
    The status of the baseline process. Valid values are: In Progress, Failed, and Complete.
  • The time at which the snapshot was generated.
  • Allowed Values: [ "ORIGINAL", "CURRENT", "OTHER", "NONE" ]
    Identifies the official and unofficial baselines.
    Original: A copy of the original project schedule, against which you can evaluate project progress. The original baseline locks down all original values. It marks the starting point for requiring change requests for modifications to Scope Items, Work Packages, and Scope Assignments.
    Current: A copy of the latest project schedule. It can only be set when there is an original baseline. This is also referred to as the active baseline.
    Other: A third official baseline that can be used for any purpose.
    Blank: A blank field indicates this is an unofficial baseline, which could become an official baseline if desired.
  • Read Only: true
    Date when the record was last updated.
  • Allowed Values: [ "USER_BASELINE_1", "USER_BASELINE_2", "USER_BASELINE_3" ]
    The user's first, second, or third preference of user baselines.
  • The system-generated identifier of a user.
  • Maximum Length: 255
    The username a user uses to log in to the system.
  • Minimum Length: 0
    Maximum Length: 60
    The user-specified identifier of a workspace.

204 Response

Successful operation with no content.

404 Response

The requested object does not exist, or you do not have access to it.
Back to Top