• Web Services REST to create Forecast Line in Financial Summary and to update Forecast and Actauls cells are availabe and documented?

    Hi All. I need to integrate the Financial Summary from external system. The capabilities required are: - create a Forecast Line - update Forecast cell - update Actuals cell I would like to use REST Web Services, but in my understanding such…
  • Can't update SP position forecast data using Interactive REST API

    I have been attempting to update the position forecast data of a staffing profile through the Swagger UI using the POST function "/staffingProfile/saveHeader" which updates all header and position data in a SP. I was able to successfully update the description…
  • Demand REST API bulk update capability

    Hi, I am currently using the Demand REST API, PUT request to update a Request that's linked to a PPM Project. The PPM Project has PPM Requests linked that represent Agile Features.(Field Group: Agile Integratio Info) The PPM Feature are pushed to…
  • Trapping field changes made by REST API

    I am trying to trigger an event when a field is updated by REST API. I prefer not to have to poll the transaction table. I would specifically like to send an email notification to specified users when a field value is changed by RESTAPI. I have tried…
  • REST Post sqlrunner/runSqlQuery results return limit to 1000 records

    Hi, Running a SQL query in the Administration Console, SQL Runner, the results returned are limited to a 1000 records. The REST Post request "sqlrunner/runSqlQuery" has the same limitation. I am sure that is because the Administration console SQL…
  • REST API Creating a reference between existing requests Failed : HTTP error code : 400

    Hi, I have a java method that handles the PUT request for the REST API call to Add References: protected void setRequestReference(String ppmBaseUrl, String username, String password, String restUrl, String sourceRequestId, String targetRequestIds…
  • REST API Date format

    Hi, I see that the REST API date format: "2023-04-15T02:11:31.000+02:00" { "requestType": "IS PMO Feature", "sourceType": "INTERFACE_RI", "fields": { "field": [ { "token": "REQ.LAST_UPDATE_DATE", "dateValue": "2023-04-15T02:11:31.000…
  • Getting Major Milestones with REST API

    HI, I used Swagger UI to test how I can get the Major Milstones. Used GET request /pm/workplans/{workplanId}/taskHeaders to return all the work plan tasks: { "id": 3672982, "name": "Functional Design Completed", "level": 4, "seq": 47, …
  • REST API will multiple values in filter

    Hi, Has anyone used the PPM provided REST APIs to pass multiple values in the filter? e.g. we want to fetch the request of a request which are are 4 different statuses we are planning to use API : /dm/requestTypes/{id}/requests It has a filter…
  • REST API logout does not logout the user

    Hi, I have a PUT Requets that updateds a request type. According the the Interactive REST API Help I need to run the logout GET Request: I use the admin user to authenticate the PUT Request and according to the ./kRunServerAdminReport.sh 2 the…