Version 1.0
Connector Overview: This page documents all 5 actions for the Msdynamics365dataverseconnector v1.0.
General (5)
POST Create Record
/{entitySet}
Create Record
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The content type of the request payload sent to the API (e.g. application/json). |
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Additional query string name/value pairs to append to the request URL. |
|
|
The logical name of the table (entity set) where the record will be created. |
|
|
The response format expected from the API (e.g. application/json). |
DELETE Delete Record
/{entitySet}/{recordId}
Delete Record
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Additional query string name/value pairs to append to the request URL. |
|
|
The logical name of the table that contains the record to delete. |
|
|
The unique identifier (GUID) of the record to delete. |
|
|
The response format expected from the API (e.g. application/json). |
GET Get all records
/{entitySet}
Get all records
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Additional query string name/value pairs to append to the request URL. |
|
|
The logical name of the table whose records you want to retrieve. |
|
|
The response format expected from the API (e.g. application/json). |
GET Get single record by ID
/{entitySet}/{recordId}
Get single record by ID
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Additional query string name/value pairs to append to the request URL. |
|
|
The logical name of the table that contains the record. |
|
|
The unique identifier (GUID) of the record to retrieve. |
|
|
The response format expected from the API (e.g. application/json). |
PATCH Update Record
/{entitySet}/{recordId}
Update Record
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The content type of the request payload sent to the API (e.g. application/json). |
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Additional query string name/value pairs to append to the request URL. |
|
|
The logical name of the table that contains the record to update. |
|
|
The unique identifier (GUID) of the record to update. |
|
|
The response format expected from the API (e.g. application/json). |