Get the progress of all projects

get

/fscmRestApi/resources/11.13.18.05/projectProgress

Request

Query Parameters
  • 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).
  • 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
  • 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 project progress of the specified project ID.
      Finder Variables:
      • findDraftProgressByProjectId: Finds the draft progress of the specified project.
        Finder Variables:
        • ProjectId; integer; The unique identifier of the project.
      • findProgressByCurrentFlag: Returns the latest progress that???s displayed to the user in the user interface.
        Finder Variables:
        • ProjectId; integer; The unique identifier of the project.
      • findProgressByProjectId: Finds the draft or published progress of the specified project ID.
        Finder Variables:
        • ProjectId; integer; The unique identifier of the project.
        • PublicationStatus; string; Status of current project progress. The status can either be DRAFT or LATEST_PUBLISHED.
      • findProgressByProjectIdAndDate: Finds the published progress of the specified project till the specified date.
        Finder Variables:
        • ProgressAsOfDate; string; Date through which progress is determined for the project.
        • ProjectId; integer; The unique identifier of the project.
      • findProgressByProjectName: Finds the draft or published progress of the specified project name.
        Finder Variables:
        • ProjectName; string; The name of the project being queried.
        • PublicationStatus; string; Status of current project progress. The status can either be DRAFT or LATEST_PUBLISHED.
      • findProgressByProjectNumber: Finds the draft or published progress of the specified project number.
        Finder Variables:
        • ProjectNumber; string; Number of the project that is being queried.
        • PublicationStatus; string; Status of current project progress. The status can either be DRAFT or LATEST_PUBLISHED.
      • findProgressBySourceReference: Finds the draft project progress for the specified source project reference and application code.
        Finder Variables:
        • PublicationStatus; string; Status of current project progress. The status can either be DRAFT or LATEST_PUBLISHED.
        • SourceApplicationCode; string; The third-party application from which the project originates.
        • SourceProjectReference; string; The identifier of the project in the external system where it was originally entered.
    • 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.
    • 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
    • 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.
    • The resource item payload will be filtered in order to contain only data (no links section, for example).
    • 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
    • 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:
      • ActualAmountsDate; string; Date on which actual amounts are summarized for project progress.
      • ActualAmountsThroughPeriod; string; Period through which actual amounts are summarized for project progress.
      • ActualFinishDate; string; Date on which work completed on the project as opposed to the planned end date of the project.
      • ActualStartDate; string; Date on which work commenced on the project as opposed to the planned start date of the project.
      • BaselineFinishDate; string; Planned end date of the project in baseline project plan. Used to compare the deviation of the current project end from the original planned end date.
      • BaselineStartDate; string; Planned start date of the project in baseline project plan. Used to compare the deviation of the current project start from the original planned start date.
      • CurrentActualAmountsDate; string; Date on which actual amounts are most recently summarized.
      • CurrentActualAmountsPeriod; string; Period through which actual amounts are most recently summarized.
      • EstimatedFinishDate; string; Projected end date of the project.
      • EstimatedStartDate; string; Projected start date of the project.
      • PercentComplete; number; The amount of physical work achieved on the project.
      • PlannedFinishDate; string; Scheduled end date of the project.
      • PlannedStartDate; string; Scheduled start date of the project.
      • PreviousPercentComplete; number; The amount of physical work achieved on the project in the most recently captured progress.
      • ProgressAsOfDate; string; Date through which progress is captured for the project.
      • ProgressAsOfPeriod; string; Period through which progress is captured for the project.
      • ProgressStatus; string; Status, such as In Trouble, On Track or At Risk, that indicates the overall progress of the project.
      • ProgressStatusCode; string; Code of the status, such as In Trouble, On Track or At Risk, that indicates the overall progress of the project.
      • ProjectBurdenedActualCost; number; Cost that is actually charged to the project in project currency. Burdened cost is the sum of raw cost and the overhead.
      • ProjectCurrency; string; The currency code for the project. The currency code is a three-letter ISO code associated with a currency.
      • ProjectId; integer; Unique identifier of the project.
      • ProjectLedgerBurdenedActualCost; number; Cost that is actually charged to the project in project ledger currency. Burdened cost is the sum of raw cost and the overhead.
      • ProjectLedgerCurrency; string; The currency code used for accounting and reporting in the project ledger. The currency code is a three-letter ISO code associated with a currency.
      • ProjectLedgerRawActualCost; number; Actual amount paid or actual amount incurred for the project in project ledger currency.
      • ProjectName; string; Name assigned to the project.
      • ProjectNumber; string; Alphanumeric identifier of the project.
      • ProjectRawActualCost; number; Actual amount paid or actual amount incurred for the project in project currency.
      • PublicationStatus; string; Status of current project progress. The status can either be Draft or Published.
      • SourceApplicationCode; string; The third-party application from which the project originated.
      • SourceProjectReference; string; The identifier of the project in the external application where it was originally created.
    • 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
    • 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".
    • 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 Top

    Response

    Supported Media Types

    Default Response

    The following table describes the default response for this task.
    Headers
    • 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".
    • 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.
    Body ()
    Root Schema : projectProgress
    Type: object
    Show Source
    Nested Schema : Items
    Type: array
    Title: Items
    The items in the collection.
    Show Source
    Nested Schema : projectProgress-item-response
    Type: object
    Show Source
    • Title: Progress Actual Amounts Summarization Date
      Read Only: true
      Date on which actual amounts are summarized for project progress.
    • Title: Actual Amounts Through Period
      Read Only: true
      Maximum Length: 30
      Period through which actual amounts are summarized for project progress.
    • Title: Actual Finish Date
      Date on which work completed on the project as opposed to the planned end date of the project.
    • Title: Actual Start Date
      Date on which work commenced on the project as opposed to the planned start date of the project.
    • Attachments
      Title: Attachments
      The Attachment resource is used to view, create, update, and delete attachments for project progress.
    • Title: Baseline Finish Date
      Read Only: true
      Planned end date of the project in baseline project plan. Used to compare the deviation of the current project end from the original planned end date.
    • Title: Baseline Start Date
      Read Only: true
      Planned start date of the project in baseline project plan. Used to compare the deviation of the current project start from the original planned start date.
    • Title: Current Actual Amounts Summarization Date
      Read Only: true
      Date on which actual amounts are most recently summarized.
    • Title: Current Actual Amount Period
      Read Only: true
      Maximum Length: 255
      Period through which actual amounts are most recently summarized.
    • Title: Estimated Finish Date
      Projected end date of the project.
    • Title: Estimated Start Date
      Projected start date of the project.
    • Links
    • Notes
      Title: Notes
      The Note resource is used to view, create, update, and delete notes for project progress.
    • Title: Physical Percent Complete
      The amount of physical work achieved on the project.
    • Title: Planned Finish Date
      Read Only: true
      Scheduled end date of the project.
    • Title: Planned Start Date
      Read Only: true
      Scheduled start date of the project.
    • Title: Previous Physical Percent Complete
      Read Only: true
      The amount of physical work achieved on the project in the most recently captured progress.
    • Title: Progress As-of Date
      Read Only: true
      Date through which progress is captured for the project.
    • Title: Progress As-of Period
      Read Only: true
      Maximum Length: 30
      Period through which progress is captured for the project.
    • Title: Progress Status
      Status, such as In Trouble, On Track or At Risk, that indicates the overall progress of the project.
    • Title: Progress Status Code
      Maximum Length: 30
      Code of the status, such as In Trouble, On Track or At Risk, that indicates the overall progress of the project.
    • Title: Actual Burdened Cost in Project Currency
      Read Only: true
      Cost that is actually charged to the project in project currency. Burdened cost is the sum of raw cost and the overhead.
    • Title: Project Currency
      Read Only: true
      Maximum Length: 15
      The currency code for the project. The currency code is a three-letter ISO code associated with a currency.
    • Title: Project ID
      Read Only: true
      Unique identifier of the project.
    • Title: Actual Burdened Cost in Ledger Currency
      Read Only: true
      Cost that is actually charged to the project in project ledger currency. Burdened cost is the sum of raw cost and the overhead.
    • Title: Project Ledger Currency
      Read Only: true
      Maximum Length: 15
      The currency code used for accounting and reporting in the project ledger. The currency code is a three-letter ISO code associated with a currency.
    • Title: Actual Raw Cost in Ledger Currency
      Read Only: true
      Actual amount paid or actual amount incurred for the project in project ledger currency.
    • Title: Project Name
      Read Only: true
      Maximum Length: 240
      Name assigned to the project.
    • Title: Project Number
      Read Only: true
      Maximum Length: 25
      Alphanumeric identifier of the project.
    • Project Progress Descriptive Flexfields
      Title: Project Progress Descriptive Flexfields
      The Project Progress Descriptive Flexfields resource is used to view, create, and update additional information for project progress.
    • Title: Actual Raw Cost in Project Currency
      Read Only: true
      Actual amount paid or actual amount incurred for the project in project currency.
    • Title: Progress Publication Status
      Read Only: true
      Maximum Length: 255
      Status of current project progress. The status can either be Draft or Published.
    • Title: Source Application
      Read Only: true
      Maximum Length: 30
      The third-party application from which the project originated.
    • Title: Source Reference
      Read Only: true
      Maximum Length: 25
      The identifier of the project in the external application where it was originally created.
    • Task Progress
      Title: Task Progress
      The Task Progress resource is used to capture, view, and update draft progress for the tasks of a project enabled for financial management.
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The Attachment resource is used to view, create, update, and delete attachments for project progress.
    Show Source
    Nested Schema : Notes
    Type: array
    Title: Notes
    The Note resource is used to view, create, update, and delete notes for project progress.
    Show Source
    Nested Schema : Project Progress Descriptive Flexfields
    Type: array
    Title: Project Progress Descriptive Flexfields
    The Project Progress Descriptive Flexfields resource is used to view, create, and update additional information for project progress.
    Show Source
    Nested Schema : Task Progress
    Type: array
    Title: Task Progress
    The Task Progress resource is used to capture, view, and update draft progress for the tasks of a project enabled for financial management.
    Show Source
    Nested Schema : projectProgress-Attachments-item-response
    Type: object
    Show Source
    Nested Schema : projectProgress-Notes-item-response
    Type: object
    Show Source
    Nested Schema : projectProgress-ProjectProgressDFF-item-response
    Type: object
    Show Source
    Nested Schema : projectProgress-TaskProgress-item-response
    Type: object
    Show Source
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The Attachment resource is used to view, create, update, and delete attachments for task progress.
    Show Source
    Nested Schema : Notes
    Type: array
    Title: Notes
    The Note resource is used to view, create, update, and delete notes for task progress.
    Show Source
    Nested Schema : Resource Progress
    Type: array
    Title: Resource Progress
    The Project Progress resource is used to capture draft progress, view draft and published progress, update draft progress, and publish progress for a project enabled for financial management.
    Show Source
    Nested Schema : Task Progress Descriptive Flexfields
    Type: array
    Title: Task Progress Descriptive Flexfields
    The Task Progress Descriptive Flexfields resource is used to view, create, and update additional information for task progress.
    Show Source
    Nested Schema : projectProgress-TaskProgress-Attachments-item-response
    Type: object
    Show Source
    Nested Schema : projectProgress-TaskProgress-Notes-item-response
    Type: object
    Show Source
    Nested Schema : projectProgress-TaskProgress-ResourceProgress-item-response
    Type: object
    Show Source
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The Attachment resource is used to view, create, update, and delete attachments for resource progress.
    Show Source
    Nested Schema : Notes
    Type: array
    Title: Notes
    The Note resource is used to view, create, update, and delete notes for resource progress.
    Show Source
    Nested Schema : Resource Progress Descriptive Flexfields
    Type: array
    Title: Resource Progress Descriptive Flexfields
    The Resource Progress Descriptive Flexfields resource is used to view, create, and update additional information for resource progress.
    Show Source
    Nested Schema : projectProgress-TaskProgress-ResourceProgress-Attachments-item-response
    Type: object
    Show Source
    Nested Schema : projectProgress-TaskProgress-ResourceProgress-Notes-item-response
    Type: object
    Show Source
    Nested Schema : projectProgress-TaskProgress-ResourceProgress-ResourceProgressDFF-item-response
    Type: object
    Show Source
    Nested Schema : projectProgress-TaskProgress-TaskProgressDFF-item-response
    Type: object
    Show Source
    Back to Top

    Examples

    Example 1

    The following example shows how to get the progress of all projects by submitting a GET request on the REST resource using cURL.

    curl --user ppm_cloud_user https://your_organization.com:port/fscmRestApi/resources/11.13.0.0/projectProgress/

    Example 1 Response Body

    The following example shows the contents of the response body in JSON format, including the number of projects:

    {
        "ProjectId" : PRJ72419098,
        "ProjectName" : "HCM_Implementation_Proj",
        "ProjectNumber" : "HCM_Implementation_Proj",
        "SourceApplicationCode" : null,
        "SourceProjectReference" : null,
        "ProgressAsOfDate" : "2015-12-05",
        "ProgressAsOfPeriod" : "Dec-15",
        "ActualAmountsThroughPeriod" : "Nov-15",
        "ActualAmountsDate" : "2015-11-05",
        "PublicationStatus" : "DRAFT",
        "CurrentActualAmountsPeriod" : null,
        "CurrentActualAmountsDate" : "2015-11-05",
        "PlannedStartDate" : "2015-08-01",
        "PlannedFinishDate" : "2015-12-30",
        "BaselineStartDate" : "2015-08-01",
        "BaselineFinishDate" : "2015-12-30",
        "EstimatedStartDate" : "2015-08-01",
        "EstimatedFinishDate" : "2015-12-30",
        "ActualStartDate" : "2015-08-01",
        "ActualFinishDate" : null,
        "PercentComplete" : null,
        "PreviousPercentComplete" : null,
        "ProjectCurrency" : "USD",
        "ProjectRawActualCost" : 6500,
        "ProjectBurdenedActualCost" : 8910.25,
        "ProjectLedgerCurrency" : "USD",
        "ProjectLedgerRawActualCost" : 6500,
        "ProjectLedgerBurdenedActualCost" : 8910.25,
        "ProgressStatusCode" : null,
        "ProgressStatus" : null,
        "ProgressStatusCodeLOV" : [ {
          "ProgressStatusCode" : "PROGRESS_STAT_ON_TRACK",
          "ProgressStatus" : "On Track",
          "StartDateActive" : "1997-08-16",
          "EndDateActive" : null,
           ...
        "ProjectId" : PRJ72419099,
        "ProjectName" : "SCM_Implementation_Proj",
        "ProjectNumber" : "SCM_Implementation_Proj",
        "SourceApplicationCode" : null,
        "SourceProjectReference" : null,
        "ProgressAsOfDate" : "2015-11-09",
        "ProgressAsOfPeriod" : "Dec-15",
        "ActualAmountsThroughPeriod" : "Nov-15",
        "ActualAmountsDate" : "2015-11-09",
        "PublicationStatus" : "DRAFT",
        "CurrentActualAmountsPeriod" : null,
        "CurrentActualAmountsDate" : "2015-11-09",
        "PlannedStartDate" : "2015-08-01",
        "PlannedFinishDate" : "2015-12-30",
        "BaselineStartDate" : "2015-08-01",
        "BaselineFinishDate" : "2015-12-30",
        "EstimatedStartDate" : "2015-08-01",
        "EstimatedFinishDate" : "2015-12-30",
        "ActualStartDate" : "2015-08-01",
        "ActualFinishDate" : null,
        "PercentComplete" : null,
        "PreviousPercentComplete" : null,
        "ProjectCurrency" : "USD",
        "ProjectRawActualCost" : 5500,
        "ProjectBurdenedActualCost" : 8910.25,
        "ProjectLedgerCurrency" : "USD",
        "ProjectLedgerRawActualCost" : 5500,
        "ProjectLedgerBurdenedActualCost" : 8910.25,
        "ProgressStatusCode" : null,
        "ProgressStatus" : null,
        "ProgressStatusCodeLOV" : [ {
          "ProgressStatusCode" : "PROGRESS_STAT_ON_TRACK",
          "ProgressStatus" : "On Track",
          "StartDateActive" : "1997-08-16",
          "EndDateActive" : null,
           ...
           }]
    				}]
    	    		  }

    Example 2

    The following example shows how to use a finder and get the progress of a project by submitting a GET request on the REST resource using cURL.

    curl --user ppm_cloud_user https://your_organization:port/fscmRestApi/resources/11.13.18.05/projectProgress?finder=findProgressByProjectId;ProjectId=100010024530806

    Example 2 Response Body

    The following example shows the contents of the response body in JSON format.

    {
        "items": [
            {
                "ProjectId": 100010024530806,
                "ProjectName": "London Olympics Implementation D7",
                "ProjectNumber": "IMP-TMPP-D7-991",
                "SourceApplicationCode": null,
                "SourceProjectReference": null,
                "ProgressAsOfDate": "2012-08-23",
                "ProgressAsOfPeriod": "May-10",
                "ActualAmountsThroughPeriod": "May-10",
                "ActualAmountsDate": null,
                "PublicationStatus": "LATEST_PUBLISHED",
                "CurrentActualAmountsPeriod": null,
                "CurrentActualAmountsDate": "2020-09-08",
                "PlannedStartDate": "2008-07-01",
                "PlannedFinishDate": null,
                "BaselineStartDate": "2008-07-01",
                "BaselineFinishDate": null,
                "EstimatedStartDate": null,
                "EstimatedFinishDate": "2009-06-30",
                "ActualStartDate": null,
                "ActualFinishDate": null,
                "PercentComplete": 30,
                "PreviousPercentComplete": null,
                "ProjectCurrency": "USD",
                "ProjectRawActualCost": null,
                "ProjectBurdenedActualCost": null,
                "ProjectLedgerCurrency": "USD",
                "ProjectLedgerRawActualCost": null,
                "ProjectLedgerBurdenedActualCost": null,
                "ProgressStatusCode": null,
                "ProgressStatus": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://your_organization:port/fscmRestApi/resources/11.13.18.05/projectProgress/100010024530806",
                        "name": "projectProgress",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000478"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://your_organization:port/fscmRestApi/resources/11.13.18.05/projectProgress/100010024530806",
                        "name": "projectProgress",
                        "kind": "item"
                    },
                    {
                        "rel": "child",
                        "href": "https://your_organization:port/fscmRestApi/resources/11.13.18.05/projectProgress/100010024530806/child/TaskProgress",
                        "name": "TaskProgress",
                        "kind": "collection"
                    }
                ]
            },
            {
                "ProjectId": 100010024530806,
                "ProjectName": "London Olympics Implementation D7",
                "ProjectNumber": "IMP-TMPP-D7-991",
                "SourceApplicationCode": null,
                "SourceProjectReference": null,
                "ProgressAsOfDate": "2012-08-22",
                "ProgressAsOfPeriod": "May-10",
                "ActualAmountsThroughPeriod": "May-10",
                "ActualAmountsDate": null,
                "PublicationStatus": "LATEST_PUBLISHED",
                "CurrentActualAmountsPeriod": null,
                "CurrentActualAmountsDate": "2020-09-08",
                "PlannedStartDate": "2008-07-01",
                "PlannedFinishDate": null,
                "BaselineStartDate": "2008-07-01",
                "BaselineFinishDate": null,
                "EstimatedStartDate": null,
                "EstimatedFinishDate": "2009-06-30",
                "ActualStartDate": null,
                "ActualFinishDate": null,
                "PercentComplete": 30,
                "PreviousPercentComplete": null,
                "ProjectCurrency": "USD",
                "ProjectRawActualCost": null,
                "ProjectBurdenedActualCost": null,
                "ProjectLedgerCurrency": "USD",
                "ProjectLedgerRawActualCost": null,
                "ProjectLedgerBurdenedActualCost": null,
                "ProgressStatusCode": null,
                "ProgressStatus": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://your_organization:port/fscmRestApi/resources/11.13.18.05/projectProgress/100010024530806",
                        "name": "projectProgress",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000478"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://your_organization:port/fscmRestApi/resources/11.13.18.05/projectProgress/100010024530806",
                        "name": "projectProgress",
                        "kind": "item"
                    },
                    {
                        "rel": "child",
                        "href": "https://your_organization:port/fscmRestApi/resources/11.13.18.05/projectProgress/100010024530806/child/TaskProgress",
                        "name": "TaskProgress",
                        "kind": "collection"
                    }
                ]
            }
    		...
        ],
        "count": 8,
        "hasMore": false,
        "limit": 25,
        "offset": 0,
        "links": [
            {
                "rel": "self",
                "href": "https://your_organization:port/fscmRestApi/resources/11.13.18.05/projectProgress",
                "name": "projectProgress",
                "kind": "collection"
            },
            {
                "rel": "action",
                "href": "https://your_organization:port/fscmRestApi/resources/11.13.18.05/projectProgress/action/captureProjectProgress",
                "name": "captureProjectProgress",
                "kind": "other"
            },
            {
                "rel": "action",
                "href": "https://your_organization:port/fscmRestApi/resources/11.13.18.05/projectProgress/action/publishProjectProgress",
                "name": "publishProjectProgress",
                "kind": "other"
            }
        ]
    }
    Back to Top