-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Currently on the official documentation the possible AccessLevel are :
- ADMIN
- COMMENTER
- EDITOR
- EDITOR_SHARE
- OWNER
- VIEWER
cf: https://developers.smartsheet.com/api/smartsheet/openapi/sheets/sheet
Although on the C# enum we have :
- VIEWER
- EDITOR
- EDITOR_SHARE
- ADMIN
- OWNER
cf: https://github.com/smartsheet/smartsheet-csharp-sdk/blob/mainline/smartsheet-csharp-sdk/main/Smartsheet/Api/Models/AccessLevel.cs
Finnaly on POSTMAN, I detected a new one (I edited the ids/urls/name) :
{
"id": 3875574625322884,
"name": "High Achievement Awards Response",
"accessLevel": "NONE",
"permalink": "https://app.smartsheet.com/sheets/8p4hjvhjkJ6p9r6Xv38WVmV31"
},
This one is creating some issue while trying to deserialize the content while calling https://api.smartsheet.com/2.0/folders/personal endpont.
Metadata
Metadata
Assignees
Labels
No labels