Skip to content

Commit 378a3a2

Browse files
Extend Methods with New Features (#3758)
* Add refreshUrl * Modify "Global" to "GlobalPerConnector." * Rebranding to NH, integration of internal workflow, and inclusion of OpenAI attributes * Update Readme.md * Update apiDefinition.swagger.json * Update apiDefinition.swagger.json * Extend Existing Methods * small fix
1 parent e0efeb0 commit 378a3a2

File tree

3 files changed

+666
-967
lines changed

3 files changed

+666
-967
lines changed

certified-connectors/Strategic Portfolio Manager/Readme.md certified-connectors/NH360 Portfolio Insights/Readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ You will need the following to proceed:
1818
The connector supports the following operations:
1919
* `Create entity`: Create a new entity in the NH360 Portfolio Insights site.
2020
* `Get entity`: Returns properties of a selected entity.
21+
* `Get entity -strict`: Returns the properties of a selected entity, provided in the Data property of the response. If an error occurs, it is returned without retry attempts.
2122
* `List all entities`: Returns a list with all Entities from the NH360 Portfolio Insights site.
23+
* `List all entities -strict`: Returns a list of all entities from the NH360 Portfolio Insights site. The values are included in the Data property, and in case of an error, no retries are attempted —only the error message is returned.
2224
* `List entity types`: Returns a list with all Entity Types from the NH360 Portfolio Insights site.
2325
* `Get entity field value`: Returns a specific Entity Field value from an entity.
2426
* `Get entity fields values`: Returns a list with all Entity Fields and their values for a certain entity.
27+
* `Get entity field values odata -strict`: Returns a list with all Entity Fields and their values for a certain entity. The fields are returned within the `Data` property of the response. If the OData query is malformed, an error is returned without any retry attempts.
2528
* `Get entity fields`: Returns a list with an entity’s field names and their unique identifiers.
2629
* `Get option set values`: Returns a list with all available values of a selected Option Set
2730
* `List all options sets`: Returns a list with all options sets from the NH360 Portfolio Insights site.

0 commit comments

Comments
 (0)