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 ...
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...
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...
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...
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...
How: Get ALL Cvl Values like we can in Remoting. Why: So we don't first need to get all Cvls, to then iterate them one by one, to get all Cvl Values for the individual Cvl. For Who: Developers to improve performance and reduce complexity. Impact: ...
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? Users of REST API using Specifications
What impact would it make? Retrieving the visual names of Specification categories How should it work? Extra call ...
Please, fill in the below fields to enable the processing of your idea. Who would benefit? Users of REST API using Specifications What impact would it make? Would make it possible to get the same order as in inriver How should it work? Add option ...