Ability to programmatically add links to a source entity which has a disabled link rule applied on a link type
How: To have the API support adding or deleting links on a source entity with a disabled link rule applied. Why: It is currently not possible to programmatically add links to a target entity when there is a link rule set on the source entity for t...
Add LinkId for inbound/outbound links in the /entities:fetchdata API Call
How: Include the link id property in the existing Inbound and Outbound link objects returned from fetchdata. Example: {
"id": 1234, // This would be the actual link ID
"entityId": 194866,
"summary": { ... }
}
Why: Currently, fetchdata allows ...
Please, fill in the below fields to enable the processing of your idea. Who would benefit? Customers using connectorstates What impact would it make? Memory usage / performance How should it work? Extra parameter(s)/api/v1.0.0/extensions/connector...
How: Add endpoint for batch-linking one entity to many other entities. Why: It is often the case that we have a set of entities that we need to link to another, such as when linking a set of resources to a product. Adding these links one-by-one re...
How: Add a REST API call which returns a list of all the connectorIds and the count of connectorstates Why: Retrieve all the connectorstates with /api/v1.0.0/extensions/connectorstates can be quite overwhelming, and unneeded. Example Result: Conne...
Why does the model for an EntityType and FieldSet not return all the translations for the Name/Description property, but the FieldType and Category do? In a request for creating/updating a EntityType and Fieldset, the API accepts an object with tr...
Please, fill in the below fields to enable the processing of your idea. Who would benefit? Everyone that uses the Rest API and needs to manage users without using the Remoting API dependencies. What impact would it make? Users would be able to use...
Please, fill in the below fields to enable the processing of your idea. Who would benefit? Systems/users who want to get logging What impact would it make? See errors automatically How should it work? A call with same options to search for logging...
Accurate last modified date/time for fields without history tracking
Please, fill in the below fields to enable the processing of your idea. Who would benefit? Customers and partners implementing publication processes or users who need to backtrack why an entity got changed What impact would it make? Reduce the num...
Please, fill in the below fields to enable the processing of your idea. Who would benefit? Anyone using the /query endpoint through the REST API What impact would it make? It would improve performance of the query endpoint, as it would be paginate...