Cyclos 4.12 REST deprecation notes.
Model properties
| To remove on | Model | Property | Notes |
| 4.13 | BaseCustomFieldValue | linkedEntityValue | Use one of the specific fields: - |
| 4.13 | CustomFieldDetailed | allowedMimeTypes | Use |
| 4.13 | CustomFieldDetailed | otherMimeTypes | Use |
| 4.13 | Notification | location | Use |
| 4.13 | Operation | canRunDirectly | Use the other flags instead. This flag was decomposed in several others to allow better control at the moment of run a custom operation. For example, if your front-end asks for the confirmation password in a popup instead of in its own page and the only thing you need to run the operation is that (i.e thereare no missing parameters, no file upload, etc) then you could show the popup to collect the password and then run the custom operation directly in the same page on which you are. |
| 4.13 | PaymentRequestPermissions | authorize | Use accept instead |
| 4.13 | TransactionDataForSearch | canViewScheduled | Use |
| 4.13 | TransactionTypeData | requiresDescription | Use |
| 4.13 | VoucherView | canCancel | This is redundant with |
| 4.14 | AdDataForSearch | defaultGroups | Use the groups returned in the query instead. |
| 4.14 | DataForEditFullProfile | display | DEPRECATED. Use Contains the formatting of the user according to the configuration. Is only returned if no profile fields are marked to return in user list. |
| 4.14 | DataForEditFullProfile | shortDisplay | DEPRECATED. Use Contains the short formatting of the user according to the configuration. Is only returned if no profile fields are marked to return in user list |
| 4.14 | TransactionView | scheduled | See the documentation of |
| 4.15 | TokensPermissions | nfc | DEPRECATED: Use either Permissions over each visible nfc token type |
| null | AdQueryFilters | broker | DEPRECATED. Use |
| null | UserPermissions | personalizeNfcTokens | DEPRECATED: Filter the NFC tokens the authenticated user can personalize for the given user |
Service operations
| To remove on | URL | Method | Notes |
| 4.13 | /contactInfos/{id}/image | POST | Use |
| 4.13 | /images/{id}/content | GET | Use |
| 4.13 | /images/{kind}/{file} | GET | Use |
| 4.14 | /users/validate/email-change/{key} | POST | Use |
| 4.14 | /users/validate/registration/{key} | POST | Use |
| 4.15 | /{user}/vouchers/types-for-buy | GET | Instead use "/{user}/vouchers/data-for-buy" without passing a type. List the voucher types the user can buy to another user (or himself) |