Microsoft.AgFoodPlatform (preview:2023-06-01)

2025/09/26 • 31 new, 227 deleted methods

CheckNameAvailability_CheckNameAvailability (new)
Description Checks the name availability of the resource with requested resource name.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.AgFoodPlatform/checkNameAvailability
{
subscriptionId: string ,
api-version: string ,
nameAvailabilityRequest:
{
name: string ,
type: string ,
}
,
}

⚐ Response (200)

{
nameAvailable: boolean ,
reason: enum ,
message: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataConnectors_Get (new)
Description Get specific Data Connector resource by DataConnectorName.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/dataConnectors/{dataConnectorName}
{
resourceGroupName: string ,
subscriptionId: string ,
dataManagerForAgricultureResourceName: string ,
dataConnectorName: string ,
api-version: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
credentials:
{
kind: enum ,
}
,
}
,
eTag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataConnectors_CreateOrUpdate (new)
Description Create or update Data Connector For MADMA resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/dataConnectors/{dataConnectorName}
{
resourceGroupName: string ,
subscriptionId: string ,
dataManagerForAgricultureResourceName: string ,
dataConnectorName: string ,
api-version: string ,
body:
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
credentials:
{
kind: enum ,
}
,
}
,
eTag: string ,
}
,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
credentials:
{
kind: enum ,
}
,
}
,
eTag: string ,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
credentials:
{
kind: enum ,
}
,
}
,
eTag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataConnectors_Delete (new)
Description Delete a Data Connectors with given dataConnector name.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/dataConnectors/{dataConnectorName}
{
resourceGroupName: string ,
subscriptionId: string ,
dataManagerForAgricultureResourceName: string ,
dataConnectorName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (400)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataConnectors_List (new)
Description Lists the Data Connector Credentials for MADMA instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/dataConnectors
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
api-version: string ,
$maxPageSize: integer ,
$skipToken: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
credentials:
{
kind: enum ,
}
,
}
,
eTag: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataManagerForAgricultureExtensions_List (new)
Description Get list of Data Manager For Agriculture extension.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions
{
farmBeatsExtensionIds: array ,
farmBeatsExtensionNames: array ,
extensionCategories: array ,
publisherIds: array ,
$maxPageSize: integer ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
targetResourceType: string ,
farmBeatsExtensionId: string ,
farmBeatsExtensionName: string ,
farmBeatsExtensionVersion: string ,
publisherId: string ,
description: string ,
extensionCategory: string ,
extensionAuthLink: string ,
extensionApiDocsLink: string ,
detailedInformation:
[
{
apiName: string ,
apiDocsLink: string ,
apiType: string ,
customParameters:
[
string ,
]
,
platformParameters:
[
string ,
]
,
apiDefaultInputParameters:
[
string ,
]
,
unitsSupported:
{
key: string ,
values:
[
string ,
]
,
}
,
apiInputParameters:
[
string ,
]
,
}
,
]
,
}
,
}
,
]
,
$skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataManagerForAgricultureExtensions_Get (new)
Description Get Data Manager For Agriculture extension.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions/{dataManagerForAgricultureExtensionId}
{
dataManagerForAgricultureExtensionId: string ,
api-version: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
targetResourceType: string ,
farmBeatsExtensionId: string ,
farmBeatsExtensionName: string ,
farmBeatsExtensionVersion: string ,
publisherId: string ,
description: string ,
extensionCategory: string ,
extensionAuthLink: string ,
extensionApiDocsLink: string ,
detailedInformation:
[
{
apiName: string ,
apiDocsLink: string ,
apiType: string ,
customParameters:
[
string ,
]
,
platformParameters:
[
string ,
]
,
apiDefaultInputParameters:
[
string ,
]
,
unitsSupported:
{
key: string ,
values:
[
string ,
]
,
}
,
apiInputParameters:
[
string ,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataManagerForAgricultureResources_Get (new)
Description Get DataManagerForAgriculture resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
properties:
{
instanceUri: string ,
provisioningState: enum ,
sensorIntegration:
{
enabled: string ,
provisioningState: enum ,
provisioningInfo:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}
,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataManagerForAgricultureResources_CreateOrUpdate (new)
Description Create or update Data Manager For Agriculture resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
api-version: string ,
request:
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
properties:
{
instanceUri: string ,
provisioningState: enum ,
sensorIntegration:
{
enabled: string ,
provisioningState: enum ,
provisioningInfo:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}
,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
properties:
{
instanceUri: string ,
provisioningState: enum ,
sensorIntegration:
{
enabled: string ,
provisioningState: enum ,
provisioningInfo:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}
,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}

⚐ Response (201)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
properties:
{
instanceUri: string ,
provisioningState: enum ,
sensorIntegration:
{
enabled: string ,
provisioningState: enum ,
provisioningInfo:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}
,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataManagerForAgricultureResources_Update (new)
Description Update a Data Manager For Agriculture resource.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
api-version: string ,
request:
{
location: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
properties:
{
sensorIntegration:
{
enabled: string ,
provisioningState: enum ,
provisioningInfo:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}
,
publicNetworkAccess: enum ,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
properties:
{
instanceUri: string ,
provisioningState: enum ,
sensorIntegration:
{
enabled: string ,
provisioningState: enum ,
provisioningInfo:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}
,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}

⚐ Response (202)

{
$headers:
{
location: string ,
}
,
$schema:
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
properties:
{
instanceUri: string ,
provisioningState: enum ,
sensorIntegration:
{
enabled: string ,
provisioningState: enum ,
provisioningInfo:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}
,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataManagerForAgricultureResources_Delete (new)
Description Delete a Data Manager For Agriculture resource.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataManagerForAgricultureResources_ListBySubscription (new)
Description Lists the DataManagerForAgriculture instances for a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.AgFoodPlatform/farmBeats
{
$maxPageSize: integer ,
$skipToken: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
properties:
{
instanceUri: string ,
provisioningState: enum ,
sensorIntegration:
{
enabled: string ,
provisioningState: enum ,
provisioningInfo:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}
,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}
,
]
,
$skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataManagerForAgricultureResources_ListByResourceGroup (new)
Description Lists the DataManagerForAgriculture instances for a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats
{
$maxPageSize: integer ,
$skipToken: string ,
resourceGroupName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
properties:
{
instanceUri: string ,
provisioningState: enum ,
sensorIntegration:
{
enabled: string ,
provisioningState: enum ,
provisioningInfo:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}
,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}
,
]
,
$skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OperationResults_Get (new)
Description Get operationResults for a Data Manager For Agriculture resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.AgFoodPlatform/locations/{locations}/operationResults/{operationResultsId}
{
subscriptionId: string ,
api-version: string ,
locations: string ,
operationResultsId: string ,
}

⚐ Response (200)

{
status: string ,
error:
{
code: string ,
message: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Extensions_CreateOrUpdate (new)
Description Install or Update extension. Additional Api Properties are merged patch and if the extension is updated to a new version then the obsolete entries will be auto deleted from Additional Api Properties.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/extensions/{extensionId}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
extensionId: string ,
api-version: string ,
requestBody:
{
extensionVersion: string ,
additionalApiProperties: object ,
}
,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
extensionId: string ,
extensionCategory: string ,
installedExtensionVersion: string ,
extensionAuthLink: string ,
extensionApiDocsLink: string ,
additionalApiProperties: object ,
}
,
eTag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Extensions_Get (new)
Description Get installed extension details by extension id.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/extensions/{extensionId}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
extensionId: string ,
api-version: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
extensionId: string ,
extensionCategory: string ,
installedExtensionVersion: string ,
extensionAuthLink: string ,
extensionApiDocsLink: string ,
additionalApiProperties: object ,
}
,
eTag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Extensions_Delete (new)
Description Uninstall extension.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/extensions/{extensionId}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
extensionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Extensions_ListByDataManagerForAgriculture (new)
Description Get installed extensions details.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/extensions
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
api-version: string ,
extensionIds: array ,
extensionCategories: array ,
$maxPageSize: integer ,
$skipToken: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
extensionId: string ,
extensionCategory: string ,
installedExtensionVersion: string ,
extensionAuthLink: string ,
extensionApiDocsLink: string ,
additionalApiProperties: object ,
}
,
eTag: string ,
}
,
]
,
$skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Operations_List (new)
Description Lists the available operations of Microsoft.AgFoodPlatform resource provider.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.AgFoodPlatform/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_CreateOrUpdate (new)
Description Approves or Rejects a Private endpoint connection request.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
privateEndpointConnectionName: string ,
api-version: string ,
request:
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (400)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_Get (new)
Description Get Private endpoint connection object.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
privateEndpointConnectionName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_Delete (new)
Description Delete Private endpoint connection request.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
privateEndpointConnectionName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_ListByResource (new)
Description Get list of Private endpoint connections.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/privateEndpointConnections
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateLinkResources_ListByResource (new)
Description Get list of Private link resources.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/privateLinkResources
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateLinkResources_Get (new)
Description Get Private link resource object.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/privateLinkResources/{subResourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
subResourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Solutions_CreateOrUpdate (new)
Description Install Or Update Solution.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/solutions/{solutionId}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
solutionId: string ,
api-version: string ,
requestBody:
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
partnerId: string ,
saasSubscriptionId: string ,
saasSubscriptionName: string ,
marketplacePublisherId: string ,
planId: string ,
roleAssignmentId: string ,
offerId: string ,
termId: string ,
}
,
eTag: string ,
}
,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
partnerId: string ,
saasSubscriptionId: string ,
saasSubscriptionName: string ,
marketplacePublisherId: string ,
planId: string ,
roleAssignmentId: string ,
offerId: string ,
termId: string ,
}
,
eTag: string ,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
partnerId: string ,
saasSubscriptionId: string ,
saasSubscriptionName: string ,
marketplacePublisherId: string ,
planId: string ,
roleAssignmentId: string ,
offerId: string ,
termId: string ,
}
,
eTag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Solutions_Get (new)
Description Get installed Solution details by Solution id.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/solutions/{solutionId}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
solutionId: string ,
api-version: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
partnerId: string ,
saasSubscriptionId: string ,
saasSubscriptionName: string ,
marketplacePublisherId: string ,
planId: string ,
roleAssignmentId: string ,
offerId: string ,
termId: string ,
}
,
eTag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Solutions_Delete (new)
Description Uninstall Solution.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/solutions/{solutionId}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
solutionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Solutions_List (new)
Description Get installed Solutions details.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/solutions
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
api-version: string ,
solutionIds: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
$maxPageSize: integer ,
$skipToken: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
partnerId: string ,
saasSubscriptionId: string ,
saasSubscriptionName: string ,
marketplacePublisherId: string ,
planId: string ,
roleAssignmentId: string ,
offerId: string ,
termId: string ,
}
,
eTag: string ,
}
,
]
,
$skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SolutionsDiscoverability_List (new)
Description Get list of Data Manager For Agriculture solutions.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.AgFoodPlatform/farmBeatsSolutionDefinitions
{
farmBeatsSolutionIds: array ,
farmBeatsSolutionNames: array ,
$maxPageSize: integer ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
partnerId: string ,
partnerTenantId: string ,
dataAccessScopes:
[
string ,
]
,
marketplaceOfferDetails:
{
saasOfferId: string ,
publisherId: string ,
}
,
openApiSpecsDictionary: object ,
accessFBApplicationId: string ,
saaSApplicationId: string ,
actionIds:
[
string ,
]
,
roleId: string ,
roleName: string ,
accessFBApplicationName: string ,
}
,
}
,
]
,
$skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SolutionsDiscoverability_Get (new)
Description Get Data Manager For Agriculture solution by id.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.AgFoodPlatform/farmBeatsSolutionDefinitions/{dataManagerForAgricultureSolutionId}
{
dataManagerForAgricultureSolutionId: string ,
api-version: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
partnerId: string ,
partnerTenantId: string ,
dataAccessScopes:
[
string ,
]
,
marketplaceOfferDetails:
{
saasOfferId: string ,
publisherId: string ,
}
,
openApiSpecsDictionary: object ,
accessFBApplicationId: string ,
saaSApplicationId: string ,
actionIds:
[
string ,
]
,
roleId: string ,
roleName: string ,
accessFBApplicationName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ApplicationData_List (removed)
Description Returns a paginated list of application data resources across all parties.
Reference Link ¶

⚼ Request

GET:  /application-data
{
minAvgMaterial: number ,
maxAvgMaterial: number ,
minTotalMaterial: number ,
maxTotalMaterial: number ,
sources: array ,
associatedBoundaryIds: array ,
minOperationStartDateTime: string ,
maxOperationStartDateTime: string ,
minOperationEndDateTime: string ,
maxOperationEndDateTime: string ,
minOperationModifiedDateTime: string ,
maxOperationModifiedDateTime: string ,
minArea: number ,
maxArea: number ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
applicationProductDetails:
[
{
productName: string ,
isCarrier: boolean ,
avgMaterial:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
}
,
]
,
avgMaterial:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
ApplicationData_CreateCascadeDeleteJob (removed)
Description Create cascade delete job for application data resource.
Reference Link ¶

⚼ Request

PUT:  /application-data/cascade-delete/{jobId}
{
jobId: string ,
partyId: string ,
applicationDataId: string ,
api-version: string ,
}

⚐ Response (202)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
ApplicationData_GetCascadeDeleteJobDetails (removed)
Description Get cascade delete job for application data resource.
Reference Link ¶

⚼ Request

GET:  /application-data/cascade-delete/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
ApplicationData_ListByPartyId (removed)
Description Returns a paginated list of application data resources under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/application-data
{
partyId: string ,
minAvgMaterial: number ,
maxAvgMaterial: number ,
minTotalMaterial: number ,
maxTotalMaterial: number ,
sources: array ,
associatedBoundaryIds: array ,
minOperationStartDateTime: string ,
maxOperationStartDateTime: string ,
minOperationEndDateTime: string ,
maxOperationEndDateTime: string ,
minOperationModifiedDateTime: string ,
maxOperationModifiedDateTime: string ,
minArea: number ,
maxArea: number ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
applicationProductDetails:
[
{
productName: string ,
isCarrier: boolean ,
avgMaterial:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
}
,
]
,
avgMaterial:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
ApplicationData_Get (removed)
Description Get a specified application data resource under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/application-data/{applicationDataId}
{
partyId: string ,
applicationDataId: string ,
api-version: string ,
}

⚐ Response (200)

{
applicationProductDetails:
[
{
productName: string ,
isCarrier: boolean ,
avgMaterial:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
}
,
]
,
avgMaterial:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
ApplicationData_CreateOrUpdate (removed)
Description Creates or updates an application data resource under a particular party.
Reference Link ¶

⚼ Request

PATCH:  /parties/{partyId}/application-data/{applicationDataId}
{
partyId: string ,
applicationDataId: string ,
api-version: string ,
applicationData:
{
applicationProductDetails:
[
{
productName: string ,
isCarrier: boolean ,
avgMaterial:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
}
,
]
,
avgMaterial:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}

⚐ Response (200)

{
applicationProductDetails:
[
{
productName: string ,
isCarrier: boolean ,
avgMaterial:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
}
,
]
,
avgMaterial:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (201)

{
applicationProductDetails:
[
{
productName: string ,
isCarrier: boolean ,
avgMaterial:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
}
,
]
,
avgMaterial:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
ApplicationData_Delete (removed)
Description Deletes a specified application data resource under a particular party.
Reference Link ¶

⚼ Request

DELETE:  /parties/{partyId}/application-data/{applicationDataId}
{
partyId: string ,
applicationDataId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Attachments_ListByPartyId (removed)
Description Returns a paginated list of attachment resources under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/attachments
{
partyId: string ,
resourceIds: array ,
resourceTypes: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
resourceId: string ,
resourceType: enum ,
originalFileName: string ,
partyId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
eTag: string ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Attachments_Get (removed)
Description Gets a specified attachment resource under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/attachments/{attachmentId}
{
partyId: string ,
attachmentId: string ,
api-version: string ,
}

⚐ Response (200)

{
resourceId: string ,
resourceType: enum ,
originalFileName: string ,
partyId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
eTag: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Attachments_CreateOrUpdate (removed)
Description Creates or updates an attachment resource under a particular party.
Reference Link ¶

⚼ Request

PATCH:  /parties/{partyId}/attachments/{attachmentId}
{
partyId: string ,
attachmentId: string ,
api-version: string ,
file: file ,
resourceId: string ,
resourceType: string ,
originalFileName: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
eTag: string ,
}

⚐ Response (201)

{
resourceId: string ,
resourceType: enum ,
originalFileName: string ,
partyId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
eTag: string ,
}

⚐ Response (200)

{
resourceId: string ,
resourceType: enum ,
originalFileName: string ,
partyId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
eTag: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Attachments_Delete (removed)
Description Deletes a specified attachment resource under a particular party.
Reference Link ¶

⚼ Request

DELETE:  /parties/{partyId}/attachments/{attachmentId}
{
partyId: string ,
attachmentId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Attachments_Download (removed)
Description Downloads and returns attachment as response for the given input filePath.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/attachments/{attachmentId}/file
{
partyId: string ,
attachmentId: string ,
api-version: string ,
}

⚐ Response (200)

{
$schema: file ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Boundaries_List (removed)
Description Returns a paginated list of boundary resources across all parties.
Reference Link ¶

⚼ Request

GET:  /boundaries
{
parentType: string ,
type: string ,
parentIds: array ,
minArea: number ,
maxArea: number ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
parentId: string ,
area:
{
unit: string ,
value: number ,
}
,
parentType: enum ,
type: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Boundaries_CreateCascadeDeleteJob (removed)
Description Create a cascade delete job for specified boundary.
Reference Link ¶

⚼ Request

PUT:  /boundaries/cascade-delete/{jobId}
{
jobId: string ,
partyId: string ,
boundaryId: string ,
api-version: string ,
}

⚐ Response (202)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Boundaries_GetCascadeDeleteJobDetails (removed)
Description Get cascade delete job for specified boundary.
Reference Link ¶

⚼ Request

GET:  /boundaries/cascade-delete/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Boundaries_ListByPartyId (removed)
Description Returns a paginated list of boundary resources under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/boundaries
{
partyId: string ,
parentType: string ,
type: string ,
parentIds: array ,
minArea: number ,
maxArea: number ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
parentId: string ,
area:
{
unit: string ,
value: number ,
}
,
parentType: enum ,
type: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Boundaries_SearchByPartyId (removed)
Description Search for boundaries by fields and intersecting geometry.
Reference Link ¶

⚼ Request

POST:  /parties/{partyId}/boundaries
{
partyId: string ,
api-version: string ,
searchBoundaryQuery:
{
ids:
[
string ,
]
,
names:
[
string ,
]
,
propertyFilters:
[
string ,
]
,
statuses:
[
string ,
]
,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
parentType: enum ,
type: string ,
parentIds:
[
string ,
]
,
minArea: number ,
maxArea: number ,
intersectsWithGeometry:
{
type: enum ,
}
,
}
,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
parentId: string ,
area:
{
unit: string ,
value: number ,
}
,
parentType: enum ,
type: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Boundaries_CreateOrUpdate (removed)
Description Creates or updates a boundary resource.
Reference Link ¶

⚼ Request

PATCH:  /parties/{partyId}/boundaries/{boundaryId}
{
partyId: string ,
boundaryId: string ,
api-version: string ,
boundary:
{
geometry:
{
type: enum ,
}
,
type: string ,
crs: string ,
centroid:
{
type: enum ,
}
,
bbox:
{
type: enum ,
}
,
partyId: string ,
parentId: string ,
area:
{
unit: string ,
value: number ,
}
,
parentType: enum ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (200)

{
geometry:
{
type: enum ,
}
,
type: string ,
crs: string ,
centroid:
{
type: enum ,
}
,
bbox:
{
type: enum ,
}
,
partyId: string ,
parentId: string ,
area:
{
unit: string ,
value: number ,
}
,
parentType: enum ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (201)

{
geometry:
{
type: enum ,
}
,
type: string ,
crs: string ,
centroid:
{
type: enum ,
}
,
bbox:
{
type: enum ,
}
,
partyId: string ,
parentId: string ,
area:
{
unit: string ,
value: number ,
}
,
parentType: enum ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Boundaries_Get (removed)
Description Gets a specified boundary resource under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/boundaries/{boundaryId}
{
partyId: string ,
boundaryId: string ,
api-version: string ,
}

⚐ Response (200)

{
geometry:
{
type: enum ,
}
,
type: string ,
crs: string ,
centroid:
{
type: enum ,
}
,
bbox:
{
type: enum ,
}
,
partyId: string ,
parentId: string ,
area:
{
unit: string ,
value: number ,
}
,
parentType: enum ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Boundaries_Delete (removed)
Description Deletes a specified boundary resource under a particular party.
Reference Link ¶

⚼ Request

DELETE:  /parties/{partyId}/boundaries/{boundaryId}
{
partyId: string ,
boundaryId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Boundaries_GetOverlap (removed)
Description Returns overlapping area between two boundary Ids.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/boundaries/{boundaryId}/overlap
{
partyId: string ,
boundaryId: string ,
otherPartyId: string ,
otherBoundaryId: string ,
api-version: string ,
}

⚐ Response (200)

{
boundaryArea: number ,
otherBoundaryArea: number ,
intersectingArea: number ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
CropProducts_List (removed)
Description Returns a paginated list of crop product resources.
Reference Link ¶

⚼ Request

GET:  /crop-products
{
cropIds: array ,
brands: array ,
products: array ,
traits: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
cropIds:
[
string ,
]
,
brand: string ,
product: string ,
trait: string ,
relativeMaturity:
{
unit: string ,
value: number ,
}
,
treatments:
[
string ,
]
,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
CropProducts_Get (removed)
Description Gets a specified crop Product resource.
Reference Link ¶

⚼ Request

GET:  /crop-products/{cropProductId}
{
cropProductId: string ,
api-version: string ,
}

⚐ Response (200)

{
cropIds:
[
string ,
]
,
brand: string ,
product: string ,
trait: string ,
relativeMaturity:
{
unit: string ,
value: number ,
}
,
treatments:
[
string ,
]
,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
CropProducts_CreateOrUpdate (removed)
Description Creates or updates a crop Product resource.
Reference Link ¶

⚼ Request

PATCH:  /crop-products/{cropProductId}
{
cropProductId: string ,
api-version: string ,
cropProduct:
{
cropIds:
[
string ,
]
,
brand: string ,
product: string ,
trait: string ,
relativeMaturity:
{
unit: string ,
value: number ,
}
,
treatments:
[
string ,
]
,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (201)

{
cropIds:
[
string ,
]
,
brand: string ,
product: string ,
trait: string ,
relativeMaturity:
{
unit: string ,
value: number ,
}
,
treatments:
[
string ,
]
,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (200)

{
cropIds:
[
string ,
]
,
brand: string ,
product: string ,
trait: string ,
relativeMaturity:
{
unit: string ,
value: number ,
}
,
treatments:
[
string ,
]
,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
CropProducts_Delete (removed)
Description Deletes a specified crop Product resource.
Reference Link ¶

⚼ Request

DELETE:  /crop-products/{cropProductId}
{
cropProductId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Crops_List (removed)
Description Returns a paginated list of crop resources.
Reference Link ¶

⚼ Request

GET:  /crops
{
phenotypes: array ,
breedingMethods: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
phenotype: string ,
breedingMethod: enum ,
measurements: object ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Crops_Get (removed)
Description Gets a specified crop resource.
Reference Link ¶

⚼ Request

GET:  /crops/{cropId}
{
cropId: string ,
api-version: string ,
}

⚐ Response (200)

{
phenotype: string ,
breedingMethod: enum ,
measurements: object ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Crops_CreateOrUpdate (removed)
Description Creates or updates a crop resource.
Reference Link ¶

⚼ Request

PATCH:  /crops/{cropId}
{
cropId: string ,
api-version: string ,
crop:
{
phenotype: string ,
breedingMethod: enum ,
measurements: object ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (200)

{
phenotype: string ,
breedingMethod: enum ,
measurements: object ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (201)

{
phenotype: string ,
breedingMethod: enum ,
measurements: object ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Crops_Delete (removed)
Description Deletes Crop for given crop id.
Reference Link ¶

⚼ Request

DELETE:  /crops/{cropId}
{
cropId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
DeviceDataModels_List (removed)
Description Returns a paginated list of device data model resources.
Reference Link ¶

⚼ Request

GET:  /sensor-partners/{sensorPartnerId}/device-data-models
{
sensorPartnerId: string ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
type: string ,
manufacturer: string ,
productCode: string ,
ports:
[
{
name: string ,
type: string ,
}
,
]
,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
DeviceDataModels_CreateOrUpdate (removed)
Description Create a device data model entity.
Reference Link ¶

⚼ Request

PATCH:  /sensor-partners/{sensorPartnerId}/device-data-models/{deviceDataModelId}
{
sensorPartnerId: string ,
deviceDataModelId: string ,
api-version: string ,
deviceDataModelObject:
{
type: string ,
manufacturer: string ,
productCode: string ,
ports:
[
{
name: string ,
type: string ,
}
,
]
,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (201)

{
type: string ,
manufacturer: string ,
productCode: string ,
ports:
[
{
name: string ,
type: string ,
}
,
]
,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (200)

{
type: string ,
manufacturer: string ,
productCode: string ,
ports:
[
{
name: string ,
type: string ,
}
,
]
,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
DeviceDataModels_Get (removed)
Description Gets a device data model entity.
Reference Link ¶

⚼ Request

GET:  /sensor-partners/{sensorPartnerId}/device-data-models/{deviceDataModelId}
{
sensorPartnerId: string ,
deviceDataModelId: string ,
api-version: string ,
}

⚐ Response (200)

{
type: string ,
manufacturer: string ,
productCode: string ,
ports:
[
{
name: string ,
type: string ,
}
,
]
,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
DeviceDataModels_Delete (removed)
Description Deletes a device data model entity.
Reference Link ¶

⚼ Request

DELETE:  /sensor-partners/{sensorPartnerId}/device-data-models/{deviceDataModelId}
{
sensorPartnerId: string ,
deviceDataModelId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Devices_List (removed)
Description Returns a paginated list of device resources.
Reference Link ¶

⚼ Request

GET:  /sensor-partners/{sensorPartnerId}/devices
{
parentDeviceIds: array ,
deviceDataModelIds: array ,
sensorPartnerId: string ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
deviceDataModelId: string ,
integrationId: string ,
type: string ,
hardwareId: string ,
reportingIntervalInSeconds: integer ,
parentDeviceId: string ,
location:
{
latitude: number ,
longitude: number ,
}
,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Devices_CreateOrUpdate (removed)
Description Create a device entity.
Reference Link ¶

⚼ Request

PATCH:  /sensor-partners/{sensorPartnerId}/devices/{deviceId}
{
sensorPartnerId: string ,
deviceId: string ,
api-version: string ,
deviceDetails:
{
deviceDataModelId: string ,
integrationId: string ,
type: string ,
hardwareId: string ,
reportingIntervalInSeconds: integer ,
parentDeviceId: string ,
location:
{
latitude: number ,
longitude: number ,
}
,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (201)

{
deviceDataModelId: string ,
integrationId: string ,
type: string ,
hardwareId: string ,
reportingIntervalInSeconds: integer ,
parentDeviceId: string ,
location:
{
latitude: number ,
longitude: number ,
}
,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (200)

{
deviceDataModelId: string ,
integrationId: string ,
type: string ,
hardwareId: string ,
reportingIntervalInSeconds: integer ,
parentDeviceId: string ,
location:
{
latitude: number ,
longitude: number ,
}
,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Devices_Get (removed)
Description Gets a device entity.
Reference Link ¶

⚼ Request

GET:  /sensor-partners/{sensorPartnerId}/devices/{deviceId}
{
sensorPartnerId: string ,
deviceId: string ,
api-version: string ,
}

⚐ Response (200)

{
deviceDataModelId: string ,
integrationId: string ,
type: string ,
hardwareId: string ,
reportingIntervalInSeconds: integer ,
parentDeviceId: string ,
location:
{
latitude: number ,
longitude: number ,
}
,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Devices_Delete (removed)
Description Deletes a device entity.
Reference Link ¶

⚼ Request

DELETE:  /sensor-partners/{sensorPartnerId}/devices/{deviceId}
{
sensorPartnerId: string ,
deviceId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
FarmOperations_CreateDataIngestionJob (removed)
Description Create a farm operation data ingestion job.
Reference Link ¶

⚼ Request

PUT:  /farm-operations/ingest-data/{jobId}
{
jobId: string ,
api-version: string ,
job:
{
partyId: string ,
authProviderId: string ,
operations:
[
string ,
]
,
startYear: integer ,
isIncremental: boolean ,
providerInput:
{
shapeType: enum ,
shapeResolution: enum ,
}
,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (202)

{
partyId: string ,
authProviderId: string ,
operations:
[
string ,
]
,
startYear: integer ,
isIncremental: boolean ,
providerInput:
{
shapeType: enum ,
shapeResolution: enum ,
}
,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
FarmOperations_GetDataIngestionJobDetails (removed)
Description Get a farm operation data ingestion job.
Reference Link ¶

⚼ Request

GET:  /farm-operations/ingest-data/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
authProviderId: string ,
operations:
[
string ,
]
,
startYear: integer ,
isIncremental: boolean ,
providerInput:
{
shapeType: enum ,
shapeResolution: enum ,
}
,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Farms_List (removed)
Description Returns a paginated list of farm resources across all parties.
Reference Link ¶

⚼ Request

GET:  /farms
{
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Farms_CreateCascadeDeleteJob (removed)
Description Create a cascade delete job for specified farm.
Reference Link ¶

⚼ Request

PUT:  /farms/cascade-delete/{jobId}
{
jobId: string ,
partyId: string ,
farmId: string ,
api-version: string ,
}

⚐ Response (202)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Farms_GetCascadeDeleteJobDetails (removed)
Description Get a cascade delete job for specified farm.
Reference Link ¶

⚼ Request

GET:  /farms/cascade-delete/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Farms_ListByPartyId (removed)
Description Returns a paginated list of farm resources under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/farms
{
partyId: string ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Farms_Get (removed)
Description Gets a specified farm resource under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/farms/{farmId}
{
partyId: string ,
farmId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Farms_CreateOrUpdate (removed)
Description Creates or updates a farm resource under a particular party.
Reference Link ¶

⚼ Request

PATCH:  /parties/{partyId}/farms/{farmId}
{
partyId: string ,
farmId: string ,
api-version: string ,
farm:
{
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (201)

{
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (200)

{
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Farms_Delete (removed)
Description Deletes a specified farm resource under a particular party.
Reference Link ¶

⚼ Request

DELETE:  /parties/{partyId}/farms/{farmId}
{
partyId: string ,
farmId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Fields_List (removed)
Description Returns a paginated list of field resources across all parties.
Reference Link ¶

⚼ Request

GET:  /fields
{
farmIds: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
farmId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Fields_GetCascadeDeleteJobDetails (removed)
Description Get a cascade delete job for specified field.
Reference Link ¶

⚼ Request

GET:  /fields/cascade-delete/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Fields_CreateCascadeDeleteJob (removed)
Description Create a cascade delete job for specified field.
Reference Link ¶

⚼ Request

PUT:  /fields/cascade-delete/{jobId}
{
jobId: string ,
partyId: string ,
fieldId: string ,
api-version: string ,
}

⚐ Response (202)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Fields_ListByPartyId (removed)
Description Returns a paginated list of field resources under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/fields
{
partyId: string ,
farmIds: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
farmId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Fields_Get (removed)
Description Gets a specified field resource under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/fields/{fieldId}
{
partyId: string ,
fieldId: string ,
api-version: string ,
}

⚐ Response (200)

{
farmId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Fields_CreateOrUpdate (removed)
Description Creates or Updates a field resource under a particular party.
Reference Link ¶

⚼ Request

PATCH:  /parties/{partyId}/fields/{fieldId}
{
partyId: string ,
fieldId: string ,
api-version: string ,
field:
{
farmId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (201)

{
farmId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (200)

{
farmId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Fields_Delete (removed)
Description Deletes a specified field resource under a particular party.
Reference Link ¶

⚼ Request

DELETE:  /parties/{partyId}/fields/{fieldId}
{
partyId: string ,
fieldId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
HarvestData_List (removed)
Description Returns a paginated list of harvest data resources across all parties.
Reference Link ¶

⚼ Request

GET:  /harvest-data
{
minTotalYield: number ,
maxTotalYield: number ,
minAvgYield: number ,
maxAvgYield: number ,
minTotalWetMass: number ,
maxTotalWetMass: number ,
minAvgWetMass: number ,
maxAvgWetMass: number ,
minAvgMoisture: number ,
maxAvgMoisture: number ,
minAvgSpeed: number ,
maxAvgSpeed: number ,
sources: array ,
associatedBoundaryIds: array ,
minOperationStartDateTime: string ,
maxOperationStartDateTime: string ,
minOperationEndDateTime: string ,
maxOperationEndDateTime: string ,
minOperationModifiedDateTime: string ,
maxOperationModifiedDateTime: string ,
minArea: number ,
maxArea: number ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
totalYield:
{
unit: string ,
value: number ,
}
,
avgYield:
{
unit: string ,
value: number ,
}
,
totalWetMass:
{
unit: string ,
value: number ,
}
,
avgWetMass:
{
unit: string ,
value: number ,
}
,
avgMoisture:
{
unit: string ,
value: number ,
}
,
avgSpeed:
{
unit: string ,
value: number ,
}
,
harvestProductDetails:
[
{
productName: string ,
area:
{
unit: string ,
value: number ,
}
,
totalYield:
{
unit: string ,
value: number ,
}
,
avgYield:
{
unit: string ,
value: number ,
}
,
avgMoisture:
{
unit: string ,
value: number ,
}
,
totalWetMass:
{
unit: string ,
value: number ,
}
,
avgWetMass:
{
unit: string ,
value: number ,
}
,
}
,
]
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
HarvestData_CreateCascadeDeleteJob (removed)
Description Create cascade delete job for harvest data resource.
Reference Link ¶

⚼ Request

PUT:  /harvest-data/cascade-delete/{jobId}
{
jobId: string ,
partyId: string ,
harvestDataId: string ,
api-version: string ,
}

⚐ Response (202)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
HarvestData_GetCascadeDeleteJobDetails (removed)
Description Get cascade delete job for harvest data resource.
Reference Link ¶

⚼ Request

GET:  /harvest-data/cascade-delete/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
HarvestData_ListByPartyId (removed)
Description Returns a paginated list of harvest data resources under a particular farm.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/harvest-data
{
partyId: string ,
minTotalYield: number ,
maxTotalYield: number ,
minAvgYield: number ,
maxAvgYield: number ,
minTotalWetMass: number ,
maxTotalWetMass: number ,
minAvgWetMass: number ,
maxAvgWetMass: number ,
minAvgMoisture: number ,
maxAvgMoisture: number ,
minAvgSpeed: number ,
maxAvgSpeed: number ,
sources: array ,
associatedBoundaryIds: array ,
minOperationStartDateTime: string ,
maxOperationStartDateTime: string ,
minOperationEndDateTime: string ,
maxOperationEndDateTime: string ,
minOperationModifiedDateTime: string ,
maxOperationModifiedDateTime: string ,
minArea: number ,
maxArea: number ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
totalYield:
{
unit: string ,
value: number ,
}
,
avgYield:
{
unit: string ,
value: number ,
}
,
totalWetMass:
{
unit: string ,
value: number ,
}
,
avgWetMass:
{
unit: string ,
value: number ,
}
,
avgMoisture:
{
unit: string ,
value: number ,
}
,
avgSpeed:
{
unit: string ,
value: number ,
}
,
harvestProductDetails:
[
{
productName: string ,
area:
{
unit: string ,
value: number ,
}
,
totalYield:
{
unit: string ,
value: number ,
}
,
avgYield:
{
unit: string ,
value: number ,
}
,
avgMoisture:
{
unit: string ,
value: number ,
}
,
totalWetMass:
{
unit: string ,
value: number ,
}
,
avgWetMass:
{
unit: string ,
value: number ,
}
,
}
,
]
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
HarvestData_Get (removed)
Description Get a specified harvest data resource under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/harvest-data/{harvestDataId}
{
partyId: string ,
harvestDataId: string ,
api-version: string ,
}

⚐ Response (200)

{
totalYield:
{
unit: string ,
value: number ,
}
,
avgYield:
{
unit: string ,
value: number ,
}
,
totalWetMass:
{
unit: string ,
value: number ,
}
,
avgWetMass:
{
unit: string ,
value: number ,
}
,
avgMoisture:
{
unit: string ,
value: number ,
}
,
avgSpeed:
{
unit: string ,
value: number ,
}
,
harvestProductDetails:
[
{
productName: string ,
area:
{
unit: string ,
value: number ,
}
,
totalYield:
{
unit: string ,
value: number ,
}
,
avgYield:
{
unit: string ,
value: number ,
}
,
avgMoisture:
{
unit: string ,
value: number ,
}
,
totalWetMass:
{
unit: string ,
value: number ,
}
,
avgWetMass:
{
unit: string ,
value: number ,
}
,
}
,
]
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
HarvestData_CreateOrUpdate (removed)
Description Creates or updates harvest data resource under a particular party.
Reference Link ¶

⚼ Request

PATCH:  /parties/{partyId}/harvest-data/{harvestDataId}
{
partyId: string ,
harvestDataId: string ,
api-version: string ,
harvestData:
{
totalYield:
{
unit: string ,
value: number ,
}
,
avgYield:
{
unit: string ,
value: number ,
}
,
totalWetMass:
{
unit: string ,
value: number ,
}
,
avgWetMass:
{
unit: string ,
value: number ,
}
,
avgMoisture:
{
unit: string ,
value: number ,
}
,
avgSpeed:
{
unit: string ,
value: number ,
}
,
harvestProductDetails:
[
{
productName: string ,
area:
{
unit: string ,
value: number ,
}
,
totalYield:
{
unit: string ,
value: number ,
}
,
avgYield:
{
unit: string ,
value: number ,
}
,
avgMoisture:
{
unit: string ,
value: number ,
}
,
totalWetMass:
{
unit: string ,
value: number ,
}
,
avgWetMass:
{
unit: string ,
value: number ,
}
,
}
,
]
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}

⚐ Response (200)

{
totalYield:
{
unit: string ,
value: number ,
}
,
avgYield:
{
unit: string ,
value: number ,
}
,
totalWetMass:
{
unit: string ,
value: number ,
}
,
avgWetMass:
{
unit: string ,
value: number ,
}
,
avgMoisture:
{
unit: string ,
value: number ,
}
,
avgSpeed:
{
unit: string ,
value: number ,
}
,
harvestProductDetails:
[
{
productName: string ,
area:
{
unit: string ,
value: number ,
}
,
totalYield:
{
unit: string ,
value: number ,
}
,
avgYield:
{
unit: string ,
value: number ,
}
,
avgMoisture:
{
unit: string ,
value: number ,
}
,
totalWetMass:
{
unit: string ,
value: number ,
}
,
avgWetMass:
{
unit: string ,
value: number ,
}
,
}
,
]
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (201)

{
totalYield:
{
unit: string ,
value: number ,
}
,
avgYield:
{
unit: string ,
value: number ,
}
,
totalWetMass:
{
unit: string ,
value: number ,
}
,
avgWetMass:
{
unit: string ,
value: number ,
}
,
avgMoisture:
{
unit: string ,
value: number ,
}
,
avgSpeed:
{
unit: string ,
value: number ,
}
,
harvestProductDetails:
[
{
productName: string ,
area:
{
unit: string ,
value: number ,
}
,
totalYield:
{
unit: string ,
value: number ,
}
,
avgYield:
{
unit: string ,
value: number ,
}
,
avgMoisture:
{
unit: string ,
value: number ,
}
,
totalWetMass:
{
unit: string ,
value: number ,
}
,
avgWetMass:
{
unit: string ,
value: number ,
}
,
}
,
]
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
HarvestData_Delete (removed)
Description Deletes a specified harvest data resource under a particular party.
Reference Link ¶

⚼ Request

DELETE:  /parties/{partyId}/harvest-data/{harvestDataId}
{
partyId: string ,
harvestDataId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
ImageProcessing_CreateRasterizeJob (removed)
Description Create a ImageProcessing Rasterize job.
Reference Link ¶

⚼ Request

PUT:  /image-processing/rasterize/{jobId}
{
jobId: string ,
api-version: string ,
job:
{
partyId: string ,
shapefileAttachmentId: string ,
shapefileColumnNames:
[
string ,
]
,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (202)

{
partyId: string ,
shapefileAttachmentId: string ,
shapefileColumnNames:
[
string ,
]
,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
ImageProcessing_GetRasterizeJob (removed)
Description Get ImageProcessing Rasterize job's details.
Reference Link ¶

⚼ Request

GET:  /image-processing/rasterize/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
shapefileAttachmentId: string ,
shapefileColumnNames:
[
string ,
]
,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
InsightAttachments_ListByPartyIdModelIdAndResource (removed)
Description Returns a paginated list of insight resources.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/models/{modelId}/resource-types/{resourceType}/resources/{resourceId}/insight-attachments
{
partyId: string ,
modelId: string ,
resourceType: string ,
resourceId: string ,
insightIds: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
insightId: string ,
modelId: string ,
resourceType: enum ,
resourceId: string ,
originalFileName: string ,
partyId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
eTag: string ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
InsightAttachments_CreateOrUpdate (removed)
Description Creates or updates insight entity.
Reference Link ¶

⚼ Request

PATCH:  /parties/{partyId}/models/{modelId}/resource-types/{resourceType}/resources/{resourceId}/insight-attachments/{insightAttachmentId}
{
partyId: string ,
modelId: string ,
resourceType: string ,
resourceId: string ,
insightAttachmentId: string ,
api-version: string ,
file: file ,
insightId: string ,
originalFileName: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
eTag: string ,
}

⚐ Response (201)

{
insightId: string ,
modelId: string ,
resourceType: enum ,
resourceId: string ,
originalFileName: string ,
partyId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
eTag: string ,
}

⚐ Response (200)

{
insightId: string ,
modelId: string ,
resourceType: enum ,
resourceId: string ,
originalFileName: string ,
partyId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
eTag: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
InsightAttachments_Get (removed)
Description Gets a specified insight resource under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/models/{modelId}/resource-types/{resourceType}/resources/{resourceId}/insight-attachments/{insightAttachmentId}
{
partyId: string ,
modelId: string ,
resourceType: string ,
resourceId: string ,
insightAttachmentId: string ,
api-version: string ,
}

⚐ Response (200)

{
insightId: string ,
modelId: string ,
resourceType: enum ,
resourceId: string ,
originalFileName: string ,
partyId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
eTag: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
InsightAttachments_Delete (removed)
Description Deletes a specified insight resource.
Reference Link ¶

⚼ Request

DELETE:  /parties/{partyId}/models/{modelId}/resource-types/{resourceType}/resources/{resourceId}/insight-attachments/{insightAttachmentId}
{
partyId: string ,
modelId: string ,
resourceType: string ,
resourceId: string ,
insightAttachmentId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
InsightAttachments_Download (removed)
Description Downloads and returns insight-attachment as response for the given input filePath.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/models/{modelId}/resource-types/{resourceType}/resources/{resourceId}/insight-attachments/{insightAttachmentId}/file
{
partyId: string ,
modelId: string ,
resourceType: string ,
resourceId: string ,
insightAttachmentId: string ,
api-version: string ,
}

⚐ Response (200)

{
$schema: file ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Insights_CreateCascadeDeleteJob (removed)
Description Create a cascade delete job for insights specified partyId/modelId/resourceType/resourceId.
Reference Link ¶

⚼ Request

PUT:  /insights/cascade-delete/{jobId}
{
jobId: string ,
partyId: string ,
modelId: string ,
resourceType: string ,
resourceId: string ,
insightId: string ,
api-version: string ,
}

⚐ Response (202)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Insights_GetCascadeDeleteJobDetails (removed)
Description Get a cascade delete job for specified insight.
Reference Link ¶

⚼ Request

GET:  /insights/cascade-delete/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Insights_ListByPartyIdModelIdAndResource (removed)
Description Returns a paginated list of insight resources.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/models/{modelId}/resource-types/{resourceType}/resources/{resourceId}/insights
{
partyId: string ,
modelId: string ,
resourceType: string ,
resourceId: string ,
minInsightStartDateTime: string ,
maxInsightStartDateTime: string ,
minInsightEndDateTime: string ,
maxInsightEndDateTime: string ,
measurementFilters: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
modelId: string ,
resourceType: enum ,
resourceId: string ,
modelVersion: string ,
attachmentsLink: string ,
insightStartDateTime: string ,
insightEndDateTime: string ,
measurements: object ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Insights_CreateOrUpdate (removed)
Description Creates or updates insight entity.
Reference Link ¶

⚼ Request

PATCH:  /parties/{partyId}/models/{modelId}/resource-types/{resourceType}/resources/{resourceId}/insights/{insightId}
{
partyId: string ,
modelId: string ,
resourceType: string ,
resourceId: string ,
insightId: string ,
api-version: string ,
insightData:
{
partyId: string ,
modelId: string ,
resourceType: enum ,
resourceId: string ,
modelVersion: string ,
attachmentsLink: string ,
insightStartDateTime: string ,
insightEndDateTime: string ,
measurements: object ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (201)

{
partyId: string ,
modelId: string ,
resourceType: enum ,
resourceId: string ,
modelVersion: string ,
attachmentsLink: string ,
insightStartDateTime: string ,
insightEndDateTime: string ,
measurements: object ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (200)

{
partyId: string ,
modelId: string ,
resourceType: enum ,
resourceId: string ,
modelVersion: string ,
attachmentsLink: string ,
insightStartDateTime: string ,
insightEndDateTime: string ,
measurements: object ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Insights_Get (removed)
Description Gets a specified insight resource under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/models/{modelId}/resource-types/{resourceType}/resources/{resourceId}/insights/{insightId}
{
partyId: string ,
modelId: string ,
resourceType: string ,
resourceId: string ,
insightId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
modelId: string ,
resourceType: enum ,
resourceId: string ,
modelVersion: string ,
attachmentsLink: string ,
insightStartDateTime: string ,
insightEndDateTime: string ,
measurements: object ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Insights_Delete (removed)
Description Deletes a specified insight resource.
Reference Link ¶

⚼ Request

DELETE:  /parties/{partyId}/models/{modelId}/resource-types/{resourceType}/resources/{resourceId}/insights/{insightId}
{
partyId: string ,
modelId: string ,
resourceType: string ,
resourceId: string ,
insightId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
ManagementZones_List (removed)
Description Returns a paginated list of management zone resources across all parties.
Reference Link ¶

⚼ Request

GET:  /management-zones
{
types: array ,
cropIds: array ,
seasonIds: array ,
fieldIds: array ,
sources: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
type: string ,
seasonId: string ,
cropId: string ,
fieldId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
ManagementZones_GetCascadeDeleteJobDetails (removed)
Description Get a cascade delete job for specified job id.
Reference Link ¶

⚼ Request

GET:  /management-zones/cascade-delete/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
ManagementZones_CreateCascadeDeleteJob (removed)
Description Create a cascade delete job for specified management zone.
Reference Link ¶

⚼ Request

PUT:  /management-zones/cascade-delete/{jobId}
{
jobId: string ,
partyId: string ,
managementZoneId: string ,
api-version: string ,
}

⚐ Response (202)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
ManagementZones_ListByPartyId (removed)
Description Returns a paginated list of management zone resources under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/management-zones
{
partyId: string ,
types: array ,
cropIds: array ,
seasonIds: array ,
fieldIds: array ,
sources: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
type: string ,
seasonId: string ,
cropId: string ,
fieldId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
ManagementZones_Get (removed)
Description Gets a specified management zone resource under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/management-zones/{managementZoneId}
{
partyId: string ,
managementZoneId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
type: string ,
seasonId: string ,
cropId: string ,
fieldId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
ManagementZones_CreateOrUpdate (removed)
Description Creates or updates a management zone resource.
Reference Link ¶

⚼ Request

PATCH:  /parties/{partyId}/management-zones/{managementZoneId}
{
partyId: string ,
managementZoneId: string ,
api-version: string ,
managementZone:
{
partyId: string ,
type: string ,
seasonId: string ,
cropId: string ,
fieldId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (200)

{
partyId: string ,
type: string ,
seasonId: string ,
cropId: string ,
fieldId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (201)

{
partyId: string ,
type: string ,
seasonId: string ,
cropId: string ,
fieldId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
ManagementZones_Delete (removed)
Description Deletes a specified management zone resource under a particular party.
Reference Link ¶

⚼ Request

DELETE:  /parties/{partyId}/management-zones/{managementZoneId}
{
partyId: string ,
managementZoneId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
ModelInference_CreateBiomassModelJob (removed)
Description Create a Biomass Model job.
Reference Link ¶

⚼ Request

PUT:  /model-inference/models/microsoft-biomass/infer-data/{jobId}
{
jobId: string ,
api-version: string ,
job:
{
partyId: string ,
boundaryId: string ,
modelVersion: string ,
cropName: enum ,
plantingStartDateTime: string ,
inferenceEndDateTime: string ,
weatherExtensionId: string ,
satelliteProvider: enum ,
satelliteSource: enum ,
imageResolution: number ,
imageFormat: enum ,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (202)

{
partyId: string ,
boundaryId: string ,
modelVersion: string ,
cropName: enum ,
plantingStartDateTime: string ,
inferenceEndDateTime: string ,
weatherExtensionId: string ,
satelliteProvider: enum ,
satelliteSource: enum ,
imageResolution: number ,
imageFormat: enum ,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
ModelInference_GetBiomassModelJob (removed)
Description Get Biomass Model job's details.
Reference Link ¶

⚼ Request

GET:  /model-inference/models/microsoft-biomass/infer-data/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
boundaryId: string ,
modelVersion: string ,
cropName: enum ,
plantingStartDateTime: string ,
inferenceEndDateTime: string ,
weatherExtensionId: string ,
satelliteProvider: enum ,
satelliteSource: enum ,
imageResolution: number ,
imageFormat: enum ,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
ModelInference_CreateSensorPlacementModelJob (removed)
Description Create a Sensor Placement Model job.
Reference Link ¶

⚼ Request

PUT:  /model-inference/models/microsoft-sensor-placement/infer-data/{jobId}
{
jobId: string ,
api-version: string ,
job:
{
partyId: string ,
boundaryId: string ,
modelVersion: string ,
inferenceStartDateTime: string ,
inferenceEndDateTime: string ,
satelliteProvider: enum ,
satelliteSource: enum ,
sensorType: string ,
isRanked: boolean ,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (202)

{
partyId: string ,
boundaryId: string ,
modelVersion: string ,
inferenceStartDateTime: string ,
inferenceEndDateTime: string ,
satelliteProvider: enum ,
satelliteSource: enum ,
sensorType: string ,
isRanked: boolean ,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
ModelInference_GetSensorPlacementModelJob (removed)
Description Get Sensor Placement Model job's details.
Reference Link ¶

⚼ Request

GET:  /model-inference/models/microsoft-sensor-placement/infer-data/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
boundaryId: string ,
modelVersion: string ,
inferenceStartDateTime: string ,
inferenceEndDateTime: string ,
satelliteProvider: enum ,
satelliteSource: enum ,
sensorType: string ,
isRanked: boolean ,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
ModelInference_CreateSoilMoistureModelJob (removed)
Description Create a SoilMoisture Model job.
Reference Link ¶

⚼ Request

PUT:  /model-inference/models/microsoft-soil-moisture/infer-data/{jobId}
{
jobId: string ,
api-version: string ,
job:
{
partyId: string ,
boundaryId: string ,
sensorDataModelId: string ,
sensorPartnerId: string ,
inferenceStartDateTime: string ,
inferenceEndDateTime: string ,
satelliteProvider: enum ,
satelliteSource: enum ,
imageResolution: number ,
imageFormat: enum ,
modelVersion: string ,
sensorDefinition:
{
sensorMeasurement: string ,
minProperty: string ,
maxProperty: string ,
}
,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (202)

{
partyId: string ,
boundaryId: string ,
sensorDataModelId: string ,
sensorPartnerId: string ,
inferenceStartDateTime: string ,
inferenceEndDateTime: string ,
satelliteProvider: enum ,
satelliteSource: enum ,
imageResolution: number ,
imageFormat: enum ,
modelVersion: string ,
sensorDefinition:
{
sensorMeasurement: string ,
minProperty: string ,
maxProperty: string ,
}
,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
ModelInference_GetSoilMoistureModelJob (removed)
Description Get SoilMoisture Model job's details.
Reference Link ¶

⚼ Request

GET:  /model-inference/models/microsoft-soil-moisture/infer-data/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
boundaryId: string ,
sensorDataModelId: string ,
sensorPartnerId: string ,
inferenceStartDateTime: string ,
inferenceEndDateTime: string ,
satelliteProvider: enum ,
satelliteSource: enum ,
imageResolution: number ,
imageFormat: enum ,
modelVersion: string ,
sensorDefinition:
{
sensorMeasurement: string ,
minProperty: string ,
maxProperty: string ,
}
,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
NutrientAnalyses_List (removed)
Description Returns a paginated list of nutrient analysis resources across all parties.
Reference Link ¶

⚼ Request

GET:  /nutrient-analyses
{
parentType: string ,
parentIds: array ,
classifications: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
parentId: string ,
parentType: enum ,
unit: string ,
value: number ,
referenceValueLow: number ,
referenceValueHigh: number ,
classification: string ,
recommendation: string ,
products:
[
{
rate: string ,
instruction: string ,
product: string ,
}
,
]
,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
NutrientAnalyses_ListByPartyId (removed)
Description Returns a paginated list of nutrient analysis resources under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/nutrient-analyses
{
partyId: string ,
parentType: string ,
parentIds: array ,
classifications: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
parentId: string ,
parentType: enum ,
unit: string ,
value: number ,
referenceValueLow: number ,
referenceValueHigh: number ,
classification: string ,
recommendation: string ,
products:
[
{
rate: string ,
instruction: string ,
product: string ,
}
,
]
,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
NutrientAnalyses_Get (removed)
Description Gets a specified nutrient analysis resource under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/nutrient-analyses/{nutrientAnalysisId}
{
partyId: string ,
nutrientAnalysisId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
parentId: string ,
parentType: enum ,
unit: string ,
value: number ,
referenceValueLow: number ,
referenceValueHigh: number ,
classification: string ,
recommendation: string ,
products:
[
{
rate: string ,
instruction: string ,
product: string ,
}
,
]
,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
NutrientAnalyses_CreateOrUpdate (removed)
Description Creates or updates a nutrient analysis resource.
Reference Link ¶

⚼ Request

PATCH:  /parties/{partyId}/nutrient-analyses/{nutrientAnalysisId}
{
partyId: string ,
nutrientAnalysisId: string ,
api-version: string ,
nutrientAnalysis:
{
partyId: string ,
parentId: string ,
parentType: enum ,
unit: string ,
value: number ,
referenceValueLow: number ,
referenceValueHigh: number ,
classification: string ,
recommendation: string ,
products:
[
{
rate: string ,
instruction: string ,
product: string ,
}
,
]
,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (200)

{
partyId: string ,
parentId: string ,
parentType: enum ,
unit: string ,
value: number ,
referenceValueLow: number ,
referenceValueHigh: number ,
classification: string ,
recommendation: string ,
products:
[
{
rate: string ,
instruction: string ,
product: string ,
}
,
]
,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (201)

{
partyId: string ,
parentId: string ,
parentType: enum ,
unit: string ,
value: number ,
referenceValueLow: number ,
referenceValueHigh: number ,
classification: string ,
recommendation: string ,
products:
[
{
rate: string ,
instruction: string ,
product: string ,
}
,
]
,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
NutrientAnalyses_Delete (removed)
Description Deletes a specified nutrient analysis resource under a particular party.
Reference Link ¶

⚼ Request

DELETE:  /parties/{partyId}/nutrient-analyses/{nutrientAnalysisId}
{
partyId: string ,
nutrientAnalysisId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
OAuthProviders_List (removed)
Description Returns a paginated list of oauthProvider resources.
Reference Link ¶

⚼ Request

GET:  /oauth/providers
{
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
appId: string ,
appSecret: string ,
apiKey: string ,
isProductionApp: boolean ,
id: string ,
eTag: string ,
createdDateTime: string ,
modifiedDateTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
OAuthProviders_Get (removed)
Description Get a specified oauthProvider resource.
Reference Link ¶

⚼ Request

GET:  /oauth/providers/{oauthProviderId}
{
oauthProviderId: string ,
api-version: string ,
}

⚐ Response (200)

{
appId: string ,
appSecret: string ,
apiKey: string ,
isProductionApp: boolean ,
id: string ,
eTag: string ,
createdDateTime: string ,
modifiedDateTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
OAuthProviders_CreateOrUpdate (removed)
Description Creates or updates an oauthProvider resource.
Reference Link ¶

⚼ Request

PATCH:  /oauth/providers/{oauthProviderId}
{
oauthProviderId: string ,
api-version: string ,
oauthProvider:
{
appId: string ,
appSecret: string ,
apiKey: string ,
isProductionApp: boolean ,
id: string ,
eTag: string ,
createdDateTime: string ,
modifiedDateTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (201)

{
appId: string ,
appSecret: string ,
apiKey: string ,
isProductionApp: boolean ,
id: string ,
eTag: string ,
createdDateTime: string ,
modifiedDateTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (200)

{
appId: string ,
appSecret: string ,
apiKey: string ,
isProductionApp: boolean ,
id: string ,
eTag: string ,
createdDateTime: string ,
modifiedDateTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
OAuthProviders_Delete (removed)
Description Deletes an specified oauthProvider resource.
Reference Link ¶

⚼ Request

DELETE:  /oauth/providers/{oauthProviderId}
{
oauthProviderId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
OAuthProviders_GetCascadeDeleteJobDetails (removed)
Description Get cascade delete job for oauthProvider resource.
Reference Link ¶

⚼ Request

GET:  /oauth/providers/cascade-delete/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
oauthProviderId: string ,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
OAuthProviders_CreateCascadeDeleteJob (removed)
Description Create cascade delete job for oauthProvider resource.
Reference Link ¶

⚼ Request

PUT:  /oauth/providers/cascade-delete/{jobId}
{
jobId: string ,
oauthProviderId: string ,
api-version: string ,
}

⚐ Response (202)

{
oauthProviderId: string ,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
OAuthTokens_List (removed)
Description Returns a list of OAuthToken documents.
Reference Link ¶

⚼ Request

GET:  /oauth/tokens
{
authProviderIds: array ,
partyIds: array ,
isValid: boolean ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
authProviderId: string ,
isValid: boolean ,
eTag: string ,
createdDateTime: string ,
modifiedDateTime: string ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
OAuthTokens_GetCascadeDeleteJobDetails (removed)
Description Get remove job for OAuth token.
Reference Link ¶

⚼ Request

GET:  /oauth/tokens/remove/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
OAuthTokens_CreateCascadeDeleteJob (removed)
Description Create remove job for OAuth token.
Reference Link ¶

⚼ Request

PUT:  /oauth/tokens/remove/{jobId}
{
jobId: string ,
partyId: string ,
oauthProviderId: string ,
api-version: string ,
}

⚐ Response (202)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Parties_List (removed)
Description Returns a paginated list of party resources.
Reference Link ¶

⚼ Request

GET:  /parties
{
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Parties_Get (removed)
Description Gets a specified party resource.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}
{
partyId: string ,
api-version: string ,
}

⚐ Response (200)

{
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Parties_CreateOrUpdate (removed)
Description Creates or updates a party resource.
Reference Link ¶

⚼ Request

PATCH:  /parties/{partyId}
{
partyId: string ,
api-version: string ,
party:
{
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (201)

{
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (200)

{
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Parties_Delete (removed)
Description Deletes a specified party resource.
Reference Link ¶

⚼ Request

DELETE:  /parties/{partyId}
{
partyId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Parties_GetCascadeDeleteJobDetails (removed)
Description Get a cascade delete job for specified party.
Reference Link ¶

⚼ Request

GET:  /parties/cascade-delete/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Parties_CreateCascadeDeleteJob (removed)
Description Create a cascade delete job for specified party.
Reference Link ¶

⚼ Request

PUT:  /parties/cascade-delete/{jobId}
{
jobId: string ,
partyId: string ,
api-version: string ,
}

⚐ Response (202)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
PlantingData_ListByPartyId (removed)
Description Returns a paginated list of planting data resources under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/planting-data
{
partyId: string ,
minAvgPlantingRate: number ,
maxAvgPlantingRate: number ,
minTotalMaterial: number ,
maxTotalMaterial: number ,
minAvgMaterial: number ,
maxAvgMaterial: number ,
sources: array ,
associatedBoundaryIds: array ,
minOperationStartDateTime: string ,
maxOperationStartDateTime: string ,
minOperationEndDateTime: string ,
maxOperationEndDateTime: string ,
minOperationModifiedDateTime: string ,
maxOperationModifiedDateTime: string ,
minArea: number ,
maxArea: number ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
avgPlantingRate:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
avgMaterial:
{
unit: string ,
value: number ,
}
,
plantingProductDetails:
[
{
productName: string ,
area:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
avgMaterial:
{
unit: string ,
value: number ,
}
,
}
,
]
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
PlantingData_Get (removed)
Description Get a specified planting data resource under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/planting-data/{plantingDataId}
{
partyId: string ,
plantingDataId: string ,
api-version: string ,
}

⚐ Response (200)

{
avgPlantingRate:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
avgMaterial:
{
unit: string ,
value: number ,
}
,
plantingProductDetails:
[
{
productName: string ,
area:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
avgMaterial:
{
unit: string ,
value: number ,
}
,
}
,
]
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
PlantingData_CreateOrUpdate (removed)
Description Creates or updates an planting data resource under a particular party.
Reference Link ¶

⚼ Request

PATCH:  /parties/{partyId}/planting-data/{plantingDataId}
{
partyId: string ,
plantingDataId: string ,
api-version: string ,
plantingData:
{
avgPlantingRate:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
avgMaterial:
{
unit: string ,
value: number ,
}
,
plantingProductDetails:
[
{
productName: string ,
area:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
avgMaterial:
{
unit: string ,
value: number ,
}
,
}
,
]
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}

⚐ Response (200)

{
avgPlantingRate:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
avgMaterial:
{
unit: string ,
value: number ,
}
,
plantingProductDetails:
[
{
productName: string ,
area:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
avgMaterial:
{
unit: string ,
value: number ,
}
,
}
,
]
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (201)

{
avgPlantingRate:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
avgMaterial:
{
unit: string ,
value: number ,
}
,
plantingProductDetails:
[
{
productName: string ,
area:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
avgMaterial:
{
unit: string ,
value: number ,
}
,
}
,
]
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
PlantingData_Delete (removed)
Description Deletes a specified planting data resource under a particular party.
Reference Link ¶

⚼ Request

DELETE:  /parties/{partyId}/planting-data/{plantingDataId}
{
partyId: string ,
plantingDataId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
PlantingData_List (removed)
Description Returns a paginated list of planting data resources across all parties.
Reference Link ¶

⚼ Request

GET:  /planting-data
{
minAvgPlantingRate: number ,
maxAvgPlantingRate: number ,
minTotalMaterial: number ,
maxTotalMaterial: number ,
minAvgMaterial: number ,
maxAvgMaterial: number ,
sources: array ,
associatedBoundaryIds: array ,
minOperationStartDateTime: string ,
maxOperationStartDateTime: string ,
minOperationEndDateTime: string ,
maxOperationEndDateTime: string ,
minOperationModifiedDateTime: string ,
maxOperationModifiedDateTime: string ,
minArea: number ,
maxArea: number ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
avgPlantingRate:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
avgMaterial:
{
unit: string ,
value: number ,
}
,
plantingProductDetails:
[
{
productName: string ,
area:
{
unit: string ,
value: number ,
}
,
totalMaterial:
{
unit: string ,
value: number ,
}
,
avgMaterial:
{
unit: string ,
value: number ,
}
,
}
,
]
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
PlantingData_CreateCascadeDeleteJob (removed)
Description Create cascade delete job for planting data resource.
Reference Link ¶

⚼ Request

PUT:  /planting-data/cascade-delete/{jobId}
{
jobId: string ,
partyId: string ,
plantingDataId: string ,
api-version: string ,
}

⚐ Response (202)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
PlantingData_GetCascadeDeleteJobDetails (removed)
Description Get cascade delete job for planting data resource.
Reference Link ¶

⚼ Request

GET:  /planting-data/cascade-delete/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
PlantTissueAnalyses_ListByPartyId (removed)
Description Returns a paginated list of plant tissue analysis resources under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/plant-tissue-analyses
{
partyId: string ,
seasonIds: array ,
cropIds: array ,
cropProductsIds: array ,
fieldIds: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
fieldId: string ,
cropId: string ,
cropProductId: string ,
seasonId: string ,
plantingDateTime: string ,
growthStage: string ,
plantPart: string ,
plantPosition: string ,
plantAppearance: string ,
sampleCollectionCondition: string ,
sampleCollectionDateTime: string ,
sampleReceivedDateTime: string ,
sampleTestResultDateTime: string ,
labDetails:
{
code: string ,
name: string ,
description: string ,
address: string ,
}
,
attachmentsLink: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
PlantTissueAnalyses_Get (removed)
Description Gets a specified plant tissue analysis resource under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/plant-tissue-analyses/{plantTissueAnalysisId}
{
partyId: string ,
plantTissueAnalysisId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
fieldId: string ,
cropId: string ,
cropProductId: string ,
seasonId: string ,
plantingDateTime: string ,
growthStage: string ,
plantPart: string ,
plantPosition: string ,
plantAppearance: string ,
sampleCollectionCondition: string ,
sampleCollectionDateTime: string ,
sampleReceivedDateTime: string ,
sampleTestResultDateTime: string ,
labDetails:
{
code: string ,
name: string ,
description: string ,
address: string ,
}
,
attachmentsLink: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
PlantTissueAnalyses_CreateOrUpdate (removed)
Description Creates or updates a plant tissue analysis resource.
Reference Link ¶

⚼ Request

PATCH:  /parties/{partyId}/plant-tissue-analyses/{plantTissueAnalysisId}
{
partyId: string ,
plantTissueAnalysisId: string ,
api-version: string ,
plantTissueAnalysis:
{
partyId: string ,
fieldId: string ,
cropId: string ,
cropProductId: string ,
seasonId: string ,
plantingDateTime: string ,
growthStage: string ,
plantPart: string ,
plantPosition: string ,
plantAppearance: string ,
sampleCollectionCondition: string ,
sampleCollectionDateTime: string ,
sampleReceivedDateTime: string ,
sampleTestResultDateTime: string ,
labDetails:
{
code: string ,
name: string ,
description: string ,
address: string ,
}
,
attachmentsLink: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (200)

{
partyId: string ,
fieldId: string ,
cropId: string ,
cropProductId: string ,
seasonId: string ,
plantingDateTime: string ,
growthStage: string ,
plantPart: string ,
plantPosition: string ,
plantAppearance: string ,
sampleCollectionCondition: string ,
sampleCollectionDateTime: string ,
sampleReceivedDateTime: string ,
sampleTestResultDateTime: string ,
labDetails:
{
code: string ,
name: string ,
description: string ,
address: string ,
}
,
attachmentsLink: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (201)

{
partyId: string ,
fieldId: string ,
cropId: string ,
cropProductId: string ,
seasonId: string ,
plantingDateTime: string ,
growthStage: string ,
plantPart: string ,
plantPosition: string ,
plantAppearance: string ,
sampleCollectionCondition: string ,
sampleCollectionDateTime: string ,
sampleReceivedDateTime: string ,
sampleTestResultDateTime: string ,
labDetails:
{
code: string ,
name: string ,
description: string ,
address: string ,
}
,
attachmentsLink: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
PlantTissueAnalyses_Delete (removed)
Description Deletes a specified plant tissue analysis resource under a particular party.
Reference Link ¶

⚼ Request

DELETE:  /parties/{partyId}/plant-tissue-analyses/{plantTissueAnalysisId}
{
partyId: string ,
plantTissueAnalysisId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
PlantTissueAnalyses_List (removed)
Description Returns a paginated list of plant tissue analysis resources across all parties.
Reference Link ¶

⚼ Request

GET:  /plant-tissue-analyses
{
seasonIds: array ,
cropIds: array ,
cropProductsIds: array ,
fieldIds: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
fieldId: string ,
cropId: string ,
cropProductId: string ,
seasonId: string ,
plantingDateTime: string ,
growthStage: string ,
plantPart: string ,
plantPosition: string ,
plantAppearance: string ,
sampleCollectionCondition: string ,
sampleCollectionDateTime: string ,
sampleReceivedDateTime: string ,
sampleTestResultDateTime: string ,
labDetails:
{
code: string ,
name: string ,
description: string ,
address: string ,
}
,
attachmentsLink: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
PlantTissueAnalyses_CreateCascadeDeleteJob (removed)
Description Create a cascade delete job for specified plant tissue analysis.
Reference Link ¶

⚼ Request

PUT:  /plant-tissue-analyses/cascade-delete/{jobId}
{
jobId: string ,
partyId: string ,
plantTissueAnalysisId: string ,
api-version: string ,
}

⚐ Response (202)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
PlantTissueAnalyses_GetCascadeDeleteJobDetails (removed)
Description Get a cascade delete job for specified plant tissue analysis.
Reference Link ¶

⚼ Request

GET:  /plant-tissue-analyses/cascade-delete/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
PrescriptionMaps_ListByPartyId (removed)
Description Returns a paginated list of prescription map resources under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/prescription-maps
{
partyId: string ,
types: array ,
cropIds: array ,
seasonIds: array ,
fieldIds: array ,
sources: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
type: string ,
seasonId: string ,
cropId: string ,
fieldId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
PrescriptionMaps_Get (removed)
Description Gets a specified prescription map resource under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/prescription-maps/{prescriptionMapId}
{
partyId: string ,
prescriptionMapId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
type: string ,
seasonId: string ,
cropId: string ,
fieldId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
PrescriptionMaps_CreateOrUpdate (removed)
Description Creates or Updates a prescription map resource under a particular party.
Reference Link ¶

⚼ Request

PATCH:  /parties/{partyId}/prescription-maps/{prescriptionMapId}
{
partyId: string ,
prescriptionMapId: string ,
api-version: string ,
prescriptionMap:
{
partyId: string ,
type: string ,
seasonId: string ,
cropId: string ,
fieldId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (201)

{
partyId: string ,
type: string ,
seasonId: string ,
cropId: string ,
fieldId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (200)

{
partyId: string ,
type: string ,
seasonId: string ,
cropId: string ,
fieldId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
PrescriptionMaps_Delete (removed)
Description Deletes a specified prescription map resource under a particular party.
Reference Link ¶

⚼ Request

DELETE:  /parties/{partyId}/prescription-maps/{prescriptionMapId}
{
partyId: string ,
prescriptionMapId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
PrescriptionMaps_List (removed)
Description Returns a paginated list of prescription map resources across all parties.
Reference Link ¶

⚼ Request

GET:  /prescription-maps
{
types: array ,
cropIds: array ,
seasonIds: array ,
fieldIds: array ,
sources: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
type: string ,
seasonId: string ,
cropId: string ,
fieldId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
PrescriptionMaps_GetCascadeDeleteJobDetails (removed)
Description Get a cascade delete job for specified prescription map.
Reference Link ¶

⚼ Request

GET:  /prescription-maps/cascade-delete/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
PrescriptionMaps_CreateCascadeDeleteJob (removed)
Description Create a cascade delete job for specified prescription map.
Reference Link ¶

⚼ Request

PUT:  /prescription-maps/cascade-delete/{jobId}
{
jobId: string ,
partyId: string ,
prescriptionMapId: string ,
api-version: string ,
}

⚐ Response (202)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Prescriptions_ListByPartyId (removed)
Description Returns a paginated list of prescription resources under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/prescriptions
{
partyId: string ,
prescriptionMapIds: array ,
types: array ,
productCodes: array ,
productNames: array ,
sources: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
prescriptionMapId: string ,
productCode: string ,
productName: string ,
type: string ,
measurements: object ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Prescriptions_Get (removed)
Description Gets a specified prescription resource under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/prescriptions/{prescriptionId}
{
partyId: string ,
prescriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
prescriptionMapId: string ,
productCode: string ,
productName: string ,
type: string ,
measurements: object ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Prescriptions_CreateOrUpdate (removed)
Description Creates or Updates a prescription resource under a particular party.
Reference Link ¶

⚼ Request

PATCH:  /parties/{partyId}/prescriptions/{prescriptionId}
{
partyId: string ,
prescriptionId: string ,
api-version: string ,
prescription:
{
partyId: string ,
prescriptionMapId: string ,
productCode: string ,
productName: string ,
type: string ,
measurements: object ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (201)

{
partyId: string ,
prescriptionMapId: string ,
productCode: string ,
productName: string ,
type: string ,
measurements: object ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (200)

{
partyId: string ,
prescriptionMapId: string ,
productCode: string ,
productName: string ,
type: string ,
measurements: object ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Prescriptions_Delete (removed)
Description Deletes a specified prescription resource under a particular party.
Reference Link ¶

⚼ Request

DELETE:  /parties/{partyId}/prescriptions/{prescriptionId}
{
partyId: string ,
prescriptionId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Prescriptions_List (removed)
Description Returns a paginated list of prescription resources across all parties.
Reference Link ¶

⚼ Request

GET:  /prescriptions
{
prescriptionMapIds: array ,
types: array ,
productCodes: array ,
productNames: array ,
sources: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
prescriptionMapId: string ,
productCode: string ,
productName: string ,
type: string ,
measurements: object ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Prescriptions_GetCascadeDeleteJobDetails (removed)
Description Get a cascade delete job for specified prescription.
Reference Link ¶

⚼ Request

GET:  /prescriptions/cascade-delete/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Prescriptions_CreateCascadeDeleteJob (removed)
Description Create a cascade delete job for specified prescription.
Reference Link ¶

⚼ Request

PUT:  /prescriptions/cascade-delete/{jobId}
{
jobId: string ,
partyId: string ,
prescriptionId: string ,
api-version: string ,
}

⚐ Response (202)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Scenes_List (removed)
Description Returns a paginated list of scene resources.
Reference Link ¶

⚼ Request

GET:  /scenes
{
provider: string ,
partyId: string ,
boundaryId: string ,
source: string ,
startDateTime: string ,
endDateTime: string ,
maxCloudCoveragePercentage: number ,
maxDarkPixelCoveragePercentage: number ,
imageNames: array ,
imageResolutions: array ,
imageFormats: array ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
sceneDateTime: string ,
provider: string ,
source: string ,
imageFiles:
[
{
fileLink: string ,
name: string ,
imageFormat: enum ,
resolution: number ,
}
,
]
,
imageFormat: enum ,
cloudCoverPercentage: number ,
darkPixelPercentage: number ,
ndviMedianValue: number ,
boundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Scenes_Download (removed)
Description Downloads and returns file Stream as response for the given input filePath.
Reference Link ¶

⚼ Request

GET:  /scenes/downloadFiles
{
filePath: string ,
api-version: string ,
}

⚐ Response (200)

{
$schema: file ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Scenes_CreateSatelliteDataIngestionJob (removed)
Description Create a satellite data ingestion job.
Reference Link ¶

⚼ Request

PUT:  /scenes/satellite/ingest-data/{jobId}
{
jobId: string ,
api-version: string ,
job:
{
credentials: object ,
partyId: string ,
boundaryId: string ,
startDateTime: string ,
endDateTime: string ,
provider: enum ,
source: enum ,
data:
{
imageNames:
[
string ,
]
,
imageFormats:
[
string ,
]
,
imageResolutions:
[
number ,
]
,
}
,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (202)

{
credentials: object ,
partyId: string ,
boundaryId: string ,
startDateTime: string ,
endDateTime: string ,
provider: enum ,
source: enum ,
data:
{
imageNames:
[
string ,
]
,
imageFormats:
[
string ,
]
,
imageResolutions:
[
number ,
]
,
}
,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Scenes_GetSatelliteDataIngestionJobDetails (removed)
Description Get a satellite data ingestion job.
Reference Link ¶

⚼ Request

GET:  /scenes/satellite/ingest-data/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
credentials: object ,
partyId: string ,
boundaryId: string ,
startDateTime: string ,
endDateTime: string ,
provider: enum ,
source: enum ,
data:
{
imageNames:
[
string ,
]
,
imageFormats:
[
string ,
]
,
imageResolutions:
[
number ,
]
,
}
,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Scenes_SearchFeatures (removed)
Description Search for STAC features by collection id, bbox, intersecting geometry, start and end datetime.
Reference Link ¶

⚼ Request

POST:  /scenes/stac-collections/{collectionId}:search
{
collectionId: string ,
maxpagesize: integer ,
skip: integer ,
api-version: string ,
searchFeaturesQuery:
{
credentials: object ,
startDateTime: string ,
endDateTime: string ,
intersects:
{
type: enum ,
}
,
bbox:
[
number ,
]
,
featureIds:
[
string ,
]
,
}
,
}

⚐ Response (200)

{
features:
[
{
stacVersion: string ,
stacExtensions:
[
string ,
]
,
id: string ,
type: string ,
geometry: object ,
bbox:
[
number ,
]
,
properties: object ,
links:
[
{
href: string ,
rel: string ,
type: string ,
title: string ,
}
,
]
,
assets: object ,
collection: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SeasonalFields_ListByPartyId (removed)
Description Returns a paginated list of seasonal field resources under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/seasonal-fields
{
partyId: string ,
farmIds: array ,
fieldIds: array ,
seasonIds: array ,
cropProductIds: array ,
cropIds: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
farmId: string ,
fieldId: string ,
seasonId: string ,
cropProductIds:
[
string ,
]
,
cropId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SeasonalFields_Get (removed)
Description Gets a specified seasonal field resource under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/seasonal-fields/{seasonalFieldId}
{
partyId: string ,
seasonalFieldId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
farmId: string ,
fieldId: string ,
seasonId: string ,
cropProductIds:
[
string ,
]
,
cropId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SeasonalFields_CreateOrUpdate (removed)
Description Creates or Updates a seasonal field resource under a particular party.
Reference Link ¶

⚼ Request

PATCH:  /parties/{partyId}/seasonal-fields/{seasonalFieldId}
{
partyId: string ,
seasonalFieldId: string ,
api-version: string ,
seasonalField:
{
partyId: string ,
farmId: string ,
fieldId: string ,
seasonId: string ,
cropProductIds:
[
string ,
]
,
cropId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (201)

{
partyId: string ,
farmId: string ,
fieldId: string ,
seasonId: string ,
cropProductIds:
[
string ,
]
,
cropId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (200)

{
partyId: string ,
farmId: string ,
fieldId: string ,
seasonId: string ,
cropProductIds:
[
string ,
]
,
cropId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SeasonalFields_Delete (removed)
Description Deletes a specified seasonal-field resource under a particular party.
Reference Link ¶

⚼ Request

DELETE:  /parties/{partyId}/seasonal-fields/{seasonalFieldId}
{
partyId: string ,
seasonalFieldId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SeasonalFields_List (removed)
Description Returns a paginated list of seasonal field resources across all parties.
Reference Link ¶

⚼ Request

GET:  /seasonal-fields
{
farmIds: array ,
fieldIds: array ,
seasonIds: array ,
cropProductIds: array ,
cropIds: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
farmId: string ,
fieldId: string ,
seasonId: string ,
cropProductIds:
[
string ,
]
,
cropId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SeasonalFields_GetCascadeDeleteJobDetails (removed)
Description Get cascade delete job for specified seasonal field.
Reference Link ¶

⚼ Request

GET:  /seasonal-fields/cascade-delete/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SeasonalFields_CreateCascadeDeleteJob (removed)
Description Create a cascade delete job for specified seasonal field.
Reference Link ¶

⚼ Request

PUT:  /seasonal-fields/cascade-delete/{jobId}
{
jobId: string ,
partyId: string ,
seasonalFieldId: string ,
api-version: string ,
}

⚐ Response (202)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Seasons_List (removed)
Description Returns a paginated list of season resources.
Reference Link ¶

⚼ Request

GET:  /seasons
{
minStartDateTime: string ,
maxStartDateTime: string ,
minEndDateTime: string ,
maxEndDateTime: string ,
years: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
startDateTime: string ,
endDateTime: string ,
year: integer ,
geographicIdentifier: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Seasons_Get (removed)
Description Gets a specified season resource.
Reference Link ¶

⚼ Request

GET:  /seasons/{seasonId}
{
seasonId: string ,
api-version: string ,
}

⚐ Response (200)

{
startDateTime: string ,
endDateTime: string ,
year: integer ,
geographicIdentifier: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Seasons_CreateOrUpdate (removed)
Description Creates or updates a season resource.
Reference Link ¶

⚼ Request

PATCH:  /seasons/{seasonId}
{
seasonId: string ,
api-version: string ,
season:
{
startDateTime: string ,
endDateTime: string ,
year: integer ,
geographicIdentifier: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (201)

{
startDateTime: string ,
endDateTime: string ,
year: integer ,
geographicIdentifier: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (200)

{
startDateTime: string ,
endDateTime: string ,
year: integer ,
geographicIdentifier: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Seasons_Delete (removed)
Description Deletes a specified season resource.
Reference Link ¶

⚼ Request

DELETE:  /seasons/{seasonId}
{
seasonId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SensorDataModels_List (removed)
Description Returns a paginated list of sensor data model resources.
Reference Link ¶

⚼ Request

GET:  /sensor-partners/{sensorPartnerId}/sensor-data-models
{
sensorPartnerId: string ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
type: string ,
manufacturer: string ,
productCode: string ,
measures: object ,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SensorDataModels_CreateOrUpdate (removed)
Description Create a sensor data model entity.
Reference Link ¶

⚼ Request

PATCH:  /sensor-partners/{sensorPartnerId}/sensor-data-models/{sensorDataModelId}
{
sensorPartnerId: string ,
sensorDataModelId: string ,
api-version: string ,
sensorDataModelObject:
{
type: string ,
manufacturer: string ,
productCode: string ,
measures: object ,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (201)

{
type: string ,
manufacturer: string ,
productCode: string ,
measures: object ,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (200)

{
type: string ,
manufacturer: string ,
productCode: string ,
measures: object ,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SensorDataModels_Get (removed)
Description Gets a sensor data model entity.
Reference Link ¶

⚼ Request

GET:  /sensor-partners/{sensorPartnerId}/sensor-data-models/{sensorDataModelId}
{
sensorPartnerId: string ,
sensorDataModelId: string ,
api-version: string ,
}

⚐ Response (200)

{
type: string ,
manufacturer: string ,
productCode: string ,
measures: object ,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SensorDataModels_Delete (removed)
Description Deletes a sensor data model entity.
Reference Link ¶

⚼ Request

DELETE:  /sensor-partners/{sensorPartnerId}/sensor-data-models/{sensorDataModelId}
{
sensorPartnerId: string ,
sensorDataModelId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SensorEvents_List (removed)
Description Returns a list of sensor events data. Time span for query is limited to 90 days at a time. Returns last 90 days events when startDateTime and endDateTime are not provided.
Reference Link ¶

⚼ Request

GET:  /sensor-events
{
sensorId: string ,
sensorPartnerId: string ,
startDateTime: string ,
endDateTime: string ,
excludeDuplicateEvents: boolean ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
sensorId: string ,
sensorPartnerId: string ,
partyId: string ,
boundaryId: string ,
eventDateTime: string ,
ingestionDateTime: string ,
measures: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SensorMappings_List (removed)
Description Returns a paginated list of sensor mapping resources.
Reference Link ¶

⚼ Request

GET:  /sensor-mappings
{
sensorIds: array ,
sensorPartnerIds: array ,
partyIds: array ,
boundaryIds: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
sensorId: string ,
sensorPartnerId: string ,
partyId: string ,
boundaryId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SensorMappings_CreateOrUpdate (removed)
Description Create a sensor mapping entity.
Reference Link ¶

⚼ Request

PATCH:  /sensor-mappings/{sensorMappingId}
{
sensorMappingId: string ,
api-version: string ,
sensorMappingObject:
{
sensorId: string ,
sensorPartnerId: string ,
partyId: string ,
boundaryId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (201)

{
sensorId: string ,
sensorPartnerId: string ,
partyId: string ,
boundaryId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (200)

{
sensorId: string ,
sensorPartnerId: string ,
partyId: string ,
boundaryId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SensorMappings_Get (removed)
Description Gets a sensor mapping entity.
Reference Link ¶

⚼ Request

GET:  /sensor-mappings/{sensorMappingId}
{
sensorMappingId: string ,
api-version: string ,
}

⚐ Response (200)

{
sensorId: string ,
sensorPartnerId: string ,
partyId: string ,
boundaryId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SensorMappings_Delete (removed)
Description Deletes a sensor mapping entity.
Reference Link ¶

⚼ Request

DELETE:  /sensor-mappings/{sensorMappingId}
{
sensorMappingId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SensorPartnerIntegrations_List (removed)
Description Gets partner integration models.
Reference Link ¶

⚼ Request

GET:  /sensor-partners/{sensorPartnerId}/integrations
{
sensorPartnerId: string ,
partyIds: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
integrationId: string ,
partyId: string ,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SensorPartnerIntegrations_CreateOrUpdate (removed)
Description Create or update an integration with a sensor partner.
Reference Link ¶

⚼ Request

PATCH:  /sensor-partners/{sensorPartnerId}/integrations/{integrationId}
{
sensorPartnerId: string ,
integrationId: string ,
api-version: string ,
sensorPartnerIntegrationModel:
{
integrationId: string ,
partyId: string ,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (201)

{
integrationId: string ,
partyId: string ,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (200)

{
integrationId: string ,
partyId: string ,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SensorPartnerIntegrations_Get (removed)
Description Gets a partner integration model entity.
Reference Link ¶

⚼ Request

GET:  /sensor-partners/{sensorPartnerId}/integrations/{integrationId}
{
sensorPartnerId: string ,
integrationId: string ,
api-version: string ,
}

⚐ Response (200)

{
integrationId: string ,
partyId: string ,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SensorPartnerIntegrations_Delete (removed)
Description Deletes a partner integration model entity.
Reference Link ¶

⚼ Request

DELETE:  /sensor-partners/{sensorPartnerId}/integrations/{integrationId}
{
sensorPartnerId: string ,
integrationId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SensorPartnerIntegrations_CheckConsent (removed)
Description Checks consent for partner integration.
Reference Link ¶

⚼ Request

POST:  /sensor-partners/{sensorPartnerId}/integrations/{integrationId}/:check-consent
{
sensorPartnerId: string ,
integrationId: string ,
key: string ,
api-version: string ,
}

⚐ Response (200)

{
consented: boolean ,
sensorPartnerId: string ,
integrationId: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Sensors_List (removed)
Description Returns a paginated list of sensor resources.
Reference Link ¶

⚼ Request

GET:  /sensor-partners/{sensorPartnerId}/sensors
{
sensorDataModelIds: array ,
sensorMappingIds: array ,
sensorPartnerId: string ,
deviceIds: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
sensorDataModelId: string ,
integrationId: string ,
hardwareId: string ,
deviceId: string ,
type: string ,
location:
{
latitude: number ,
longitude: number ,
}
,
port:
{
name: string ,
type: string ,
}
,
depthInMeters:
[
number ,
]
,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Sensors_CreateOrUpdate (removed)
Description Create a sensor entity.
Reference Link ¶

⚼ Request

PATCH:  /sensor-partners/{sensorPartnerId}/sensors/{sensorId}
{
sensorPartnerId: string ,
sensorId: string ,
api-version: string ,
sensorDetails:
{
sensorDataModelId: string ,
integrationId: string ,
hardwareId: string ,
deviceId: string ,
type: string ,
location:
{
latitude: number ,
longitude: number ,
}
,
port:
{
name: string ,
type: string ,
}
,
depthInMeters:
[
number ,
]
,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (201)

{
sensorDataModelId: string ,
integrationId: string ,
hardwareId: string ,
deviceId: string ,
type: string ,
location:
{
latitude: number ,
longitude: number ,
}
,
port:
{
name: string ,
type: string ,
}
,
depthInMeters:
[
number ,
]
,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (200)

{
sensorDataModelId: string ,
integrationId: string ,
hardwareId: string ,
deviceId: string ,
type: string ,
location:
{
latitude: number ,
longitude: number ,
}
,
port:
{
name: string ,
type: string ,
}
,
depthInMeters:
[
number ,
]
,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Sensors_Get (removed)
Description Gets a sensor entity.
Reference Link ¶

⚼ Request

GET:  /sensor-partners/{sensorPartnerId}/sensors/{sensorId}
{
sensorPartnerId: string ,
sensorId: string ,
api-version: string ,
}

⚐ Response (200)

{
sensorDataModelId: string ,
integrationId: string ,
hardwareId: string ,
deviceId: string ,
type: string ,
location:
{
latitude: number ,
longitude: number ,
}
,
port:
{
name: string ,
type: string ,
}
,
depthInMeters:
[
number ,
]
,
sensorPartnerId: string ,
id: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
eTag: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Sensors_Delete (removed)
Description Deletes a sensor entity.
Reference Link ¶

⚼ Request

DELETE:  /sensor-partners/{sensorPartnerId}/sensors/{sensorId}
{
sensorPartnerId: string ,
sensorId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Sensors_GetConnectionString (removed)
Description Gets a sensor connection string.
Reference Link ¶

⚼ Request

GET:  /sensor-partners/{sensorPartnerId}/sensors/{sensorId}/connection-strings
{
sensorPartnerId: string ,
sensorId: string ,
api-version: string ,
}

⚐ Response (200)

{
primaryDeviceConnectionString: string ,
secondaryDeviceConnectionString: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Sensors_RenewConnectionString (removed)
Description Renews a sensor connection string.
Reference Link ¶

⚼ Request

POST:  /sensor-partners/{sensorPartnerId}/sensors/{sensorId}/connection-strings/:renew
{
sensorPartnerId: string ,
sensorId: string ,
api-version: string ,
renewConnectionStringModel:
{
connectionStringType: enum ,
}
,
}

⚐ Response (200)

{
primaryDeviceConnectionString: string ,
secondaryDeviceConnectionString: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SolutionInference_Cancel (removed)
Description Cancels a job for given solution id.
Reference Link ¶

⚼ Request

POST:  /solutions/{solutionId}:cancel
{
solutionId: string ,
api-version: string ,
solutionInferenceRequest:
{
requestPath: string ,
partnerRequestBody: object ,
}
,
}

⚐ Response (200)

{
$schema: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SolutionInference_CreateOrUpdate (removed)
Description Creates a job trigger for a solution.
Reference Link ¶

⚼ Request

POST:  /solutions/{solutionId}:create
{
solutionId: string ,
api-version: string ,
solutionInferenceRequest:
{
requestPath: string ,
partnerRequestBody: object ,
}
,
}

⚐ Response (202)

{
$schema: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
SolutionInference_Fetch (removed)
Description Fetches details of triggered job for a solution.
Reference Link ¶

⚼ Request

POST:  /solutions/{solutionId}:fetch
{
solutionId: string ,
api-version: string ,
solutionInferenceRequest:
{
requestPath: string ,
partnerRequestBody: object ,
}
,
}

⚐ Response (200)

{
$schema: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
TillageData_ListByPartyId (removed)
Description Returns a paginated list of tillage data resources under a particular farm.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/tillage-data
{
partyId: string ,
minTillageDepth: number ,
maxTillageDepth: number ,
minTillagePressure: number ,
maxTillagePressure: number ,
sources: array ,
associatedBoundaryIds: array ,
minOperationStartDateTime: string ,
maxOperationStartDateTime: string ,
minOperationEndDateTime: string ,
maxOperationEndDateTime: string ,
minOperationModifiedDateTime: string ,
maxOperationModifiedDateTime: string ,
minArea: number ,
maxArea: number ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
tillageDepth:
{
unit: string ,
value: number ,
}
,
tillagePressure:
{
unit: string ,
value: number ,
}
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
TillageData_Get (removed)
Description Get a specified tillage data resource under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/tillage-data/{tillageDataId}
{
partyId: string ,
tillageDataId: string ,
api-version: string ,
}

⚐ Response (200)

{
tillageDepth:
{
unit: string ,
value: number ,
}
,
tillagePressure:
{
unit: string ,
value: number ,
}
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
TillageData_CreateOrUpdate (removed)
Description Creates or updates an tillage data resource under a particular party.
Reference Link ¶

⚼ Request

PATCH:  /parties/{partyId}/tillage-data/{tillageDataId}
{
partyId: string ,
tillageDataId: string ,
api-version: string ,
tillageData:
{
tillageDepth:
{
unit: string ,
value: number ,
}
,
tillagePressure:
{
unit: string ,
value: number ,
}
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}

⚐ Response (200)

{
tillageDepth:
{
unit: string ,
value: number ,
}
,
tillagePressure:
{
unit: string ,
value: number ,
}
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (201)

{
tillageDepth:
{
unit: string ,
value: number ,
}
,
tillagePressure:
{
unit: string ,
value: number ,
}
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
TillageData_Delete (removed)
Description Deletes a specified tillage data resource under a particular party.
Reference Link ¶

⚼ Request

DELETE:  /parties/{partyId}/tillage-data/{tillageDataId}
{
partyId: string ,
tillageDataId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
TillageData_List (removed)
Description Returns a paginated list of tillage data resources across all parties.
Reference Link ¶

⚼ Request

GET:  /tillage-data
{
minTillageDepth: number ,
maxTillageDepth: number ,
minTillagePressure: number ,
maxTillagePressure: number ,
sources: array ,
associatedBoundaryIds: array ,
minOperationStartDateTime: string ,
maxOperationStartDateTime: string ,
minOperationEndDateTime: string ,
maxOperationEndDateTime: string ,
minOperationModifiedDateTime: string ,
maxOperationModifiedDateTime: string ,
minArea: number ,
maxArea: number ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
tillageDepth:
{
unit: string ,
value: number ,
}
,
tillagePressure:
{
unit: string ,
value: number ,
}
,
area:
{
unit: string ,
value: number ,
}
,
operationModifiedDateTime: string ,
operationStartDateTime: string ,
operationEndDateTime: string ,
attachmentsLink: string ,
associatedBoundaryId: string ,
partyId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
TillageData_CreateCascadeDeleteJob (removed)
Description Create cascade delete job for tillage data resource.
Reference Link ¶

⚼ Request

PUT:  /tillage-data/cascade-delete/{jobId}
{
jobId: string ,
partyId: string ,
tillageDataId: string ,
api-version: string ,
}

⚐ Response (202)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
TillageData_GetCascadeDeleteJobDetails (removed)
Description Get cascade delete job for tillage data resource.
Reference Link ¶

⚼ Request

GET:  /tillage-data/cascade-delete/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Weather_List (removed)
Description Returns a paginated list of weather data.
Reference Link ¶

⚼ Request

GET:  /weather
{
partyId: string ,
boundaryId: string ,
extensionId: string ,
weatherDataType: string ,
granularity: string ,
startDateTime: string ,
endDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
boundaryId: string ,
extensionId: string ,
location:
{
latitude: number ,
longitude: number ,
}
,
dateTime: string ,
unitSystemCode: string ,
extensionVersion: string ,
weatherDataType: string ,
granularity: string ,
cloudCover:
{
unit: string ,
value: number ,
}
,
dewPoint:
{
unit: string ,
value: number ,
}
,
growingDegreeDay:
{
unit: string ,
value: number ,
}
,
precipitation:
{
unit: string ,
value: number ,
}
,
pressure:
{
unit: string ,
value: number ,
}
,
relativeHumidity:
{
unit: string ,
value: number ,
}
,
soilMoisture:
{
unit: string ,
value: number ,
}
,
soilTemperature:
{
unit: string ,
value: number ,
}
,
temperature:
{
unit: string ,
value: number ,
}
,
visibility:
{
unit: string ,
value: number ,
}
,
wetBulbTemperature:
{
unit: string ,
value: number ,
}
,
windChill:
{
unit: string ,
value: number ,
}
,
windDirection:
{
unit: string ,
value: number ,
}
,
windGust:
{
unit: string ,
value: number ,
}
,
windSpeed:
{
unit: string ,
value: number ,
}
,
id: string ,
eTag: string ,
createdDateTime: string ,
modifiedDateTime: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Weather_GetDataDeleteJobDetails (removed)
Description Get weather data delete job.
Reference Link ¶

⚼ Request

GET:  /weather/delete-data/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
extensionId: string ,
partyId: string ,
boundaryId: string ,
weatherDataType: string ,
granularity: string ,
startDateTime: string ,
endDateTime: string ,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Weather_CreateDataDeleteJob (removed)
Description Create a weather data delete job.
Reference Link ¶

⚼ Request

PUT:  /weather/delete-data/{jobId}
{
jobId: string ,
api-version: string ,
job:
{
extensionId: string ,
partyId: string ,
boundaryId: string ,
weatherDataType: string ,
granularity: string ,
startDateTime: string ,
endDateTime: string ,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (202)

{
extensionId: string ,
partyId: string ,
boundaryId: string ,
weatherDataType: string ,
granularity: string ,
startDateTime: string ,
endDateTime: string ,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Weather_GetDataIngestionJobDetails (removed)
Description Get weather ingestion job.
Reference Link ¶

⚼ Request

GET:  /weather/ingest-data/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
boundaryId: string ,
partyId: string ,
extensionId: string ,
extensionApiName: string ,
extensionApiInput: object ,
extensionDataProviderAppId: string ,
extensionDataProviderApiKey: string ,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Weather_CreateDataIngestionJob (removed)
Description Create a weather data ingestion job.
Reference Link ¶

⚼ Request

PUT:  /weather/ingest-data/{jobId}
{
jobId: string ,
api-version: string ,
job:
{
boundaryId: string ,
partyId: string ,
extensionId: string ,
extensionApiName: string ,
extensionApiInput: object ,
extensionDataProviderAppId: string ,
extensionDataProviderApiKey: string ,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (202)

{
boundaryId: string ,
partyId: string ,
extensionId: string ,
extensionApiName: string ,
extensionApiInput: object ,
extensionDataProviderAppId: string ,
extensionDataProviderApiKey: string ,
id: string ,
status: string ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
WeatherData_Get (removed)
Description Returns a list of WeatherData.
Reference Link ¶

⚼ Request

POST:  /weather-data/:fetch
{
api-version: string ,
weatherDataProviderRequest:
{
credentials: object ,
locations:
[
{
type: enum ,
value: string ,
}
,
]
,
extensionId: string ,
extensionApiName: string ,
language: string ,
startTimeHours: integer ,
endTimeHours: integer ,
duration: integer ,
units: string ,
additionalParams:
{
iconResolution: string ,
details: boolean ,
}
,
}
,
}

⚐ Response (200)

{
weatherMetadata:
{
extensionVersion: string ,
weatherDataType: string ,
extensionId: string ,
extensionApiName: string ,
language: string ,
startTimeHours: integer ,
endTimeHours: integer ,
duration: integer ,
units: string ,
additionalParams:
{
iconResolution: string ,
details: boolean ,
}
,
}
,
status: enum ,
locations:
[
{
location:
{
type: enum ,
value: string ,
}
,
requestCompletionTime: string ,
lastRefreshedDateTime: string ,
data:
{
wetBulbTemperature:
{
unit: string ,
values:
[
number ,
]
,
}
,
cloudCover:
{
unit: string ,
values:
[
number ,
]
,
}
,
dayOfWeek:
[
string ,
]
,
dayOrNight:
[
string ,
]
,
expirationTime:
[
string ,
]
,
iconCode:
[
integer ,
]
,
iconCodeExtend:
[
integer ,
]
,
hasPrecipitation:
[
boolean ,
]
,
pressureMeanSeaLevel:
{
unit: string ,
values:
[
number ,
]
,
}
,
relativeHumidity:
{
unit: string ,
values:
[
number ,
]
,
}
,
temperature:
{
unit: string ,
values:
[
number ,
]
,
}
,
temperatureDewPoint:
{
unit: string ,
values:
[
number ,
]
,
}
,
temperatureFeelsLike:
{
unit: string ,
values:
[
number ,
]
,
}
,
temperatureHeatIndex:
{
unit: string ,
values:
[
number ,
]
,
}
,
temperatureWindChill:
{
unit: string ,
values:
[
number ,
]
,
}
,
uvDescription:
[
string ,
]
,
uvIndex:
[
number ,
]
,
validTimeLocal:
[
string ,
]
,
validTime:
[
string ,
]
,
visibility:
{
unit: string ,
values:
[
number ,
]
,
}
,
windDirection:
{
unit: string ,
values:
[
number ,
]
,
}
,
windGust:
{
unit: string ,
values:
[
number ,
]
,
}
,
windSpeed:
{
unit: string ,
values:
[
number ,
]
,
}
,
wxPhraseLong:
[
string ,
]
,
wxPhraseShort:
[
string ,
]
,
additionalAttributes: object ,
}
,
}
,
]
,
errors:
{
locations:
[
{
location:
{
type: enum ,
value: string ,
}
,
code: integer ,
description: string ,
retryable: boolean ,
}
,
]
,
}
,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Zones_ListByPartyId (removed)
Description Returns a paginated list of zone resources under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/zones
{
partyId: string ,
types: array ,
managementZoneIds: array ,
sources: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
type: string ,
managementZoneId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Zones_Get (removed)
Description Gets a specified zone resource under a particular party.
Reference Link ¶

⚼ Request

GET:  /parties/{partyId}/zones/{zoneId}
{
partyId: string ,
zoneId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
type: string ,
managementZoneId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Zones_CreateOrUpdate (removed)
Description Creates or updates a Zone resource.
Reference Link ¶

⚼ Request

PATCH:  /parties/{partyId}/zones/{zoneId}
{
partyId: string ,
zoneId: string ,
api-version: string ,
zone:
{
partyId: string ,
type: string ,
managementZoneId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
}

⚐ Response (200)

{
partyId: string ,
type: string ,
managementZoneId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (201)

{
partyId: string ,
type: string ,
managementZoneId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Zones_Delete (removed)
Description Deletes a specified zone resource under a particular party.
Reference Link ¶

⚼ Request

DELETE:  /parties/{partyId}/zones/{zoneId}
{
partyId: string ,
zoneId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Zones_List (removed)
Description Returns a paginated list of zone resources across all parties.
Reference Link ¶

⚼ Request

GET:  /zones
{
types: array ,
managementZoneIds: array ,
sources: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
maxPageSize: integer ,
skipToken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
partyId: string ,
type: string ,
managementZoneId: string ,
id: string ,
eTag: string ,
status: string ,
createdDateTime: string ,
modifiedDateTime: string ,
source: string ,
name: string ,
description: string ,
createdBy: string ,
modifiedBy: string ,
properties: object ,
}
,
]
,
skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Zones_GetCascadeDeleteJobDetails (removed)
Description Get a cascade delete job for specified job id.
Reference Link ¶

⚼ Request

GET:  /zones/cascade-delete/{jobId}
{
jobId: string ,
api-version: string ,
}

⚐ Response (200)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
Zones_CreateCascadeDeleteJob (removed)
Description Create a cascade delete job for specified zone.
Reference Link ¶

⚼ Request

PUT:  /zones/cascade-delete/{jobId}
{
jobId: string ,
partyId: string ,
zoneId: string ,
api-version: string ,
}

⚐ Response (202)

{
partyId: string ,
resourceId: string ,
resourceType: string ,
id: string ,
status: enum ,
durationInSeconds: number ,
message: string ,
errorCode: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startTime: string ,
endTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
traceId: string ,
}
,
}
CheckNameAvailability_CheckNameAvailability (removed)
Description Checks the name availability of the resource with requested resource name.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.AgFoodPlatform/checkNameAvailability
{
subscriptionId: string ,
api-version: string ,
nameAvailabilityRequest:
{
name: string ,
type: string ,
}
,
}

⚐ Response (200)

{
nameAvailable: boolean ,
reason: enum ,
message: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataConnectors_Get (removed)
Description Get specific Data Connector resource by DataConnectorName.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/dataConnectors/{dataConnectorName}
{
resourceGroupName: string ,
subscriptionId: string ,
dataManagerForAgricultureResourceName: string ,
dataConnectorName: string ,
api-version: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
credentials:
{
kind: enum ,
}
,
}
,
eTag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataConnectors_CreateOrUpdate (removed)
Description Create or update Data Connector For MADMA resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/dataConnectors/{dataConnectorName}
{
resourceGroupName: string ,
subscriptionId: string ,
dataManagerForAgricultureResourceName: string ,
dataConnectorName: string ,
api-version: string ,
body:
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
credentials:
{
kind: enum ,
}
,
}
,
eTag: string ,
}
,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
credentials:
{
kind: enum ,
}
,
}
,
eTag: string ,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
credentials:
{
kind: enum ,
}
,
}
,
eTag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataConnectors_Delete (removed)
Description Delete a Data Connectors with given dataConnector name.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/dataConnectors/{dataConnectorName}
{
resourceGroupName: string ,
subscriptionId: string ,
dataManagerForAgricultureResourceName: string ,
dataConnectorName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (400)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataConnectors_List (removed)
Description Lists the Data Connector Credentials for MADMA instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/dataConnectors
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
api-version: string ,
$maxPageSize: integer ,
$skipToken: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
credentials:
{
kind: enum ,
}
,
}
,
eTag: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataManagerForAgricultureExtensions_List (removed)
Description Get list of Data Manager For Agriculture extension.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions
{
farmBeatsExtensionIds: array ,
farmBeatsExtensionNames: array ,
extensionCategories: array ,
publisherIds: array ,
$maxPageSize: integer ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
targetResourceType: string ,
farmBeatsExtensionId: string ,
farmBeatsExtensionName: string ,
farmBeatsExtensionVersion: string ,
publisherId: string ,
description: string ,
extensionCategory: string ,
extensionAuthLink: string ,
extensionApiDocsLink: string ,
detailedInformation:
[
{
apiName: string ,
apiDocsLink: string ,
apiType: string ,
customParameters:
[
string ,
]
,
platformParameters:
[
string ,
]
,
apiDefaultInputParameters:
[
string ,
]
,
unitsSupported:
{
key: string ,
values:
[
string ,
]
,
}
,
apiInputParameters:
[
string ,
]
,
}
,
]
,
}
,
}
,
]
,
$skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataManagerForAgricultureExtensions_Get (removed)
Description Get Data Manager For Agriculture extension.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions/{dataManagerForAgricultureExtensionId}
{
dataManagerForAgricultureExtensionId: string ,
api-version: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
targetResourceType: string ,
farmBeatsExtensionId: string ,
farmBeatsExtensionName: string ,
farmBeatsExtensionVersion: string ,
publisherId: string ,
description: string ,
extensionCategory: string ,
extensionAuthLink: string ,
extensionApiDocsLink: string ,
detailedInformation:
[
{
apiName: string ,
apiDocsLink: string ,
apiType: string ,
customParameters:
[
string ,
]
,
platformParameters:
[
string ,
]
,
apiDefaultInputParameters:
[
string ,
]
,
unitsSupported:
{
key: string ,
values:
[
string ,
]
,
}
,
apiInputParameters:
[
string ,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataManagerForAgricultureResources_Get (removed)
Description Get DataManagerForAgriculture resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
properties:
{
instanceUri: string ,
provisioningState: enum ,
sensorIntegration:
{
enabled: string ,
provisioningState: enum ,
provisioningInfo:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}
,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataManagerForAgricultureResources_CreateOrUpdate (removed)
Description Create or update Data Manager For Agriculture resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
api-version: string ,
request:
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
properties:
{
instanceUri: string ,
provisioningState: enum ,
sensorIntegration:
{
enabled: string ,
provisioningState: enum ,
provisioningInfo:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}
,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
properties:
{
instanceUri: string ,
provisioningState: enum ,
sensorIntegration:
{
enabled: string ,
provisioningState: enum ,
provisioningInfo:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}
,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}

⚐ Response (201)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
properties:
{
instanceUri: string ,
provisioningState: enum ,
sensorIntegration:
{
enabled: string ,
provisioningState: enum ,
provisioningInfo:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}
,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataManagerForAgricultureResources_Update (removed)
Description Update a Data Manager For Agriculture resource.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
api-version: string ,
request:
{
location: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
properties:
{
sensorIntegration:
{
enabled: string ,
provisioningState: enum ,
provisioningInfo:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}
,
publicNetworkAccess: enum ,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
properties:
{
instanceUri: string ,
provisioningState: enum ,
sensorIntegration:
{
enabled: string ,
provisioningState: enum ,
provisioningInfo:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}
,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}

⚐ Response (202)

{
$headers:
{
location: string ,
}
,
$schema:
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
properties:
{
instanceUri: string ,
provisioningState: enum ,
sensorIntegration:
{
enabled: string ,
provisioningState: enum ,
provisioningInfo:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}
,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataManagerForAgricultureResources_Delete (removed)
Description Delete a Data Manager For Agriculture resource.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataManagerForAgricultureResources_ListBySubscription (removed)
Description Lists the DataManagerForAgriculture instances for a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.AgFoodPlatform/farmBeats
{
$maxPageSize: integer ,
$skipToken: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
properties:
{
instanceUri: string ,
provisioningState: enum ,
sensorIntegration:
{
enabled: string ,
provisioningState: enum ,
provisioningInfo:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}
,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}
,
]
,
$skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataManagerForAgricultureResources_ListByResourceGroup (removed)
Description Lists the DataManagerForAgriculture instances for a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats
{
$maxPageSize: integer ,
$skipToken: string ,
resourceGroupName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
properties:
{
instanceUri: string ,
provisioningState: enum ,
sensorIntegration:
{
enabled: string ,
provisioningState: enum ,
provisioningInfo:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}
,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}
,
]
,
$skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OperationResults_Get (removed)
Description Get operationResults for a Data Manager For Agriculture resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.AgFoodPlatform/locations/{locations}/operationResults/{operationResultsId}
{
subscriptionId: string ,
api-version: string ,
locations: string ,
operationResultsId: string ,
}

⚐ Response (200)

{
status: string ,
error:
{
code: string ,
message: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Extensions_CreateOrUpdate (removed)
Description Install or Update extension. Additional Api Properties are merged patch and if the extension is updated to a new version then the obsolete entries will be auto deleted from Additional Api Properties.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/extensions/{extensionId}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
extensionId: string ,
api-version: string ,
requestBody:
{
extensionVersion: string ,
additionalApiProperties: object ,
}
,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
extensionId: string ,
extensionCategory: string ,
installedExtensionVersion: string ,
extensionAuthLink: string ,
extensionApiDocsLink: string ,
additionalApiProperties: object ,
}
,
eTag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Extensions_Get (removed)
Description Get installed extension details by extension id.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/extensions/{extensionId}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
extensionId: string ,
api-version: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
extensionId: string ,
extensionCategory: string ,
installedExtensionVersion: string ,
extensionAuthLink: string ,
extensionApiDocsLink: string ,
additionalApiProperties: object ,
}
,
eTag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Extensions_Delete (removed)
Description Uninstall extension.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/extensions/{extensionId}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
extensionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Extensions_ListByDataManagerForAgriculture (removed)
Description Get installed extensions details.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/extensions
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
api-version: string ,
extensionIds: array ,
extensionCategories: array ,
$maxPageSize: integer ,
$skipToken: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
extensionId: string ,
extensionCategory: string ,
installedExtensionVersion: string ,
extensionAuthLink: string ,
extensionApiDocsLink: string ,
additionalApiProperties: object ,
}
,
eTag: string ,
}
,
]
,
$skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Operations_List (removed)
Description Lists the available operations of Microsoft.AgFoodPlatform resource provider.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.AgFoodPlatform/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_CreateOrUpdate (removed)
Description Approves or Rejects a Private endpoint connection request.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
privateEndpointConnectionName: string ,
api-version: string ,
request:
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (400)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_Get (removed)
Description Get Private endpoint connection object.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
privateEndpointConnectionName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_Delete (removed)
Description Delete Private endpoint connection request.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
privateEndpointConnectionName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_ListByResource (removed)
Description Get list of Private endpoint connections.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/privateEndpointConnections
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateLinkResources_ListByResource (removed)
Description Get list of Private link resources.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/privateLinkResources
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateLinkResources_Get (removed)
Description Get Private link resource object.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/privateLinkResources/{subResourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
subResourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Solutions_CreateOrUpdate (removed)
Description Install Or Update Solution.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/solutions/{solutionId}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
solutionId: string ,
api-version: string ,
requestBody:
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
partnerId: string ,
saasSubscriptionId: string ,
saasSubscriptionName: string ,
marketplacePublisherId: string ,
planId: string ,
roleAssignmentId: string ,
offerId: string ,
termId: string ,
}
,
eTag: string ,
}
,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
partnerId: string ,
saasSubscriptionId: string ,
saasSubscriptionName: string ,
marketplacePublisherId: string ,
planId: string ,
roleAssignmentId: string ,
offerId: string ,
termId: string ,
}
,
eTag: string ,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
partnerId: string ,
saasSubscriptionId: string ,
saasSubscriptionName: string ,
marketplacePublisherId: string ,
planId: string ,
roleAssignmentId: string ,
offerId: string ,
termId: string ,
}
,
eTag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Solutions_Get (removed)
Description Get installed Solution details by Solution id.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/solutions/{solutionId}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
solutionId: string ,
api-version: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
partnerId: string ,
saasSubscriptionId: string ,
saasSubscriptionName: string ,
marketplacePublisherId: string ,
planId: string ,
roleAssignmentId: string ,
offerId: string ,
termId: string ,
}
,
eTag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Solutions_Delete (removed)
Description Uninstall Solution.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/solutions/{solutionId}
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
solutionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Solutions_List (removed)
Description Get installed Solutions details.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/solutions
{
subscriptionId: string ,
resourceGroupName: string ,
dataManagerForAgricultureResourceName: string ,
api-version: string ,
solutionIds: array ,
ids: array ,
names: array ,
propertyFilters: array ,
statuses: array ,
minCreatedDateTime: string ,
maxCreatedDateTime: string ,
minLastModifiedDateTime: string ,
maxLastModifiedDateTime: string ,
$maxPageSize: integer ,
$skipToken: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
partnerId: string ,
saasSubscriptionId: string ,
saasSubscriptionName: string ,
marketplacePublisherId: string ,
planId: string ,
roleAssignmentId: string ,
offerId: string ,
termId: string ,
}
,
eTag: string ,
}
,
]
,
$skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SolutionsDiscoverability_List (removed)
Description Get list of Data Manager For Agriculture solutions.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.AgFoodPlatform/farmBeatsSolutionDefinitions
{
farmBeatsSolutionIds: array ,
farmBeatsSolutionNames: array ,
$maxPageSize: integer ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
partnerId: string ,
partnerTenantId: string ,
dataAccessScopes:
[
string ,
]
,
marketplaceOfferDetails:
{
saasOfferId: string ,
publisherId: string ,
}
,
openApiSpecsDictionary: object ,
accessFBApplicationId: string ,
saaSApplicationId: string ,
actionIds:
[
string ,
]
,
roleId: string ,
roleName: string ,
accessFBApplicationName: string ,
}
,
}
,
]
,
$skipToken: string ,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SolutionsDiscoverability_Get (removed)
Description Get Data Manager For Agriculture solution by id.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.AgFoodPlatform/farmBeatsSolutionDefinitions/{dataManagerForAgricultureSolutionId}
{
dataManagerForAgricultureSolutionId: string ,
api-version: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
partnerId: string ,
partnerTenantId: string ,
dataAccessScopes:
[
string ,
]
,
marketplaceOfferDetails:
{
saasOfferId: string ,
publisherId: string ,
}
,
openApiSpecsDictionary: object ,
accessFBApplicationId: string ,
saaSApplicationId: string ,
actionIds:
[
string ,
]
,
roleId: string ,
roleName: string ,
accessFBApplicationName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}