Skip to main content
Planview Customer Success Center

Search

  • Filter Results
  • Category
  • Classification
    • Article type
    • Product
    • Stage
    • Projectplace article classification
    • Projectplace media
    • Level
    • Topics
    • Duration
    • Disposition
    • Sales Resource Type
    • Industry
  • Include attachments
Searching in
About 2 results
  • https://success.planview.com/Planview_AdaptiveWork/API/REST_API_Guide_Version_2
    //Create an issue without giving it an explicit id and curl https://../services/data/objects/issue -X PUT -d "{title: 'Issue 1'}" { "id": "/Issue/56bdfa2b-f737-4b50-9de6-62933e5284ca" } //Retrieve the...//Create an issue without giving it an explicit id and curl https://../services/data/objects/issue -X PUT -d "{title: 'Issue 1'}" { "id": "/Issue/56bdfa2b-f737-4b50-9de6-62933e5284ca" } //Retrieve the CreatedOn and CreatedBy (along with the name of the creator) curl https://../services/data/objects/Issue/56bdfa2b-f737-4b50-9de6-62933e5284ca?fields=CreatedOn,CreatedBy,CreatedBy.Name { "id": "/Issue/56bdfa2b-f737-4b50-9de6-62933e5284ca", "createdOn": "2014-04-06T10:26:14.2291260", "createdBy": { …
  • https://success.planview.com/Planview_IdeaPlace/Technical_Information/60_REST_API
    Leverage the IdeaPlace API to integrate with IT and HR systems to automate the process of disabling accounts, updating member attributes, or gathering a list of all available users in the IdeaPlace pl...Leverage the IdeaPlace API to integrate with IT and HR systems to automate the process of disabling accounts, updating member attributes, or gathering a list of all available users in the IdeaPlace platform. Get idea details - The ability to poll IdeaPlace to obtain either a complete list of ideas from a challenge or community as well as a single idea will be available as of the 3.9.2 release.