-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Hi,
It seems that isDeleted and status were removed from EarnCode in the API. Can we please confirm it is permanent or just a bug? If it is permanent, can we have them removed from the SDK too? Thanks.
GET: /query/EarnCode?fields=id,isDeleted&where=id>0
| errorMessage | "Invalid field 'isDeleted' at position 4." |
|---|---|
| errorMessageKey | "errors.invalidField" |
| errorCode | 400 |
GET: /query/EarnCode?fields=id,status&where=id>0
| errorMessage | "Invalid field 'status' at position 4." |
|---|---|
| errorMessageKey | "errors.invalidField" |
| errorCode | 400 |
Metadata
Metadata
Assignees
Labels
No labels