Critical path in API differs from UI
differs = do not work
Project: https://app.smartsheet.com/b/publish?EQBCT=f76e6458a3f64d7d8186be3ed70674ce
In UI critical path contains more then 20 rows. For example #6,#7,#8,#9, etc.
In API I see only two elements. #44 and #45.
I checked my other project. Behavior is the same. In UI critical path is correct, in API is wrong.
Result from API:
curl -s https://api.smartsheet.com/2.0/sheets/5737448354408324 -H "Authorization: Bearer <INSERT YOUR TOKEN HERE>" | jq '.rows[] | select(.inCriticalPath == true) | {id: .id, name: .
cells[1], inCriticalPath: .inCriticalPath}'
{
"id": 5651459277121412,
"name": {
"columnId": 1729420890269572,
"value": 44,
"displayValue": "44"
},
"inCriticalPath": true
}
{
"id": 3399659463436164,
"name": {
"columnId": 1729420890269572,
"value": 45,
"displayValue": "45"
},
"inCriticalPath": true
}
Answers
-
I tried:
- turn off/on critical path in UI
- turn off/on dependencies
Doesn't help at all.
-
If you're finding discrepancies between the Smartsheet API and UI, please do submit a Support Ticket so that our team can troubleshoot this. The steps you've provided here are very useful, so please provide them with a link to this post.
Thanks!
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives