Expose accurate seconds on Entity LastModified timestamps
How: The DateTime object exposed via the LastModified field on Entities in the Remoting API is updated to be accurate down to the second and if possible millisecond of when the latest Entity update occurred, or alternatively a new field with highe...
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? 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...
Update vulnerable package dependencies in Remoting NuGet package
How: InRiver needs to update vulnerable dependent packages in the remoting nuget package Why: Because many of the dependent package versions have severe vulnerabilities. For Who: Partners utilising the remoting nuget package that also want, or nee...
Add ability to query for specifications through the REST API
How: Add additional "specificationCriteria" property in the body of the /api/v1.0.0/query endpoint Why: Currently, there is no way of querying for data in specifications. This is however possible when using the Remoting API with a ComplexQuery. I ...
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 ...
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...
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? 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...
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...