swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector NutrientAnalyses API schemes: - https tags: - name: NutrientAnalyses paths: /nutrient-analyses: get: tags: - NutrientAnalyses description: Returns a paginated list of nutrient analysis resources across all parties. operationId: microsoftAzureNutrientanalysesList produces: - application/json parameters: - in: query name: parentType description: "Type of the parent it belongs to.\r\ni.e. PlantTissueAnalysis." type: string - in: query name: parentIds description: Parent ids of the resource. type: array items: type: string collectionFormat: multi - in: query name: classifications description: Classifications for nutrient analyses. type: array items: type: string collectionFormat: multi - in: query name: ids description: Ids of the resource. type: array items: type: string collectionFormat: multi - in: query name: names description: Names of the resource. type: array items: type: string collectionFormat: multi - in: query name: propertyFilters description: "Filters on key-value pairs within the Properties object.\r\neg. \"{testKey} eq {testValue}\"." type: array items: type: string collectionFormat: multi - in: query name: statuses description: Statuses of the resource. type: array items: type: string collectionFormat: multi - in: query name: minCreatedDateTime description: Minimum creation date of resource (inclusive). type: string format: date-time - in: query name: maxCreatedDateTime description: Maximum creation date of resource (inclusive). type: string format: date-time - in: query name: minLastModifiedDateTime description: Minimum last modified date of resource (inclusive). type: string format: date-time - in: query name: maxLastModifiedDateTime description: Maximum last modified date of resource (inclusive). type: string format: date-time - in: query name: maxPageSize description: "Maximum number of items needed (inclusive).\r\nMinimum = 10, Maximum = 1000, Default value = 50." type: integer format: int32 default: 50 maximum: 1000 minimum: 10 - in: query name: skipToken description: Skip token for getting next set of results. type: string - in: query name: api-version description: The requested API version required: true type: string responses: '200': description: Success schema: $ref: '#/definitions/NutrientAnalysisListResponse' default: description: Error schema: $ref: '#/definitions/ErrorResponse' headers: x-ms-error-code: type: string x-ms-client-name: ErrorCode x-ms-error-response: true x-ms-pageable: nextLinkName: nextLink x-ms-examples: NutrientAnalyses_List: $ref: ./examples/NutrientAnalyses_List.json summary: Microsoft Azure Get Nutrient Analyses /parties/{partyId}/nutrient-analyses: get: tags: - NutrientAnalyses description: Returns a paginated list of nutrient analysis resources under a particular party. operationId: microsoftAzureNutrientanalysesListbypartyid produces: - application/json parameters: - in: path name: partyId description: Id of the associated party. required: true type: string - in: query name: parentType description: "Type of the parent it belongs to.\r\ni.e. PlantTissueAnalysis." type: string - in: query name: parentIds description: Parent ids of the resource. type: array items: type: string collectionFormat: multi - in: query name: classifications description: Classifications for nutrient analyses. type: array items: type: string collectionFormat: multi - in: query name: ids description: Ids of the resource. type: array items: type: string collectionFormat: multi - in: query name: names description: Names of the resource. type: array items: type: string collectionFormat: multi - in: query name: propertyFilters description: "Filters on key-value pairs within the Properties object.\r\neg. \"{testKey} eq {testValue}\"." type: array items: type: string collectionFormat: multi - in: query name: statuses description: Statuses of the resource. type: array items: type: string collectionFormat: multi - in: query name: minCreatedDateTime description: Minimum creation date of resource (inclusive). type: string format: date-time - in: query name: maxCreatedDateTime description: Maximum creation date of resource (inclusive). type: string format: date-time - in: query name: minLastModifiedDateTime description: Minimum last modified date of resource (inclusive). type: string format: date-time - in: query name: maxLastModifiedDateTime description: Maximum last modified date of resource (inclusive). type: string format: date-time - in: query name: maxPageSize description: "Maximum number of items needed (inclusive).\r\nMinimum = 10, Maximum = 1000, Default value = 50." type: integer format: int32 default: 50 maximum: 1000 minimum: 10 - in: query name: skipToken description: Skip token for getting next set of results. type: string - in: query name: api-version description: The requested API version required: true type: string responses: '200': description: Success schema: $ref: '#/definitions/NutrientAnalysisListResponse' default: description: Error schema: $ref: '#/definitions/ErrorResponse' headers: x-ms-error-code: type: string x-ms-client-name: ErrorCode x-ms-error-response: true x-ms-pageable: nextLinkName: nextLink x-ms-examples: NutrientAnalyses_ListByPartyId: $ref: ./examples/NutrientAnalyses_ListByPartyId.json summary: Microsoft Azure Get Parties Partyid Nutrient Analyses /parties/{partyId}/nutrient-analyses/{nutrientAnalysisId}: get: tags: - NutrientAnalyses description: Gets a specified nutrient analysis resource under a particular party. operationId: microsoftAzureNutrientanalysesGet produces: - application/json parameters: - in: path name: partyId description: Id of the associated party. required: true type: string - in: path name: nutrientAnalysisId description: Id of the nutrient analysis. required: true type: string - in: query name: api-version description: The requested API version required: true type: string responses: '200': description: Success schema: $ref: '#/definitions/NutrientAnalysis' default: description: Error schema: $ref: '#/definitions/ErrorResponse' headers: x-ms-error-code: type: string x-ms-client-name: ErrorCode x-ms-error-response: true x-ms-examples: NutrientAnalyses_Get: $ref: ./examples/NutrientAnalyses_Get.json summary: Microsoft Azure Get Parties Partyid Nutrient Analyses Nutrientanalysisid patch: tags: - NutrientAnalyses description: Creates or updates a nutrient analysis resource. operationId: microsoftAzureNutrientanalysesCreateorupdate consumes: - application/merge-patch+json produces: - application/json parameters: - in: path name: partyId description: Id of the party resource. required: true type: string - in: path name: nutrientAnalysisId description: Id of the nutrient analysis resource. required: true type: string - in: query name: api-version description: The requested API version required: true type: string - in: body name: nutrientAnalysis description: NutrientAnalysis resource payload to create or update. required: true schema: $ref: '#/definitions/NutrientAnalysis' responses: '200': description: Success schema: $ref: '#/definitions/NutrientAnalysis' '201': description: Created schema: $ref: '#/definitions/NutrientAnalysis' default: description: Error schema: $ref: '#/definitions/ErrorResponse' headers: x-ms-error-code: type: string x-ms-client-name: ErrorCode x-ms-error-response: true x-ms-examples: NutrientAnalyses_CreateOrUpdate: $ref: ./examples/NutrientAnalyses_CreateOrUpdate.json summary: Microsoft Azure Patch Parties Partyid Nutrient Analyses Nutrientanalysisid delete: tags: - NutrientAnalyses description: Deletes a specified nutrient analysis resource under a particular party. operationId: microsoftAzureNutrientanalysesDelete produces: - application/json parameters: - in: path name: partyId description: Id of the party. required: true type: string - in: path name: nutrientAnalysisId description: Id of the nutrient analysis. required: true type: string - in: query name: api-version description: The requested API version required: true type: string responses: '204': description: No Content default: description: Error schema: $ref: '#/definitions/ErrorResponse' headers: x-ms-error-code: type: string x-ms-client-name: ErrorCode x-ms-error-response: true x-ms-examples: NutrientAnalyses_Delete: $ref: ./examples/NutrientAnalyses_Delete.json summary: Microsoft Azure Delete Parties Partyid Nutrient Analyses Nutrientanalysisid definitions: ErrorResponse: description: An error response from the Azure AgPlatform service. See https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses for ErrorResponse reference document. type: object properties: error: $ref: '#/definitions/Error' traceId: description: Unique trace Id. type: string NutrientAnalysisListResponse: description: Paged response contains list of requested objects and a URL link to get the next set of results. required: - value type: object properties: value: description: List of requested objects. type: array items: $ref: '#/definitions/NutrientAnalysis' skipToken: description: Token used in retrieving the next page. If null, there are no additional pages. type: string nextLink: description: Continuation link (absolute URI) to the next page of results in the list. type: string ProductDetails: description: Model for representing ProductDetails object. type: object properties: rate: description: Rate of the product. maxLength: 100 minLength: 0 type: string instruction: description: Instruction of the resource. maxLength: 1000 minLength: 0 type: string product: description: Product of the resource. maxLength: 100 minLength: 0 type: string InnerError: description: Inner error containing list of errors.See https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#innererror--object for InnerError reference document. type: object properties: code: description: Specific error code than was provided by the containing error. type: string innererror: $ref: '#/definitions/InnerError' NutrientAnalysis: description: Api Model for nutrient analysis object. type: object properties: partyId: description: Party id for this nutrient analysis. type: string readOnly: true parentId: description: Parent id for this nutrient analysis. type: string parentType: description: "Parent type for this nutrient analysis.\r\ni.e. PlantTissueAnalysis." enum: - PlantTissueAnalysis type: string x-ms-enum: name: NutrientAnalysisParentType modelAsString: true unit: description: Unit for this nutrient analysis. maxLength: 32 minLength: 0 type: string value: format: double description: Value for this nutrient analysis. type: number referenceValueLow: format: double description: Reference value low for this nutrient analysis. type: number referenceValueHigh: format: double description: Reference value high for this nutrient analysis. type: number classification: description: Classification for this nutrient analysis. maxLength: 50 minLength: 0 type: string recommendation: description: Recommendation for this nutrient analysis. maxLength: 1000 minLength: 0 type: string products: description: Products for this nutrient analysis. type: array items: $ref: '#/definitions/ProductDetails' id: description: Unique resource ID. type: string readOnly: true eTag: description: The ETag value to implement optimistic concurrency. type: string readOnly: true status: description: Status of the resource. maxLength: 100 minLength: 0 type: string createdDateTime: format: date-time description: 'Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ.' type: string readOnly: true example: '2020-12-31T11:10:21Z' modifiedDateTime: format: date-time description: 'Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ.' type: string readOnly: true example: '2020-12-31T11:10:21Z' source: description: Source of the resource. maxLength: 100 minLength: 2 type: string name: description: Name to identify resource. maxLength: 100 minLength: 0 type: string description: description: Textual description of the resource. maxLength: 500 minLength: 0 type: string createdBy: description: Created by user/tenant id. type: string readOnly: true modifiedBy: description: Modified by user/tenant id. type: string readOnly: true properties: description: "A collection of key value pairs that belongs to the resource.\r\nEach pair must not have a key greater than 50 characters\r\nand must not have a value greater than 150 characters.\r\nNote: A maximum of 25 key value pairs can be provided for a resource and only string,\r\nnumeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported." type: object additionalProperties: {} example: key1: value1 key2: 123.45 Error: description: An error from the Azure AgPlatform service. required: - code - message type: object properties: code: description: Server-defined set of error codes. minLength: 1 type: string message: description: Human-readable representation of the error. minLength: 1 type: string target: description: Target of the error. type: string details: description: Array of details about specific errors that led to this reported error. type: array items: $ref: '#/definitions/Error' innererror: $ref: '#/definitions/InnerError' x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'