Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As user of the Objects API I want to identify objects by a custom but unique identifier #152

Open
joeribekker opened this issue Feb 17, 2021 · 0 comments

Comments

@joeribekker
Copy link
Member

joeribekker commented Feb 17, 2021

This allows for proper updates on objects that have their own identification property and don't use the UUID given by the Objects API. It can ofcourse be combined from other fields on the client-side.

The identification-field is part of the Objects API Object and can be whatever value as long as it's less than 100 chars and unique in combination with its type. Filtering on this field, in combination with a type, should be allowed.

We can make the field optional, mostly used for sync-operations with data that does not store the UUID of each object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants