Runn API Developer
https://app.runn.io/developer
https://app.runn.io/developer
GET statement Gets Actuals (timesheet data) in Runn for the purpose of comparison with WFM Dates Requires start and end date Format: YYYY-MM-DD. Include Actuals on or before/after date Start Date This is associated with a Business Requirement as the regular Runn ingestion process only spans 4 weeks Typically the start date is set to … Read more
GET statement Gets all Projects in Runn for the purpose of comparison with WFM Example
GET statement Gets all people in Runn for the purpose of comparison with WFM Example Return
Runn is the TARGET for the solution This section runs the connections with runn.io … there are three fundamental modules People, Projects and Actuals. We operate three GET statements across the modules API Base URL: https://app.runn.io/api Swagger JSON: https://app.runn.io/api/swagger_doc Runn uses token authentication to access the API. Ensure all requests contain an authorization header as … Read more
GET statement The time API returns all the data required for the WFM part of the solution (i.e. People, Projects and Actuals) The major issue is resolving the 2 factor Authentication and maintaining the Refresh and Access tokens https://www.workflowmax.com/api/v3/time-methods Parameter Required? Description from=YYYYMMDD Required Return time sheet entries created on or after this date. to=YYYYMMDD … Read more