Connector Log Types
Connector log types classify log entries generated by integration connectors.
Use the Datastore_ConnectorLogType endpoint to query connector log types.
Endpoints
List Connector Log Types
GET
/v1/odata/Datastore_ConnectorLogTypeSingle Connector Log Type
GET
/v1/odata/Datastore_ConnectorLogType({id})Fields
Datastore Fields (inherited)
| Field | Type | Description |
|---|---|---|
Name | String | Display name |
Code | String | Unique code identifier |
LocalizedName | String | Localized display name |
IsDefault | Boolean | Whether this is the default value |
Filtering Examples
GET
/v1/odata/Datastore_ConnectorLogType?$filter=Name eq '{Name}'&$top={top}GET
/v1/odata/Datastore_ConnectorLogType?$filter=contains(Name, '{Name}')&$top={top}GET
/v1/odata/Datastore_ConnectorLogType?$filter=Code eq '{Code}'&$top={top}GET
/v1/odata/Datastore_ConnectorLogType?$filter=IsDefault eq {IsDefault}&$top={top}Custom Query
Build your own OData query against Datastore_ConnectorLogType. Open Run and edit the whole request inline — swap the entity set, change the $filter, or add $expand, $select, $orderby, $top, $skip. Type $ for suggestions; use ↺ Reset to restore this example.
GET
/v1/odata/Datastore_ConnectorLogType?$top=10