Cyclos 4.11 REST deprecation notes.
Model properties
| To remove on | Model | Property | Notes |
| 4.12 | AdView | addresses | Use |
| 4.12 | TicketsPermissions | accept | Use |
| 4.12 | UsersPermissions | contacts | Use |
| 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 there are 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 | true |
| 4.13 | TransactionDataForSearch | canViewScheduled | Use |
| 4.13 | TransactionTypeData | requiresDescription | Use |
| 4.13 | VoucherView | canCancel | This is redundant with |
Service operations
| To remove on | URL | Method | Notes |
| 4.12 | /tickets/{ticket}/accept | POST | Use |
| 4.12 | /{user}/contacts/{contact} | DELETE | Use |
| 4.12 | /{user}/contacts/{contact} | POST | Use |
| 4.13 | /contactInfos/{id}/image | POST | Use |
| 4.13 | /images/{id}/content | GET | Use |
| 4.13 | /images/{kind}/{file} | GET | Use |