Skip to content

EarnCode fields removal #387

@ericpurico

Description

@ericpurico

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions