From 8d7aac72a2b8846db61e9f5a08dad38e8218119c Mon Sep 17 00:00:00 2001 From: Andy Grigg Date: Wed, 1 May 2024 12:01:01 -0400 Subject: [PATCH] Prepare for 3.0.0 release (#196) Co-authored-by: Andy-Grigg --- .../pyproject.toml | 4 +- pom.xml | 2 +- yaml/server-api.json | 3924 ++++++++--------- 3 files changed, 1965 insertions(+), 1965 deletions(-) diff --git a/ansys-grantami-serverapi-openapi/pyproject.toml b/ansys-grantami-serverapi-openapi/pyproject.toml index 52407d9c..3e36beb6 100644 --- a/ansys-grantami-serverapi-openapi/pyproject.toml +++ b/ansys-grantami-serverapi-openapi/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "ansys-grantami-serverapi-openapi" description = "Autogenerated client library for the Granta MI Server API." -version = "3.0.0b0" +version = "3.0.0" license = "MIT" authors = ["ANSYS, Inc. "] maintainers = ["ANSYS, Inc. "] @@ -14,7 +14,7 @@ documentation = "https://grantami.docs.pyansys.com" readme = "README.md" keywords = ["Ansys", "OpenAPI"] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", diff --git a/pom.xml b/pom.xml index 37379790..b6a44301 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 io.swagger AnsysPython-swagger-codegen - 3.0.0b0 + 3.0.0 jar AnsysPython-swagger-codegen diff --git a/yaml/server-api.json b/yaml/server-api.json index 8723a23f..9dd70adb 100644 --- a/yaml/server-api.json +++ b/yaml/server-api.json @@ -62,7 +62,7 @@ "$ref": "#/components/schemas/GrantaServerApiAggregationsAggregationsRequest" }, "examples": { - "Example 1": { + "Example 65": { "summary": "Attribute exists aggregation", "description": "Simple aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute.", "value": { @@ -85,7 +85,7 @@ ] } }, - "Example 2": { + "Example 66": { "summary": "Numeric attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute, along with its minimum and maximum values", "value": { @@ -108,7 +108,7 @@ ] } }, - "Example 3": { + "Example 67": { "summary": "Text attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns the count of records with a value for this attribute, along with a list of its 10 most common terms", "value": { @@ -133,7 +133,7 @@ ] } }, - "Example 4": { + "Example 68": { "summary": "Text attribute value aggregation with prefix", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns a list of the 10 most common terms in this attribute that start with the characters 'st' (case insensitive)", "value": { @@ -158,7 +158,7 @@ ] } }, - "Example 5": { + "Example 69": { "summary": "Free text aggregation", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in all attributes and tabular local columns that begin with the characters 'st' (case insensitive)", "value": { @@ -170,7 +170,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "3fb56d34-c3d1-45bc-a885-e78c045d1c80", + "criterionGuid": "7690eed1-dc1d-4cc2-b014-b04add818e8b", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -184,7 +184,7 @@ ] } }, - "Example 6": { + "Example 70": { "summary": "Free text aggregation on specific attributes", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in the attributes -4 (record name), -7 (short name) and 10907 (CAS Number) that begin with the characters 'st' (case insensitive)", "value": { @@ -196,7 +196,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "72449991-467e-4b17-9945-dd33427c60e1", + "criterionGuid": "981f4c81-be5c-4ef8-817c-6cf583c60ab8", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -216,7 +216,7 @@ ] } }, - "Example 7": { + "Example 71": { "summary": "Free text aggregation with excluded tabular columns", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in tabular local columns excluding 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table that begin with the characters 'st' (case insensitive)", "value": { @@ -228,7 +228,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "295bcaff-2902-4e24-bca5-797922f38209", + "criterionGuid": "c26d39be-724f-4839-8d54-b9f772c8e2be", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -247,7 +247,7 @@ ] } }, - "Example 8": { + "Example 72": { "summary": "Aggregation with query", "description": "Aggregation in MI_TRAINING on a discrete attribute with identity 5876 (Rating), that only returns the common terms in records that also match the search criterion that the picture attribute 5872 (Issue Date) exists", "value": { @@ -282,7 +282,7 @@ "$ref": "#/components/schemas/GrantaServerApiAggregationsAggregationsRequest" }, "examples": { - "Example 1": { + "Example 65": { "summary": "Attribute exists aggregation", "description": "Simple aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute.", "value": { @@ -305,7 +305,7 @@ ] } }, - "Example 2": { + "Example 66": { "summary": "Numeric attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute, along with its minimum and maximum values", "value": { @@ -328,7 +328,7 @@ ] } }, - "Example 3": { + "Example 67": { "summary": "Text attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns the count of records with a value for this attribute, along with a list of its 10 most common terms", "value": { @@ -353,7 +353,7 @@ ] } }, - "Example 4": { + "Example 68": { "summary": "Text attribute value aggregation with prefix", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns a list of the 10 most common terms in this attribute that start with the characters 'st' (case insensitive)", "value": { @@ -378,7 +378,7 @@ ] } }, - "Example 5": { + "Example 69": { "summary": "Free text aggregation", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in all attributes and tabular local columns that begin with the characters 'st' (case insensitive)", "value": { @@ -390,7 +390,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "3fb56d34-c3d1-45bc-a885-e78c045d1c80", + "criterionGuid": "7690eed1-dc1d-4cc2-b014-b04add818e8b", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -404,7 +404,7 @@ ] } }, - "Example 6": { + "Example 70": { "summary": "Free text aggregation on specific attributes", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in the attributes -4 (record name), -7 (short name) and 10907 (CAS Number) that begin with the characters 'st' (case insensitive)", "value": { @@ -416,7 +416,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "72449991-467e-4b17-9945-dd33427c60e1", + "criterionGuid": "981f4c81-be5c-4ef8-817c-6cf583c60ab8", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -436,7 +436,7 @@ ] } }, - "Example 7": { + "Example 71": { "summary": "Free text aggregation with excluded tabular columns", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in tabular local columns excluding 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table that begin with the characters 'st' (case insensitive)", "value": { @@ -448,7 +448,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "295bcaff-2902-4e24-bca5-797922f38209", + "criterionGuid": "c26d39be-724f-4839-8d54-b9f772c8e2be", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -467,7 +467,7 @@ ] } }, - "Example 8": { + "Example 72": { "summary": "Aggregation with query", "description": "Aggregation in MI_TRAINING on a discrete attribute with identity 5876 (Rating), that only returns the common terms in records that also match the search criterion that the picture attribute 5872 (Issue Date) exists", "value": { @@ -502,7 +502,7 @@ "$ref": "#/components/schemas/GrantaServerApiAggregationsAggregationsRequest" }, "examples": { - "Example 1": { + "Example 65": { "summary": "Attribute exists aggregation", "description": "Simple aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute.", "value": { @@ -525,7 +525,7 @@ ] } }, - "Example 2": { + "Example 66": { "summary": "Numeric attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute, along with its minimum and maximum values", "value": { @@ -548,7 +548,7 @@ ] } }, - "Example 3": { + "Example 67": { "summary": "Text attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns the count of records with a value for this attribute, along with a list of its 10 most common terms", "value": { @@ -573,7 +573,7 @@ ] } }, - "Example 4": { + "Example 68": { "summary": "Text attribute value aggregation with prefix", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns a list of the 10 most common terms in this attribute that start with the characters 'st' (case insensitive)", "value": { @@ -598,7 +598,7 @@ ] } }, - "Example 5": { + "Example 69": { "summary": "Free text aggregation", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in all attributes and tabular local columns that begin with the characters 'st' (case insensitive)", "value": { @@ -610,7 +610,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "3fb56d34-c3d1-45bc-a885-e78c045d1c80", + "criterionGuid": "7690eed1-dc1d-4cc2-b014-b04add818e8b", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -624,7 +624,7 @@ ] } }, - "Example 6": { + "Example 70": { "summary": "Free text aggregation on specific attributes", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in the attributes -4 (record name), -7 (short name) and 10907 (CAS Number) that begin with the characters 'st' (case insensitive)", "value": { @@ -636,7 +636,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "72449991-467e-4b17-9945-dd33427c60e1", + "criterionGuid": "981f4c81-be5c-4ef8-817c-6cf583c60ab8", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -656,7 +656,7 @@ ] } }, - "Example 7": { + "Example 71": { "summary": "Free text aggregation with excluded tabular columns", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in tabular local columns excluding 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table that begin with the characters 'st' (case insensitive)", "value": { @@ -668,7 +668,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "295bcaff-2902-4e24-bca5-797922f38209", + "criterionGuid": "c26d39be-724f-4839-8d54-b9f772c8e2be", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -687,7 +687,7 @@ ] } }, - "Example 8": { + "Example 72": { "summary": "Aggregation with query", "description": "Aggregation in MI_TRAINING on a discrete attribute with identity 5876 (Rating), that only returns the common terms in records that also match the search criterion that the picture attribute 5872 (Issue Date) exists", "value": { @@ -722,7 +722,7 @@ "$ref": "#/components/schemas/GrantaServerApiAggregationsAggregationsRequest" }, "examples": { - "Example 1": { + "Example 65": { "summary": "Attribute exists aggregation", "description": "Simple aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute.", "value": { @@ -745,7 +745,7 @@ ] } }, - "Example 2": { + "Example 66": { "summary": "Numeric attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute, along with its minimum and maximum values", "value": { @@ -768,7 +768,7 @@ ] } }, - "Example 3": { + "Example 67": { "summary": "Text attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns the count of records with a value for this attribute, along with a list of its 10 most common terms", "value": { @@ -793,7 +793,7 @@ ] } }, - "Example 4": { + "Example 68": { "summary": "Text attribute value aggregation with prefix", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns a list of the 10 most common terms in this attribute that start with the characters 'st' (case insensitive)", "value": { @@ -818,7 +818,7 @@ ] } }, - "Example 5": { + "Example 69": { "summary": "Free text aggregation", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in all attributes and tabular local columns that begin with the characters 'st' (case insensitive)", "value": { @@ -830,7 +830,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "3fb56d34-c3d1-45bc-a885-e78c045d1c80", + "criterionGuid": "7690eed1-dc1d-4cc2-b014-b04add818e8b", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -844,7 +844,7 @@ ] } }, - "Example 6": { + "Example 70": { "summary": "Free text aggregation on specific attributes", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in the attributes -4 (record name), -7 (short name) and 10907 (CAS Number) that begin with the characters 'st' (case insensitive)", "value": { @@ -856,7 +856,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "72449991-467e-4b17-9945-dd33427c60e1", + "criterionGuid": "981f4c81-be5c-4ef8-817c-6cf583c60ab8", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -876,7 +876,7 @@ ] } }, - "Example 7": { + "Example 71": { "summary": "Free text aggregation with excluded tabular columns", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in tabular local columns excluding 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table that begin with the characters 'st' (case insensitive)", "value": { @@ -888,7 +888,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "295bcaff-2902-4e24-bca5-797922f38209", + "criterionGuid": "c26d39be-724f-4839-8d54-b9f772c8e2be", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -907,7 +907,7 @@ ] } }, - "Example 8": { + "Example 72": { "summary": "Aggregation with query", "description": "Aggregation in MI_TRAINING on a discrete attribute with identity 5876 (Rating), that only returns the common terms in records that also match the search criterion that the picture attribute 5872 (Issue Date) exists", "value": { @@ -1023,7 +1023,7 @@ "$ref": "#/components/schemas/GrantaServerApiAggregationsAggregationsRequest" }, "examples": { - "Example 9": { + "Example 73": { "summary": "Attribute exists aggregation", "description": "Simple aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute.", "value": { @@ -1046,7 +1046,7 @@ ] } }, - "Example 10": { + "Example 74": { "summary": "Numeric attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute, along with its minimum and maximum values", "value": { @@ -1069,7 +1069,7 @@ ] } }, - "Example 11": { + "Example 75": { "summary": "Text attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns the count of records with a value for this attribute, along with a list of its 10 most common terms", "value": { @@ -1094,7 +1094,7 @@ ] } }, - "Example 12": { + "Example 76": { "summary": "Text attribute value aggregation with prefix", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns a list of the 10 most common terms in this attribute that start with the characters 'st' (case insensitive)", "value": { @@ -1119,7 +1119,7 @@ ] } }, - "Example 13": { + "Example 77": { "summary": "Free text aggregation", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in all attributes and tabular local columns that begin with the characters 'st' (case insensitive)", "value": { @@ -1131,7 +1131,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "ab2ac632-d51a-4496-9585-02c770e4bbbd", + "criterionGuid": "f804bd81-eaac-4a29-a7df-b8ffdca5b364", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1145,7 +1145,7 @@ ] } }, - "Example 14": { + "Example 78": { "summary": "Free text aggregation on specific attributes", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in the attributes -4 (record name), -7 (short name) and 10907 (CAS Number) that begin with the characters 'st' (case insensitive)", "value": { @@ -1157,7 +1157,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "38c1b064-b43e-4582-81a5-5ce649dcaf7d", + "criterionGuid": "f632039b-ee4d-4aab-9bd5-c68e07bc59b8", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1177,7 +1177,7 @@ ] } }, - "Example 15": { + "Example 79": { "summary": "Free text aggregation with excluded tabular columns", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in tabular local columns excluding 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table that begin with the characters 'st' (case insensitive)", "value": { @@ -1189,7 +1189,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "289f8d1c-aff9-4aa0-a503-ae25884618c9", + "criterionGuid": "40f597fc-c4da-4c0b-8c57-a9dfbb0cec34", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1208,7 +1208,7 @@ ] } }, - "Example 16": { + "Example 80": { "summary": "Aggregation with query", "description": "Aggregation in MI_TRAINING on a discrete attribute with identity 5876 (Rating), that only returns the common terms in records that also match the search criterion that the picture attribute 5872 (Issue Date) exists", "value": { @@ -1243,7 +1243,7 @@ "$ref": "#/components/schemas/GrantaServerApiAggregationsAggregationsRequest" }, "examples": { - "Example 9": { + "Example 73": { "summary": "Attribute exists aggregation", "description": "Simple aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute.", "value": { @@ -1266,7 +1266,7 @@ ] } }, - "Example 10": { + "Example 74": { "summary": "Numeric attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute, along with its minimum and maximum values", "value": { @@ -1289,7 +1289,7 @@ ] } }, - "Example 11": { + "Example 75": { "summary": "Text attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns the count of records with a value for this attribute, along with a list of its 10 most common terms", "value": { @@ -1314,7 +1314,7 @@ ] } }, - "Example 12": { + "Example 76": { "summary": "Text attribute value aggregation with prefix", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns a list of the 10 most common terms in this attribute that start with the characters 'st' (case insensitive)", "value": { @@ -1339,7 +1339,7 @@ ] } }, - "Example 13": { + "Example 77": { "summary": "Free text aggregation", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in all attributes and tabular local columns that begin with the characters 'st' (case insensitive)", "value": { @@ -1351,7 +1351,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "ab2ac632-d51a-4496-9585-02c770e4bbbd", + "criterionGuid": "f804bd81-eaac-4a29-a7df-b8ffdca5b364", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1365,7 +1365,7 @@ ] } }, - "Example 14": { + "Example 78": { "summary": "Free text aggregation on specific attributes", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in the attributes -4 (record name), -7 (short name) and 10907 (CAS Number) that begin with the characters 'st' (case insensitive)", "value": { @@ -1377,7 +1377,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "38c1b064-b43e-4582-81a5-5ce649dcaf7d", + "criterionGuid": "f632039b-ee4d-4aab-9bd5-c68e07bc59b8", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1397,7 +1397,7 @@ ] } }, - "Example 15": { + "Example 79": { "summary": "Free text aggregation with excluded tabular columns", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in tabular local columns excluding 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table that begin with the characters 'st' (case insensitive)", "value": { @@ -1409,7 +1409,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "289f8d1c-aff9-4aa0-a503-ae25884618c9", + "criterionGuid": "40f597fc-c4da-4c0b-8c57-a9dfbb0cec34", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1428,7 +1428,7 @@ ] } }, - "Example 16": { + "Example 80": { "summary": "Aggregation with query", "description": "Aggregation in MI_TRAINING on a discrete attribute with identity 5876 (Rating), that only returns the common terms in records that also match the search criterion that the picture attribute 5872 (Issue Date) exists", "value": { @@ -1463,7 +1463,7 @@ "$ref": "#/components/schemas/GrantaServerApiAggregationsAggregationsRequest" }, "examples": { - "Example 9": { + "Example 73": { "summary": "Attribute exists aggregation", "description": "Simple aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute.", "value": { @@ -1486,7 +1486,7 @@ ] } }, - "Example 10": { + "Example 74": { "summary": "Numeric attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute, along with its minimum and maximum values", "value": { @@ -1509,7 +1509,7 @@ ] } }, - "Example 11": { + "Example 75": { "summary": "Text attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns the count of records with a value for this attribute, along with a list of its 10 most common terms", "value": { @@ -1534,7 +1534,7 @@ ] } }, - "Example 12": { + "Example 76": { "summary": "Text attribute value aggregation with prefix", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns a list of the 10 most common terms in this attribute that start with the characters 'st' (case insensitive)", "value": { @@ -1559,7 +1559,7 @@ ] } }, - "Example 13": { + "Example 77": { "summary": "Free text aggregation", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in all attributes and tabular local columns that begin with the characters 'st' (case insensitive)", "value": { @@ -1571,7 +1571,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "ab2ac632-d51a-4496-9585-02c770e4bbbd", + "criterionGuid": "f804bd81-eaac-4a29-a7df-b8ffdca5b364", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1585,7 +1585,7 @@ ] } }, - "Example 14": { + "Example 78": { "summary": "Free text aggregation on specific attributes", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in the attributes -4 (record name), -7 (short name) and 10907 (CAS Number) that begin with the characters 'st' (case insensitive)", "value": { @@ -1597,7 +1597,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "38c1b064-b43e-4582-81a5-5ce649dcaf7d", + "criterionGuid": "f632039b-ee4d-4aab-9bd5-c68e07bc59b8", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1617,7 +1617,7 @@ ] } }, - "Example 15": { + "Example 79": { "summary": "Free text aggregation with excluded tabular columns", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in tabular local columns excluding 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table that begin with the characters 'st' (case insensitive)", "value": { @@ -1629,7 +1629,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "289f8d1c-aff9-4aa0-a503-ae25884618c9", + "criterionGuid": "40f597fc-c4da-4c0b-8c57-a9dfbb0cec34", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1648,7 +1648,7 @@ ] } }, - "Example 16": { + "Example 80": { "summary": "Aggregation with query", "description": "Aggregation in MI_TRAINING on a discrete attribute with identity 5876 (Rating), that only returns the common terms in records that also match the search criterion that the picture attribute 5872 (Issue Date) exists", "value": { @@ -1683,7 +1683,7 @@ "$ref": "#/components/schemas/GrantaServerApiAggregationsAggregationsRequest" }, "examples": { - "Example 9": { + "Example 73": { "summary": "Attribute exists aggregation", "description": "Simple aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute.", "value": { @@ -1706,7 +1706,7 @@ ] } }, - "Example 10": { + "Example 74": { "summary": "Numeric attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute, along with its minimum and maximum values", "value": { @@ -1729,7 +1729,7 @@ ] } }, - "Example 11": { + "Example 75": { "summary": "Text attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns the count of records with a value for this attribute, along with a list of its 10 most common terms", "value": { @@ -1754,7 +1754,7 @@ ] } }, - "Example 12": { + "Example 76": { "summary": "Text attribute value aggregation with prefix", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns a list of the 10 most common terms in this attribute that start with the characters 'st' (case insensitive)", "value": { @@ -1779,7 +1779,7 @@ ] } }, - "Example 13": { + "Example 77": { "summary": "Free text aggregation", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in all attributes and tabular local columns that begin with the characters 'st' (case insensitive)", "value": { @@ -1791,7 +1791,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "ab2ac632-d51a-4496-9585-02c770e4bbbd", + "criterionGuid": "f804bd81-eaac-4a29-a7df-b8ffdca5b364", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1805,7 +1805,7 @@ ] } }, - "Example 14": { + "Example 78": { "summary": "Free text aggregation on specific attributes", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in the attributes -4 (record name), -7 (short name) and 10907 (CAS Number) that begin with the characters 'st' (case insensitive)", "value": { @@ -1817,7 +1817,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "38c1b064-b43e-4582-81a5-5ce649dcaf7d", + "criterionGuid": "f632039b-ee4d-4aab-9bd5-c68e07bc59b8", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1837,7 +1837,7 @@ ] } }, - "Example 15": { + "Example 79": { "summary": "Free text aggregation with excluded tabular columns", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in tabular local columns excluding 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table that begin with the characters 'st' (case insensitive)", "value": { @@ -1849,7 +1849,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "289f8d1c-aff9-4aa0-a503-ae25884618c9", + "criterionGuid": "40f597fc-c4da-4c0b-8c57-a9dfbb0cec34", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1868,7 +1868,7 @@ ] } }, - "Example 16": { + "Example 80": { "summary": "Aggregation with query", "description": "Aggregation in MI_TRAINING on a discrete attribute with identity 5876 (Rating), that only returns the common terms in records that also match the search criterion that the picture attribute 5872 (Issue Date) exists", "value": { @@ -1975,7 +1975,7 @@ "$ref": "#/components/schemas/GrantaServerApiAggregationsAggregationsRequest" }, "examples": { - "Example 17": { + "Example 81": { "summary": "Attribute exists aggregation", "description": "Simple aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute.", "value": { @@ -1998,7 +1998,7 @@ ] } }, - "Example 18": { + "Example 82": { "summary": "Numeric attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute, along with its minimum and maximum values", "value": { @@ -2021,7 +2021,7 @@ ] } }, - "Example 19": { + "Example 83": { "summary": "Text attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns the count of records with a value for this attribute, along with a list of its 10 most common terms", "value": { @@ -2046,7 +2046,7 @@ ] } }, - "Example 20": { + "Example 84": { "summary": "Text attribute value aggregation with prefix", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns a list of the 10 most common terms in this attribute that start with the characters 'st' (case insensitive)", "value": { @@ -2071,7 +2071,7 @@ ] } }, - "Example 21": { + "Example 85": { "summary": "Free text aggregation", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in all attributes and tabular local columns that begin with the characters 'st' (case insensitive)", "value": { @@ -2083,7 +2083,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "1a2b097b-ba9e-4c3d-a63c-a24df1bc20f4", + "criterionGuid": "4d769dea-8c39-4d38-a877-7b73bbaa30e3", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2097,7 +2097,7 @@ ] } }, - "Example 22": { + "Example 86": { "summary": "Free text aggregation on specific attributes", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in the attributes -4 (record name), -7 (short name) and 10907 (CAS Number) that begin with the characters 'st' (case insensitive)", "value": { @@ -2109,7 +2109,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "e1a5c5d3-0d3a-4096-ba91-0129f2df19aa", + "criterionGuid": "b0802757-e1b2-40ce-8e05-4cacf41beee4", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2129,7 +2129,7 @@ ] } }, - "Example 23": { + "Example 87": { "summary": "Free text aggregation with excluded tabular columns", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in tabular local columns excluding 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table that begin with the characters 'st' (case insensitive)", "value": { @@ -2141,7 +2141,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "fa958e8c-8718-4a6b-bea6-933cb06d66dc", + "criterionGuid": "fb706ff4-dace-4d0c-b83e-4c8ff3f446d6", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2160,7 +2160,7 @@ ] } }, - "Example 24": { + "Example 88": { "summary": "Aggregation with query", "description": "Aggregation in MI_TRAINING on a discrete attribute with identity 5876 (Rating), that only returns the common terms in records that also match the search criterion that the picture attribute 5872 (Issue Date) exists", "value": { @@ -2195,7 +2195,7 @@ "$ref": "#/components/schemas/GrantaServerApiAggregationsAggregationsRequest" }, "examples": { - "Example 17": { + "Example 81": { "summary": "Attribute exists aggregation", "description": "Simple aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute.", "value": { @@ -2218,7 +2218,7 @@ ] } }, - "Example 18": { + "Example 82": { "summary": "Numeric attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute, along with its minimum and maximum values", "value": { @@ -2241,7 +2241,7 @@ ] } }, - "Example 19": { + "Example 83": { "summary": "Text attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns the count of records with a value for this attribute, along with a list of its 10 most common terms", "value": { @@ -2266,7 +2266,7 @@ ] } }, - "Example 20": { + "Example 84": { "summary": "Text attribute value aggregation with prefix", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns a list of the 10 most common terms in this attribute that start with the characters 'st' (case insensitive)", "value": { @@ -2291,7 +2291,7 @@ ] } }, - "Example 21": { + "Example 85": { "summary": "Free text aggregation", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in all attributes and tabular local columns that begin with the characters 'st' (case insensitive)", "value": { @@ -2303,7 +2303,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "1a2b097b-ba9e-4c3d-a63c-a24df1bc20f4", + "criterionGuid": "4d769dea-8c39-4d38-a877-7b73bbaa30e3", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2317,7 +2317,7 @@ ] } }, - "Example 22": { + "Example 86": { "summary": "Free text aggregation on specific attributes", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in the attributes -4 (record name), -7 (short name) and 10907 (CAS Number) that begin with the characters 'st' (case insensitive)", "value": { @@ -2329,7 +2329,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "e1a5c5d3-0d3a-4096-ba91-0129f2df19aa", + "criterionGuid": "b0802757-e1b2-40ce-8e05-4cacf41beee4", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2349,7 +2349,7 @@ ] } }, - "Example 23": { + "Example 87": { "summary": "Free text aggregation with excluded tabular columns", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in tabular local columns excluding 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table that begin with the characters 'st' (case insensitive)", "value": { @@ -2361,7 +2361,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "fa958e8c-8718-4a6b-bea6-933cb06d66dc", + "criterionGuid": "fb706ff4-dace-4d0c-b83e-4c8ff3f446d6", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2380,7 +2380,7 @@ ] } }, - "Example 24": { + "Example 88": { "summary": "Aggregation with query", "description": "Aggregation in MI_TRAINING on a discrete attribute with identity 5876 (Rating), that only returns the common terms in records that also match the search criterion that the picture attribute 5872 (Issue Date) exists", "value": { @@ -2415,7 +2415,7 @@ "$ref": "#/components/schemas/GrantaServerApiAggregationsAggregationsRequest" }, "examples": { - "Example 17": { + "Example 81": { "summary": "Attribute exists aggregation", "description": "Simple aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute.", "value": { @@ -2438,7 +2438,7 @@ ] } }, - "Example 18": { + "Example 82": { "summary": "Numeric attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute, along with its minimum and maximum values", "value": { @@ -2461,7 +2461,7 @@ ] } }, - "Example 19": { + "Example 83": { "summary": "Text attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns the count of records with a value for this attribute, along with a list of its 10 most common terms", "value": { @@ -2486,7 +2486,7 @@ ] } }, - "Example 20": { + "Example 84": { "summary": "Text attribute value aggregation with prefix", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns a list of the 10 most common terms in this attribute that start with the characters 'st' (case insensitive)", "value": { @@ -2511,7 +2511,7 @@ ] } }, - "Example 21": { + "Example 85": { "summary": "Free text aggregation", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in all attributes and tabular local columns that begin with the characters 'st' (case insensitive)", "value": { @@ -2523,7 +2523,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "1a2b097b-ba9e-4c3d-a63c-a24df1bc20f4", + "criterionGuid": "4d769dea-8c39-4d38-a877-7b73bbaa30e3", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2537,7 +2537,7 @@ ] } }, - "Example 22": { + "Example 86": { "summary": "Free text aggregation on specific attributes", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in the attributes -4 (record name), -7 (short name) and 10907 (CAS Number) that begin with the characters 'st' (case insensitive)", "value": { @@ -2549,7 +2549,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "e1a5c5d3-0d3a-4096-ba91-0129f2df19aa", + "criterionGuid": "b0802757-e1b2-40ce-8e05-4cacf41beee4", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2569,7 +2569,7 @@ ] } }, - "Example 23": { + "Example 87": { "summary": "Free text aggregation with excluded tabular columns", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in tabular local columns excluding 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table that begin with the characters 'st' (case insensitive)", "value": { @@ -2581,7 +2581,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "fa958e8c-8718-4a6b-bea6-933cb06d66dc", + "criterionGuid": "fb706ff4-dace-4d0c-b83e-4c8ff3f446d6", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2600,7 +2600,7 @@ ] } }, - "Example 24": { + "Example 88": { "summary": "Aggregation with query", "description": "Aggregation in MI_TRAINING on a discrete attribute with identity 5876 (Rating), that only returns the common terms in records that also match the search criterion that the picture attribute 5872 (Issue Date) exists", "value": { @@ -2635,7 +2635,7 @@ "$ref": "#/components/schemas/GrantaServerApiAggregationsAggregationsRequest" }, "examples": { - "Example 17": { + "Example 81": { "summary": "Attribute exists aggregation", "description": "Simple aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute.", "value": { @@ -2658,7 +2658,7 @@ ] } }, - "Example 18": { + "Example 82": { "summary": "Numeric attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute, along with its minimum and maximum values", "value": { @@ -2681,7 +2681,7 @@ ] } }, - "Example 19": { + "Example 83": { "summary": "Text attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns the count of records with a value for this attribute, along with a list of its 10 most common terms", "value": { @@ -2706,7 +2706,7 @@ ] } }, - "Example 20": { + "Example 84": { "summary": "Text attribute value aggregation with prefix", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns a list of the 10 most common terms in this attribute that start with the characters 'st' (case insensitive)", "value": { @@ -2731,7 +2731,7 @@ ] } }, - "Example 21": { + "Example 85": { "summary": "Free text aggregation", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in all attributes and tabular local columns that begin with the characters 'st' (case insensitive)", "value": { @@ -2743,7 +2743,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "1a2b097b-ba9e-4c3d-a63c-a24df1bc20f4", + "criterionGuid": "4d769dea-8c39-4d38-a877-7b73bbaa30e3", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2757,7 +2757,7 @@ ] } }, - "Example 22": { + "Example 86": { "summary": "Free text aggregation on specific attributes", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in the attributes -4 (record name), -7 (short name) and 10907 (CAS Number) that begin with the characters 'st' (case insensitive)", "value": { @@ -2769,7 +2769,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "e1a5c5d3-0d3a-4096-ba91-0129f2df19aa", + "criterionGuid": "b0802757-e1b2-40ce-8e05-4cacf41beee4", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2789,7 +2789,7 @@ ] } }, - "Example 23": { + "Example 87": { "summary": "Free text aggregation with excluded tabular columns", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in tabular local columns excluding 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table that begin with the characters 'st' (case insensitive)", "value": { @@ -2801,7 +2801,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "fa958e8c-8718-4a6b-bea6-933cb06d66dc", + "criterionGuid": "fb706ff4-dace-4d0c-b83e-4c8ff3f446d6", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2820,7 +2820,7 @@ ] } }, - "Example 24": { + "Example 88": { "summary": "Aggregation with query", "description": "Aggregation in MI_TRAINING on a discrete attribute with identity 5876 (Rating), that only returns the common terms in records that also match the search criterion that the picture attribute 5872 (Issue Date) exists", "value": { @@ -2903,7 +2903,7 @@ "$ref": "#/components/schemas/GrantaServerApiAggregationsAggregationsRequest" }, "examples": { - "Example 25": { + "Example 89": { "summary": "Attribute exists aggregation", "description": "Simple aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute.", "value": { @@ -2926,7 +2926,7 @@ ] } }, - "Example 26": { + "Example 90": { "summary": "Numeric attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute, along with its minimum and maximum values", "value": { @@ -2949,7 +2949,7 @@ ] } }, - "Example 27": { + "Example 91": { "summary": "Text attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns the count of records with a value for this attribute, along with a list of its 10 most common terms", "value": { @@ -2974,7 +2974,7 @@ ] } }, - "Example 28": { + "Example 92": { "summary": "Text attribute value aggregation with prefix", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns a list of the 10 most common terms in this attribute that start with the characters 'st' (case insensitive)", "value": { @@ -2999,7 +2999,7 @@ ] } }, - "Example 29": { + "Example 93": { "summary": "Free text aggregation", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in all attributes and tabular local columns that begin with the characters 'st' (case insensitive)", "value": { @@ -3011,7 +3011,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "1db380a4-c60c-41d4-827d-fc735870d454", + "criterionGuid": "cfcb4900-cd9f-4312-9825-c6774602d82c", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3025,7 +3025,7 @@ ] } }, - "Example 30": { + "Example 94": { "summary": "Free text aggregation on specific attributes", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in the attributes -4 (record name), -7 (short name) and 10907 (CAS Number) that begin with the characters 'st' (case insensitive)", "value": { @@ -3037,7 +3037,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "f60d08c8-c623-40a4-96b3-50f2ab0bfbd1", + "criterionGuid": "62d33c86-f732-479a-b125-4820286f102a", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3057,7 +3057,7 @@ ] } }, - "Example 31": { + "Example 95": { "summary": "Free text aggregation with excluded tabular columns", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in tabular local columns excluding 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table that begin with the characters 'st' (case insensitive)", "value": { @@ -3069,7 +3069,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "c1c353e5-3392-4e4c-8998-43e245aeb7d1", + "criterionGuid": "8cf54c45-8276-45e9-b54a-b20bbb38b3eb", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3088,7 +3088,7 @@ ] } }, - "Example 32": { + "Example 96": { "summary": "Aggregation with query", "description": "Aggregation in MI_TRAINING on a discrete attribute with identity 5876 (Rating), that only returns the common terms in records that also match the search criterion that the picture attribute 5872 (Issue Date) exists", "value": { @@ -3123,7 +3123,7 @@ "$ref": "#/components/schemas/GrantaServerApiAggregationsAggregationsRequest" }, "examples": { - "Example 25": { + "Example 89": { "summary": "Attribute exists aggregation", "description": "Simple aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute.", "value": { @@ -3146,7 +3146,7 @@ ] } }, - "Example 26": { + "Example 90": { "summary": "Numeric attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute, along with its minimum and maximum values", "value": { @@ -3169,7 +3169,7 @@ ] } }, - "Example 27": { + "Example 91": { "summary": "Text attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns the count of records with a value for this attribute, along with a list of its 10 most common terms", "value": { @@ -3194,7 +3194,7 @@ ] } }, - "Example 28": { + "Example 92": { "summary": "Text attribute value aggregation with prefix", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns a list of the 10 most common terms in this attribute that start with the characters 'st' (case insensitive)", "value": { @@ -3219,7 +3219,7 @@ ] } }, - "Example 29": { + "Example 93": { "summary": "Free text aggregation", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in all attributes and tabular local columns that begin with the characters 'st' (case insensitive)", "value": { @@ -3231,7 +3231,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "1db380a4-c60c-41d4-827d-fc735870d454", + "criterionGuid": "cfcb4900-cd9f-4312-9825-c6774602d82c", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3245,7 +3245,7 @@ ] } }, - "Example 30": { + "Example 94": { "summary": "Free text aggregation on specific attributes", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in the attributes -4 (record name), -7 (short name) and 10907 (CAS Number) that begin with the characters 'st' (case insensitive)", "value": { @@ -3257,7 +3257,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "f60d08c8-c623-40a4-96b3-50f2ab0bfbd1", + "criterionGuid": "62d33c86-f732-479a-b125-4820286f102a", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3277,7 +3277,7 @@ ] } }, - "Example 31": { + "Example 95": { "summary": "Free text aggregation with excluded tabular columns", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in tabular local columns excluding 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table that begin with the characters 'st' (case insensitive)", "value": { @@ -3289,7 +3289,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "c1c353e5-3392-4e4c-8998-43e245aeb7d1", + "criterionGuid": "8cf54c45-8276-45e9-b54a-b20bbb38b3eb", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3308,7 +3308,7 @@ ] } }, - "Example 32": { + "Example 96": { "summary": "Aggregation with query", "description": "Aggregation in MI_TRAINING on a discrete attribute with identity 5876 (Rating), that only returns the common terms in records that also match the search criterion that the picture attribute 5872 (Issue Date) exists", "value": { @@ -3343,7 +3343,7 @@ "$ref": "#/components/schemas/GrantaServerApiAggregationsAggregationsRequest" }, "examples": { - "Example 25": { + "Example 89": { "summary": "Attribute exists aggregation", "description": "Simple aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute.", "value": { @@ -3366,7 +3366,7 @@ ] } }, - "Example 26": { + "Example 90": { "summary": "Numeric attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute, along with its minimum and maximum values", "value": { @@ -3389,7 +3389,7 @@ ] } }, - "Example 27": { + "Example 91": { "summary": "Text attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns the count of records with a value for this attribute, along with a list of its 10 most common terms", "value": { @@ -3414,7 +3414,7 @@ ] } }, - "Example 28": { + "Example 92": { "summary": "Text attribute value aggregation with prefix", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns a list of the 10 most common terms in this attribute that start with the characters 'st' (case insensitive)", "value": { @@ -3439,7 +3439,7 @@ ] } }, - "Example 29": { + "Example 93": { "summary": "Free text aggregation", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in all attributes and tabular local columns that begin with the characters 'st' (case insensitive)", "value": { @@ -3451,7 +3451,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "1db380a4-c60c-41d4-827d-fc735870d454", + "criterionGuid": "cfcb4900-cd9f-4312-9825-c6774602d82c", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3465,7 +3465,7 @@ ] } }, - "Example 30": { + "Example 94": { "summary": "Free text aggregation on specific attributes", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in the attributes -4 (record name), -7 (short name) and 10907 (CAS Number) that begin with the characters 'st' (case insensitive)", "value": { @@ -3477,7 +3477,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "f60d08c8-c623-40a4-96b3-50f2ab0bfbd1", + "criterionGuid": "62d33c86-f732-479a-b125-4820286f102a", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3497,7 +3497,7 @@ ] } }, - "Example 31": { + "Example 95": { "summary": "Free text aggregation with excluded tabular columns", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in tabular local columns excluding 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table that begin with the characters 'st' (case insensitive)", "value": { @@ -3509,7 +3509,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "c1c353e5-3392-4e4c-8998-43e245aeb7d1", + "criterionGuid": "8cf54c45-8276-45e9-b54a-b20bbb38b3eb", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3528,7 +3528,7 @@ ] } }, - "Example 32": { + "Example 96": { "summary": "Aggregation with query", "description": "Aggregation in MI_TRAINING on a discrete attribute with identity 5876 (Rating), that only returns the common terms in records that also match the search criterion that the picture attribute 5872 (Issue Date) exists", "value": { @@ -3563,7 +3563,7 @@ "$ref": "#/components/schemas/GrantaServerApiAggregationsAggregationsRequest" }, "examples": { - "Example 25": { + "Example 89": { "summary": "Attribute exists aggregation", "description": "Simple aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute.", "value": { @@ -3586,7 +3586,7 @@ ] } }, - "Example 26": { + "Example 90": { "summary": "Numeric attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 8965 (Counter). Returns the count of records with a value for this attribute, along with its minimum and maximum values", "value": { @@ -3609,7 +3609,7 @@ ] } }, - "Example 27": { + "Example 91": { "summary": "Text attribute value aggregation", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns the count of records with a value for this attribute, along with a list of its 10 most common terms", "value": { @@ -3634,7 +3634,7 @@ ] } }, - "Example 28": { + "Example 92": { "summary": "Text attribute value aggregation with prefix", "description": "Aggregation in MI_TRAINING on an integer attribute with identity 10907 (CAS Number). Returns a list of the 10 most common terms in this attribute that start with the characters 'st' (case insensitive)", "value": { @@ -3659,7 +3659,7 @@ ] } }, - "Example 29": { + "Example 93": { "summary": "Free text aggregation", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in all attributes and tabular local columns that begin with the characters 'st' (case insensitive)", "value": { @@ -3671,7 +3671,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "1db380a4-c60c-41d4-827d-fc735870d454", + "criterionGuid": "cfcb4900-cd9f-4312-9825-c6774602d82c", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3685,7 +3685,7 @@ ] } }, - "Example 30": { + "Example 94": { "summary": "Free text aggregation on specific attributes", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in the attributes -4 (record name), -7 (short name) and 10907 (CAS Number) that begin with the characters 'st' (case insensitive)", "value": { @@ -3697,7 +3697,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "f60d08c8-c623-40a4-96b3-50f2ab0bfbd1", + "criterionGuid": "62d33c86-f732-479a-b125-4820286f102a", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3717,7 +3717,7 @@ ] } }, - "Example 31": { + "Example 95": { "summary": "Free text aggregation with excluded tabular columns", "description": "Aggregation in MI_TRAINING that returns a list of the 10 most common terms in tabular local columns excluding 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table that begin with the characters 'st' (case insensitive)", "value": { @@ -3729,7 +3729,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "c1c353e5-3392-4e4c-8998-43e245aeb7d1", + "criterionGuid": "8cf54c45-8276-45e9-b54a-b20bbb38b3eb", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3748,7 +3748,7 @@ ] } }, - "Example 32": { + "Example 96": { "summary": "Aggregation with query", "description": "Aggregation in MI_TRAINING on a discrete attribute with identity 5876 (Rating), that only returns the common terms in records that also match the search criterion that the picture attribute 5872 (Issue Date) exists", "value": { @@ -3893,7 +3893,7 @@ "$ref": "#/components/schemas/GrantaServerApiDataDatum" }, "examples": { - "Example 1": { + "Example 17": { "summary": "Integer datum.", "description": "Example response for an integer datum with a value of 7.", "value": { @@ -3902,7 +3902,7 @@ "notApplicable": "applicable" } }, - "Example 2": { + "Example 18": { "summary": "Logical datum.", "description": "Example response for a logical datum with a value of 'true'", "value": { @@ -3998,7 +3998,7 @@ "$ref": "#/components/schemas/GrantaServerApiDataDatum" }, "examples": { - "Example 3": { + "Example 19": { "summary": "Integer datum.", "description": "Example response for an integer datum with a value of 7.", "value": { @@ -4007,7 +4007,7 @@ "notApplicable": "applicable" } }, - "Example 4": { + "Example 20": { "summary": "Logical datum.", "description": "Example response for a logical datum with a value of 'true'", "value": { @@ -4103,7 +4103,7 @@ "$ref": "#/components/schemas/GrantaServerApiDataDatum" }, "examples": { - "Example 5": { + "Example 21": { "summary": "Integer datum.", "description": "Example response for an integer datum with a value of 7.", "value": { @@ -4112,7 +4112,7 @@ "notApplicable": "applicable" } }, - "Example 6": { + "Example 22": { "summary": "Logical datum.", "description": "Example response for a logical datum with a value of 'true'", "value": { @@ -4199,7 +4199,7 @@ "$ref": "#/components/schemas/GrantaServerApiDataDatum" }, "examples": { - "Example 7": { + "Example 23": { "summary": "Integer datum.", "description": "Example response for an integer datum with a value of 7.", "value": { @@ -4208,7 +4208,7 @@ "notApplicable": "applicable" } }, - "Example 8": { + "Example 24": { "summary": "Logical datum.", "description": "Example response for a logical datum with a value of 'true'", "value": { @@ -5317,7 +5317,7 @@ "$ref": "#/components/schemas/GrantaServerApiDataExportDataExportRequest" }, "examples": { - "Example 1": { + "Example 27": { "summary": "Data Export", "description": "This example demonstrates how to export data for attributes 'Shape factor' and 'Young's modulus' from the 'MaterialUniverse' records 'Alumino Silicate - 1720' and '250 Maraging Steel' in database 'MI Training'.", "value": { @@ -5341,7 +5341,7 @@ ] } }, - "Example 2": { + "Example 28": { "summary": "Linked Records Export", "description": "This example demonstrates how to export linked records from the 'Metals Pedigree' record 'Batch 921' in database 'MI Training', following the record link group 'Tensile Test Data'.", "value": { @@ -5368,7 +5368,7 @@ ] } }, - "Example 3": { + "Example 29": { "summary": "Linked Records Export - no target specified", "description": "This example demonstrates how to export linked records from the 'Metals Pedigree' record 'Batch 921' in database 'MI Training', following the record link group 'Tensile Test Data'. This export does not specify the target of the link group (database, table), so the one defined in the schema will be used as default instead.", "value": { @@ -5393,7 +5393,7 @@ ] } }, - "Example 4": { + "Example 30": { "summary": "Linked Records Export - In Reversed Direction", "description": "This example demonstrates how to export linked records from the 'Tensile Test Data' record 'MTS-615721' in database 'MI Training', following the record link group 'Metals Pedigree', which is the reverse of link group 'Tensile Test Data'.", "value": { @@ -5420,7 +5420,7 @@ ] } }, - "Example 5": { + "Example 31": { "summary": "Linked Records Export - include indirect links", "description": "This example demonstrates how to export linked records from the 'Metals Pedigree' record 'Batch 921' in database 'MI Training', following the record link group 'Tensile Test Data' including indirectly linked records. By default the behavior of indirect links is inherited from the link definition.", "value": { @@ -5447,7 +5447,7 @@ ] } }, - "Example 6": { + "Example 32": { "summary": "Linked Records Export - exclude indirect links", "description": "This example demonstrates how to export linked records from the 'Tensile Statistical Data' record '300°F' in database 'MI Training', following the record link group 'Design Data' excluding indirectly linked records. By default the behavior of indirect links is inherited from the link definition.", "value": { @@ -5474,7 +5474,7 @@ ] } }, - "Example 7": { + "Example 33": { "summary": "Linked Records Export - Dynamic Link", "description": "This example demonstrates how to export linked records from the 'Composite Pedigree' record 'LBU14' in database 'MI Training', following the dynamic record link group 'Tensile Test Data'.", "value": { @@ -5501,7 +5501,7 @@ ] } }, - "Example 8": { + "Example 34": { "summary": "Linked Data Export", "description": "This example demonstrates how to export linked records from the 'Metals Pedigree' record 'Batch 921' in database 'MI Training', following the record link group 'Tensile Test Data'. It includes the linked records' full name and color, and data for attributes 'Young's Modulus (11-axis)' and 'Test Temperature'.", "value": { @@ -5544,7 +5544,7 @@ ] } }, - "Example 9": { + "Example 35": { "summary": "Linked Data Export - Rollup", "description": "This example demonstrates how to export linked records from the 'Metals Pedigree' record 'Batch 921' in database 'MI Training', following the record link group 'Tensile Test Data'. It includes the linked records' full name and color, and data for attributes 'Young's Modulus (11-axis)' with 'Mean' rollup and 'Test Temperature' with 'Max' rollup.", "value": { @@ -5589,7 +5589,7 @@ ] } }, - "Example 10": { + "Example 36": { "summary": "Tabular Data Export", "description": "This example demonstrates how to export tabular data from the 'Material Universe' record 'Barium silicate' in database 'MI Training', from the tabular attribute 'Restricted substances associated with this material'.It includes the local column 'Amount', the linked attribute 'Chemical name' (in the 'Restricted substances' table), and the linked column 'Effective date' from the 'Legislations restricting its use' tabular attribute", "value": { @@ -5642,7 +5642,7 @@ ] } }, - "Example 11": { + "Example 37": { "summary": "Tabular Data Export - no target specified", "description": "This example demonstrates how to export tabular data from the 'Material Universe' record 'Barium silicate' in database 'MI Training', from the tabular attribute 'Restricted substances associated with this material'.It includes the local column 'Amount', the linked attribute 'Chemical name' (in the 'Restricted substances' table), and the linked column 'Effective date' from the 'Legislations restricting its use' tabular attribute. This export does not specify the tabular targets (database, table and attribute), so the ones defined in the schema will be used as defaults instead.", "value": { @@ -5689,7 +5689,7 @@ ] } }, - "Example 12": { + "Example 38": { "summary": "Tabular Data Filtered Export", "description": "This example demonstrates how to export tabular data from the 'Material Universe' record 'Barium silicate' in database 'MI Training', from the tabular attribute 'Restricted substances associated with this material'.Only rows where there is a linked record in the 'All Substances' subset will be returned ", "value": { @@ -5732,7 +5732,7 @@ ] } }, - "Example 13": { + "Example 39": { "summary": "Tabular Data With Summary Row and Tabular Rollup", "description": "This example demonstrates how to export tabular data from the 'Material Universe' record 'Barium silicate' in database 'MI Training', from the tabular attribute 'Restricted substances associated with this material'.It will include a tabular rollup of the maximum of the 'SVHC under REACH', and a summary row of the linked records and their chemical names", "value": { @@ -5779,7 +5779,7 @@ "$ref": "#/components/schemas/GrantaServerApiDataExportDataExportRequest" }, "examples": { - "Example 1": { + "Example 27": { "summary": "Data Export", "description": "This example demonstrates how to export data for attributes 'Shape factor' and 'Young's modulus' from the 'MaterialUniverse' records 'Alumino Silicate - 1720' and '250 Maraging Steel' in database 'MI Training'.", "value": { @@ -5803,7 +5803,7 @@ ] } }, - "Example 2": { + "Example 28": { "summary": "Linked Records Export", "description": "This example demonstrates how to export linked records from the 'Metals Pedigree' record 'Batch 921' in database 'MI Training', following the record link group 'Tensile Test Data'.", "value": { @@ -5830,7 +5830,7 @@ ] } }, - "Example 3": { + "Example 29": { "summary": "Linked Records Export - no target specified", "description": "This example demonstrates how to export linked records from the 'Metals Pedigree' record 'Batch 921' in database 'MI Training', following the record link group 'Tensile Test Data'. This export does not specify the target of the link group (database, table), so the one defined in the schema will be used as default instead.", "value": { @@ -5855,7 +5855,7 @@ ] } }, - "Example 4": { + "Example 30": { "summary": "Linked Records Export - In Reversed Direction", "description": "This example demonstrates how to export linked records from the 'Tensile Test Data' record 'MTS-615721' in database 'MI Training', following the record link group 'Metals Pedigree', which is the reverse of link group 'Tensile Test Data'.", "value": { @@ -5882,7 +5882,7 @@ ] } }, - "Example 5": { + "Example 31": { "summary": "Linked Records Export - include indirect links", "description": "This example demonstrates how to export linked records from the 'Metals Pedigree' record 'Batch 921' in database 'MI Training', following the record link group 'Tensile Test Data' including indirectly linked records. By default the behavior of indirect links is inherited from the link definition.", "value": { @@ -5909,7 +5909,7 @@ ] } }, - "Example 6": { + "Example 32": { "summary": "Linked Records Export - exclude indirect links", "description": "This example demonstrates how to export linked records from the 'Tensile Statistical Data' record '300°F' in database 'MI Training', following the record link group 'Design Data' excluding indirectly linked records. By default the behavior of indirect links is inherited from the link definition.", "value": { @@ -5936,7 +5936,7 @@ ] } }, - "Example 7": { + "Example 33": { "summary": "Linked Records Export - Dynamic Link", "description": "This example demonstrates how to export linked records from the 'Composite Pedigree' record 'LBU14' in database 'MI Training', following the dynamic record link group 'Tensile Test Data'.", "value": { @@ -5963,7 +5963,7 @@ ] } }, - "Example 8": { + "Example 34": { "summary": "Linked Data Export", "description": "This example demonstrates how to export linked records from the 'Metals Pedigree' record 'Batch 921' in database 'MI Training', following the record link group 'Tensile Test Data'. It includes the linked records' full name and color, and data for attributes 'Young's Modulus (11-axis)' and 'Test Temperature'.", "value": { @@ -6006,7 +6006,7 @@ ] } }, - "Example 9": { + "Example 35": { "summary": "Linked Data Export - Rollup", "description": "This example demonstrates how to export linked records from the 'Metals Pedigree' record 'Batch 921' in database 'MI Training', following the record link group 'Tensile Test Data'. It includes the linked records' full name and color, and data for attributes 'Young's Modulus (11-axis)' with 'Mean' rollup and 'Test Temperature' with 'Max' rollup.", "value": { @@ -6051,7 +6051,7 @@ ] } }, - "Example 10": { + "Example 36": { "summary": "Tabular Data Export", "description": "This example demonstrates how to export tabular data from the 'Material Universe' record 'Barium silicate' in database 'MI Training', from the tabular attribute 'Restricted substances associated with this material'.It includes the local column 'Amount', the linked attribute 'Chemical name' (in the 'Restricted substances' table), and the linked column 'Effective date' from the 'Legislations restricting its use' tabular attribute", "value": { @@ -6104,7 +6104,7 @@ ] } }, - "Example 11": { + "Example 37": { "summary": "Tabular Data Export - no target specified", "description": "This example demonstrates how to export tabular data from the 'Material Universe' record 'Barium silicate' in database 'MI Training', from the tabular attribute 'Restricted substances associated with this material'.It includes the local column 'Amount', the linked attribute 'Chemical name' (in the 'Restricted substances' table), and the linked column 'Effective date' from the 'Legislations restricting its use' tabular attribute. This export does not specify the tabular targets (database, table and attribute), so the ones defined in the schema will be used as defaults instead.", "value": { @@ -6151,7 +6151,7 @@ ] } }, - "Example 12": { + "Example 38": { "summary": "Tabular Data Filtered Export", "description": "This example demonstrates how to export tabular data from the 'Material Universe' record 'Barium silicate' in database 'MI Training', from the tabular attribute 'Restricted substances associated with this material'.Only rows where there is a linked record in the 'All Substances' subset will be returned ", "value": { @@ -6194,7 +6194,7 @@ ] } }, - "Example 13": { + "Example 39": { "summary": "Tabular Data With Summary Row and Tabular Rollup", "description": "This example demonstrates how to export tabular data from the 'Material Universe' record 'Barium silicate' in database 'MI Training', from the tabular attribute 'Restricted substances associated with this material'.It will include a tabular rollup of the maximum of the 'SVHC under REACH', and a summary row of the linked records and their chemical names", "value": { @@ -6241,7 +6241,7 @@ "$ref": "#/components/schemas/GrantaServerApiDataExportDataExportRequest" }, "examples": { - "Example 1": { + "Example 27": { "summary": "Data Export", "description": "This example demonstrates how to export data for attributes 'Shape factor' and 'Young's modulus' from the 'MaterialUniverse' records 'Alumino Silicate - 1720' and '250 Maraging Steel' in database 'MI Training'.", "value": { @@ -6265,7 +6265,7 @@ ] } }, - "Example 2": { + "Example 28": { "summary": "Linked Records Export", "description": "This example demonstrates how to export linked records from the 'Metals Pedigree' record 'Batch 921' in database 'MI Training', following the record link group 'Tensile Test Data'.", "value": { @@ -6292,7 +6292,7 @@ ] } }, - "Example 3": { + "Example 29": { "summary": "Linked Records Export - no target specified", "description": "This example demonstrates how to export linked records from the 'Metals Pedigree' record 'Batch 921' in database 'MI Training', following the record link group 'Tensile Test Data'. This export does not specify the target of the link group (database, table), so the one defined in the schema will be used as default instead.", "value": { @@ -6317,7 +6317,7 @@ ] } }, - "Example 4": { + "Example 30": { "summary": "Linked Records Export - In Reversed Direction", "description": "This example demonstrates how to export linked records from the 'Tensile Test Data' record 'MTS-615721' in database 'MI Training', following the record link group 'Metals Pedigree', which is the reverse of link group 'Tensile Test Data'.", "value": { @@ -6344,7 +6344,7 @@ ] } }, - "Example 5": { + "Example 31": { "summary": "Linked Records Export - include indirect links", "description": "This example demonstrates how to export linked records from the 'Metals Pedigree' record 'Batch 921' in database 'MI Training', following the record link group 'Tensile Test Data' including indirectly linked records. By default the behavior of indirect links is inherited from the link definition.", "value": { @@ -6371,7 +6371,7 @@ ] } }, - "Example 6": { + "Example 32": { "summary": "Linked Records Export - exclude indirect links", "description": "This example demonstrates how to export linked records from the 'Tensile Statistical Data' record '300°F' in database 'MI Training', following the record link group 'Design Data' excluding indirectly linked records. By default the behavior of indirect links is inherited from the link definition.", "value": { @@ -6398,7 +6398,7 @@ ] } }, - "Example 7": { + "Example 33": { "summary": "Linked Records Export - Dynamic Link", "description": "This example demonstrates how to export linked records from the 'Composite Pedigree' record 'LBU14' in database 'MI Training', following the dynamic record link group 'Tensile Test Data'.", "value": { @@ -6425,7 +6425,7 @@ ] } }, - "Example 8": { + "Example 34": { "summary": "Linked Data Export", "description": "This example demonstrates how to export linked records from the 'Metals Pedigree' record 'Batch 921' in database 'MI Training', following the record link group 'Tensile Test Data'. It includes the linked records' full name and color, and data for attributes 'Young's Modulus (11-axis)' and 'Test Temperature'.", "value": { @@ -6468,7 +6468,7 @@ ] } }, - "Example 9": { + "Example 35": { "summary": "Linked Data Export - Rollup", "description": "This example demonstrates how to export linked records from the 'Metals Pedigree' record 'Batch 921' in database 'MI Training', following the record link group 'Tensile Test Data'. It includes the linked records' full name and color, and data for attributes 'Young's Modulus (11-axis)' with 'Mean' rollup and 'Test Temperature' with 'Max' rollup.", "value": { @@ -6513,7 +6513,7 @@ ] } }, - "Example 10": { + "Example 36": { "summary": "Tabular Data Export", "description": "This example demonstrates how to export tabular data from the 'Material Universe' record 'Barium silicate' in database 'MI Training', from the tabular attribute 'Restricted substances associated with this material'.It includes the local column 'Amount', the linked attribute 'Chemical name' (in the 'Restricted substances' table), and the linked column 'Effective date' from the 'Legislations restricting its use' tabular attribute", "value": { @@ -6566,7 +6566,7 @@ ] } }, - "Example 11": { + "Example 37": { "summary": "Tabular Data Export - no target specified", "description": "This example demonstrates how to export tabular data from the 'Material Universe' record 'Barium silicate' in database 'MI Training', from the tabular attribute 'Restricted substances associated with this material'.It includes the local column 'Amount', the linked attribute 'Chemical name' (in the 'Restricted substances' table), and the linked column 'Effective date' from the 'Legislations restricting its use' tabular attribute. This export does not specify the tabular targets (database, table and attribute), so the ones defined in the schema will be used as defaults instead.", "value": { @@ -6613,7 +6613,7 @@ ] } }, - "Example 12": { + "Example 38": { "summary": "Tabular Data Filtered Export", "description": "This example demonstrates how to export tabular data from the 'Material Universe' record 'Barium silicate' in database 'MI Training', from the tabular attribute 'Restricted substances associated with this material'.Only rows where there is a linked record in the 'All Substances' subset will be returned ", "value": { @@ -6656,7 +6656,7 @@ ] } }, - "Example 13": { + "Example 39": { "summary": "Tabular Data With Summary Row and Tabular Rollup", "description": "This example demonstrates how to export tabular data from the 'Material Universe' record 'Barium silicate' in database 'MI Training', from the tabular attribute 'Restricted substances associated with this material'.It will include a tabular rollup of the maximum of the 'SVHC under REACH', and a summary row of the linked records and their chemical names", "value": { @@ -6703,7 +6703,7 @@ "$ref": "#/components/schemas/GrantaServerApiDataExportDataExportRequest" }, "examples": { - "Example 1": { + "Example 27": { "summary": "Data Export", "description": "This example demonstrates how to export data for attributes 'Shape factor' and 'Young's modulus' from the 'MaterialUniverse' records 'Alumino Silicate - 1720' and '250 Maraging Steel' in database 'MI Training'.", "value": { @@ -6727,7 +6727,7 @@ ] } }, - "Example 2": { + "Example 28": { "summary": "Linked Records Export", "description": "This example demonstrates how to export linked records from the 'Metals Pedigree' record 'Batch 921' in database 'MI Training', following the record link group 'Tensile Test Data'.", "value": { @@ -6754,7 +6754,7 @@ ] } }, - "Example 3": { + "Example 29": { "summary": "Linked Records Export - no target specified", "description": "This example demonstrates how to export linked records from the 'Metals Pedigree' record 'Batch 921' in database 'MI Training', following the record link group 'Tensile Test Data'. This export does not specify the target of the link group (database, table), so the one defined in the schema will be used as default instead.", "value": { @@ -6779,7 +6779,7 @@ ] } }, - "Example 4": { + "Example 30": { "summary": "Linked Records Export - In Reversed Direction", "description": "This example demonstrates how to export linked records from the 'Tensile Test Data' record 'MTS-615721' in database 'MI Training', following the record link group 'Metals Pedigree', which is the reverse of link group 'Tensile Test Data'.", "value": { @@ -6806,7 +6806,7 @@ ] } }, - "Example 5": { + "Example 31": { "summary": "Linked Records Export - include indirect links", "description": "This example demonstrates how to export linked records from the 'Metals Pedigree' record 'Batch 921' in database 'MI Training', following the record link group 'Tensile Test Data' including indirectly linked records. By default the behavior of indirect links is inherited from the link definition.", "value": { @@ -6833,7 +6833,7 @@ ] } }, - "Example 6": { + "Example 32": { "summary": "Linked Records Export - exclude indirect links", "description": "This example demonstrates how to export linked records from the 'Tensile Statistical Data' record '300°F' in database 'MI Training', following the record link group 'Design Data' excluding indirectly linked records. By default the behavior of indirect links is inherited from the link definition.", "value": { @@ -6860,7 +6860,7 @@ ] } }, - "Example 7": { + "Example 33": { "summary": "Linked Records Export - Dynamic Link", "description": "This example demonstrates how to export linked records from the 'Composite Pedigree' record 'LBU14' in database 'MI Training', following the dynamic record link group 'Tensile Test Data'.", "value": { @@ -6887,7 +6887,7 @@ ] } }, - "Example 8": { + "Example 34": { "summary": "Linked Data Export", "description": "This example demonstrates how to export linked records from the 'Metals Pedigree' record 'Batch 921' in database 'MI Training', following the record link group 'Tensile Test Data'. It includes the linked records' full name and color, and data for attributes 'Young's Modulus (11-axis)' and 'Test Temperature'.", "value": { @@ -6930,7 +6930,7 @@ ] } }, - "Example 9": { + "Example 35": { "summary": "Linked Data Export - Rollup", "description": "This example demonstrates how to export linked records from the 'Metals Pedigree' record 'Batch 921' in database 'MI Training', following the record link group 'Tensile Test Data'. It includes the linked records' full name and color, and data for attributes 'Young's Modulus (11-axis)' with 'Mean' rollup and 'Test Temperature' with 'Max' rollup.", "value": { @@ -6975,7 +6975,7 @@ ] } }, - "Example 10": { + "Example 36": { "summary": "Tabular Data Export", "description": "This example demonstrates how to export tabular data from the 'Material Universe' record 'Barium silicate' in database 'MI Training', from the tabular attribute 'Restricted substances associated with this material'.It includes the local column 'Amount', the linked attribute 'Chemical name' (in the 'Restricted substances' table), and the linked column 'Effective date' from the 'Legislations restricting its use' tabular attribute", "value": { @@ -7028,7 +7028,7 @@ ] } }, - "Example 11": { + "Example 37": { "summary": "Tabular Data Export - no target specified", "description": "This example demonstrates how to export tabular data from the 'Material Universe' record 'Barium silicate' in database 'MI Training', from the tabular attribute 'Restricted substances associated with this material'.It includes the local column 'Amount', the linked attribute 'Chemical name' (in the 'Restricted substances' table), and the linked column 'Effective date' from the 'Legislations restricting its use' tabular attribute. This export does not specify the tabular targets (database, table and attribute), so the ones defined in the schema will be used as defaults instead.", "value": { @@ -7075,7 +7075,7 @@ ] } }, - "Example 12": { + "Example 38": { "summary": "Tabular Data Filtered Export", "description": "This example demonstrates how to export tabular data from the 'Material Universe' record 'Barium silicate' in database 'MI Training', from the tabular attribute 'Restricted substances associated with this material'.Only rows where there is a linked record in the 'All Substances' subset will be returned ", "value": { @@ -7118,7 +7118,7 @@ ] } }, - "Example 13": { + "Example 39": { "summary": "Tabular Data With Summary Row and Tabular Rollup", "description": "This example demonstrates how to export tabular data from the 'Material Universe' record 'Barium silicate' in database 'MI Training', from the tabular attribute 'Restricted substances associated with this material'.It will include a tabular rollup of the maximum of the 'SVHC under REACH', and a summary row of the linked records and their chemical names", "value": { @@ -8558,7 +8558,7 @@ "$ref": "#/components/schemas/GrantaServerApiAppNameLicenseCheckoutRequest" }, "examples": { - "Example 1": { + "Example 5": { "summary": "License request", "description": "This example demonstrates a request to the endpoint to check if the relevant licenses required to use BoM Analyzer are checked out. This endpoint currently does not support all application names and unsupported names will not be returned in the response.", "value": { @@ -8567,7 +8567,7 @@ ] } }, - "Example 2": { + "Example 6": { "summary": "License request with multiple application names", "description": "This example demonstrates a request to the endpoint to check if the relevant licenses for each application name have been checked out. This endpoint currently does not support all application names and unsupported names will not be returned in the response.", "value": { @@ -8584,7 +8584,7 @@ "$ref": "#/components/schemas/GrantaServerApiAppNameLicenseCheckoutRequest" }, "examples": { - "Example 1": { + "Example 5": { "summary": "License request", "description": "This example demonstrates a request to the endpoint to check if the relevant licenses required to use BoM Analyzer are checked out. This endpoint currently does not support all application names and unsupported names will not be returned in the response.", "value": { @@ -8593,7 +8593,7 @@ ] } }, - "Example 2": { + "Example 6": { "summary": "License request with multiple application names", "description": "This example demonstrates a request to the endpoint to check if the relevant licenses for each application name have been checked out. This endpoint currently does not support all application names and unsupported names will not be returned in the response.", "value": { @@ -8610,7 +8610,7 @@ "$ref": "#/components/schemas/GrantaServerApiAppNameLicenseCheckoutRequest" }, "examples": { - "Example 1": { + "Example 5": { "summary": "License request", "description": "This example demonstrates a request to the endpoint to check if the relevant licenses required to use BoM Analyzer are checked out. This endpoint currently does not support all application names and unsupported names will not be returned in the response.", "value": { @@ -8619,7 +8619,7 @@ ] } }, - "Example 2": { + "Example 6": { "summary": "License request with multiple application names", "description": "This example demonstrates a request to the endpoint to check if the relevant licenses for each application name have been checked out. This endpoint currently does not support all application names and unsupported names will not be returned in the response.", "value": { @@ -8636,7 +8636,7 @@ "$ref": "#/components/schemas/GrantaServerApiAppNameLicenseCheckoutRequest" }, "examples": { - "Example 1": { + "Example 5": { "summary": "License request", "description": "This example demonstrates a request to the endpoint to check if the relevant licenses required to use BoM Analyzer are checked out. This endpoint currently does not support all application names and unsupported names will not be returned in the response.", "value": { @@ -8645,7 +8645,7 @@ ] } }, - "Example 2": { + "Example 6": { "summary": "License request with multiple application names", "description": "This example demonstrates a request to the endpoint to check if the relevant licenses for each application name have been checked out. This endpoint currently does not support all application names and unsupported names will not be returned in the response.", "value": { @@ -9157,7 +9157,7 @@ "$ref": "#/components/schemas/GrantaServerApiListsDtoUpdateRecordListProperties" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Update the name of list", "description": "Update the name of a list", "value": { @@ -9167,7 +9167,7 @@ "internalUse": false } }, - "Example 2": { + "Example 6": { "summary": "Update everything for a list", "description": "Update everything for a list", "value": { @@ -9186,7 +9186,7 @@ "$ref": "#/components/schemas/GrantaServerApiListsDtoUpdateRecordListProperties" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Update the name of list", "description": "Update the name of a list", "value": { @@ -9196,7 +9196,7 @@ "internalUse": false } }, - "Example 2": { + "Example 6": { "summary": "Update everything for a list", "description": "Update everything for a list", "value": { @@ -9215,7 +9215,7 @@ "$ref": "#/components/schemas/GrantaServerApiListsDtoUpdateRecordListProperties" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Update the name of list", "description": "Update the name of a list", "value": { @@ -9225,7 +9225,7 @@ "internalUse": false } }, - "Example 2": { + "Example 6": { "summary": "Update everything for a list", "description": "Update everything for a list", "value": { @@ -9244,7 +9244,7 @@ "$ref": "#/components/schemas/GrantaServerApiListsDtoUpdateRecordListProperties" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Update the name of list", "description": "Update the name of a list", "value": { @@ -9254,7 +9254,7 @@ "internalUse": false } }, - "Example 2": { + "Example 6": { "summary": "Update everything for a list", "description": "Update everything for a list", "value": { @@ -10269,7 +10269,7 @@ "$ref": "#/components/schemas/GrantaServerApiRecordsRecordHistoriesCreateRecordHistory" }, "examples": { - "Example 1": { + "Example 11": { "summary": "Record History", "description": "This example demonstrates how to create a new record history at the root of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -10277,7 +10277,7 @@ "name": "New Record Name" } }, - "Example 2": { + "Example 12": { "summary": "Record History with Tree Name and Parent", "description": "This example demonstrates how to create a new record history with a specified tree name under the 'Alumino Silicate' folder (guid = 5a842e54-e143-45f5-aec8-18fb84f4fe03) in the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { @@ -10289,7 +10289,7 @@ } } }, - "Example 3": { + "Example 13": { "summary": "Record History for a 'folder' with specified guid", "description": "This example demonstrates how to create a new 'folder' with no 'tree name' (so is set to the 'full name') and a specified guid under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) in the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { @@ -10298,10 +10298,10 @@ "parent": { "guid": "f92315e2-f836-4c2e-aba1-6d8a1a49e8a3" }, - "guid": "545ed643-d9a3-4b68-9d4e-c5b59b7b0e8f" + "guid": "4abcf739-9949-4d87-9973-652fec5b17f3" } }, - "Example 4": { + "Example 14": { "summary": "Record History with specified color", "description": "This example demonstrates how to create a new 'folder' with a specified color under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) in the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { @@ -10313,7 +10313,7 @@ "recordColor": "lime" } }, - "Example 5": { + "Example 15": { "summary": "Record History for a 'generic'", "description": "This example demonstrates how to create a new 'generic' under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) in the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { @@ -10331,7 +10331,7 @@ "$ref": "#/components/schemas/GrantaServerApiRecordsRecordHistoriesCreateRecordHistory" }, "examples": { - "Example 1": { + "Example 11": { "summary": "Record History", "description": "This example demonstrates how to create a new record history at the root of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -10339,7 +10339,7 @@ "name": "New Record Name" } }, - "Example 2": { + "Example 12": { "summary": "Record History with Tree Name and Parent", "description": "This example demonstrates how to create a new record history with a specified tree name under the 'Alumino Silicate' folder (guid = 5a842e54-e143-45f5-aec8-18fb84f4fe03) in the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { @@ -10351,7 +10351,7 @@ } } }, - "Example 3": { + "Example 13": { "summary": "Record History for a 'folder' with specified guid", "description": "This example demonstrates how to create a new 'folder' with no 'tree name' (so is set to the 'full name') and a specified guid under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) in the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { @@ -10360,10 +10360,10 @@ "parent": { "guid": "f92315e2-f836-4c2e-aba1-6d8a1a49e8a3" }, - "guid": "545ed643-d9a3-4b68-9d4e-c5b59b7b0e8f" + "guid": "4abcf739-9949-4d87-9973-652fec5b17f3" } }, - "Example 4": { + "Example 14": { "summary": "Record History with specified color", "description": "This example demonstrates how to create a new 'folder' with a specified color under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) in the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { @@ -10375,7 +10375,7 @@ "recordColor": "lime" } }, - "Example 5": { + "Example 15": { "summary": "Record History for a 'generic'", "description": "This example demonstrates how to create a new 'generic' under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) in the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { @@ -10393,7 +10393,7 @@ "$ref": "#/components/schemas/GrantaServerApiRecordsRecordHistoriesCreateRecordHistory" }, "examples": { - "Example 1": { + "Example 11": { "summary": "Record History", "description": "This example demonstrates how to create a new record history at the root of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -10401,7 +10401,7 @@ "name": "New Record Name" } }, - "Example 2": { + "Example 12": { "summary": "Record History with Tree Name and Parent", "description": "This example demonstrates how to create a new record history with a specified tree name under the 'Alumino Silicate' folder (guid = 5a842e54-e143-45f5-aec8-18fb84f4fe03) in the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { @@ -10413,7 +10413,7 @@ } } }, - "Example 3": { + "Example 13": { "summary": "Record History for a 'folder' with specified guid", "description": "This example demonstrates how to create a new 'folder' with no 'tree name' (so is set to the 'full name') and a specified guid under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) in the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { @@ -10422,10 +10422,10 @@ "parent": { "guid": "f92315e2-f836-4c2e-aba1-6d8a1a49e8a3" }, - "guid": "545ed643-d9a3-4b68-9d4e-c5b59b7b0e8f" + "guid": "4abcf739-9949-4d87-9973-652fec5b17f3" } }, - "Example 4": { + "Example 14": { "summary": "Record History with specified color", "description": "This example demonstrates how to create a new 'folder' with a specified color under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) in the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { @@ -10437,7 +10437,7 @@ "recordColor": "lime" } }, - "Example 5": { + "Example 15": { "summary": "Record History for a 'generic'", "description": "This example demonstrates how to create a new 'generic' under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) in the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { @@ -10455,7 +10455,7 @@ "$ref": "#/components/schemas/GrantaServerApiRecordsRecordHistoriesCreateRecordHistory" }, "examples": { - "Example 1": { + "Example 11": { "summary": "Record History", "description": "This example demonstrates how to create a new record history at the root of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -10463,7 +10463,7 @@ "name": "New Record Name" } }, - "Example 2": { + "Example 12": { "summary": "Record History with Tree Name and Parent", "description": "This example demonstrates how to create a new record history with a specified tree name under the 'Alumino Silicate' folder (guid = 5a842e54-e143-45f5-aec8-18fb84f4fe03) in the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { @@ -10475,7 +10475,7 @@ } } }, - "Example 3": { + "Example 13": { "summary": "Record History for a 'folder' with specified guid", "description": "This example demonstrates how to create a new 'folder' with no 'tree name' (so is set to the 'full name') and a specified guid under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) in the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { @@ -10484,10 +10484,10 @@ "parent": { "guid": "f92315e2-f836-4c2e-aba1-6d8a1a49e8a3" }, - "guid": "545ed643-d9a3-4b68-9d4e-c5b59b7b0e8f" + "guid": "4abcf739-9949-4d87-9973-652fec5b17f3" } }, - "Example 4": { + "Example 14": { "summary": "Record History with specified color", "description": "This example demonstrates how to create a new 'folder' with a specified color under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) in the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { @@ -10499,7 +10499,7 @@ "recordColor": "lime" } }, - "Example 5": { + "Example 15": { "summary": "Record History for a 'generic'", "description": "This example demonstrates how to create a new 'generic' under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) in the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { @@ -10539,11 +10539,11 @@ "versionNumber": 1, "versionState": "unversioned", "name": "New Alumino Silicate Record", - "guid": "849e2fb3-10d4-43fe-888a-7c82a134ee10" + "guid": "19d19498-56ac-4072-aba4-8e3022166f9c" } ], "subsets": [], - "guid": "05f77df0-5f46-4ec8-84c8-c1dda0265b95" + "guid": "a550a38a-da89-4271-82d9-58c38071f220" } } } @@ -10602,7 +10602,7 @@ "$ref": "#/components/schemas/GrantaServerApiRecordsRecordHistoriesMoveRecordHistory" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Move Record History", "description": "This example demonstrates how to move an existing record history to under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -10611,7 +10611,7 @@ } } }, - "Example 2": { + "Example 10": { "summary": "Move Record History to be directly under the Table.", "description": "In order to move an existing record history to be at the top of the 'record tree' i.e directly under the 'Table' then do not specify the 'NewParent' property.", "value": {} @@ -10623,7 +10623,7 @@ "$ref": "#/components/schemas/GrantaServerApiRecordsRecordHistoriesMoveRecordHistory" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Move Record History", "description": "This example demonstrates how to move an existing record history to under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -10632,7 +10632,7 @@ } } }, - "Example 2": { + "Example 10": { "summary": "Move Record History to be directly under the Table.", "description": "In order to move an existing record history to be at the top of the 'record tree' i.e directly under the 'Table' then do not specify the 'NewParent' property.", "value": {} @@ -10644,7 +10644,7 @@ "$ref": "#/components/schemas/GrantaServerApiRecordsRecordHistoriesMoveRecordHistory" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Move Record History", "description": "This example demonstrates how to move an existing record history to under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -10653,7 +10653,7 @@ } } }, - "Example 2": { + "Example 10": { "summary": "Move Record History to be directly under the Table.", "description": "In order to move an existing record history to be at the top of the 'record tree' i.e directly under the 'Table' then do not specify the 'NewParent' property.", "value": {} @@ -10665,7 +10665,7 @@ "$ref": "#/components/schemas/GrantaServerApiRecordsRecordHistoriesMoveRecordHistory" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Move Record History", "description": "This example demonstrates how to move an existing record history to under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -10674,7 +10674,7 @@ } } }, - "Example 2": { + "Example 10": { "summary": "Move Record History to be directly under the Table.", "description": "In order to move an existing record history to be at the top of the 'record tree' i.e directly under the 'Table' then do not specify the 'NewParent' property.", "value": {} @@ -10730,7 +10730,7 @@ "$ref": "#/components/schemas/GrantaServerApiExceptionsRecordHistoryRecordHistoryMoveException" }, "examples": { - "Example 1": { + "Example 21": { "summary": "New parent is not a folder.", "value": { "message": "Cannot move record history 'ba22491d-b470-42cf-80d7-531ff81b1583'.", @@ -10743,7 +10743,7 @@ ] } }, - "Example 2": { + "Example 22": { "summary": "New parent is not in the same table.", "value": { "message": "Cannot move record history '0a0a07f6-20d8-4292-a275-a7385398d8a2'.", @@ -10756,7 +10756,7 @@ ] } }, - "Example 3": { + "Example 23": { "summary": "The 'short name' of the record to be moved is not unique under the new parent.", "value": { "message": "Cannot move record history 'b39060d9-ac86-48dc-9e75-7ea241b7a556'.", @@ -10769,7 +10769,7 @@ ] } }, - "Example 4": { + "Example 24": { "summary": "New parent is withdrawn.", "value": { "message": "Cannot move record history 'ce294339-e59d-4be1-a96c-f9e92adb71ac'.", @@ -10782,7 +10782,7 @@ ] } }, - "Example 5": { + "Example 25": { "summary": "The new parent is a descendant of the record history to be moved so would cause a circular reference in the hierarchy.", "value": { "message": "Cannot move record history '5a842e54-e143-45f5-aec8-18fb84f4fe03'.", @@ -10841,7 +10841,7 @@ "$ref": "#/components/schemas/GrantaServerApiRecordsRecordHistoriesMoveRecordHistory" }, "examples": { - "Example 3": { + "Example 11": { "summary": "Move Record History", "description": "This example demonstrates how to move an existing record history to under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -10850,7 +10850,7 @@ } } }, - "Example 4": { + "Example 12": { "summary": "Move Record History to be directly under the Table.", "description": "In order to move an existing record history to be at the top of the 'record tree' i.e directly under the 'Table' then do not specify the 'NewParent' property.", "value": {} @@ -10862,7 +10862,7 @@ "$ref": "#/components/schemas/GrantaServerApiRecordsRecordHistoriesMoveRecordHistory" }, "examples": { - "Example 3": { + "Example 11": { "summary": "Move Record History", "description": "This example demonstrates how to move an existing record history to under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -10871,7 +10871,7 @@ } } }, - "Example 4": { + "Example 12": { "summary": "Move Record History to be directly under the Table.", "description": "In order to move an existing record history to be at the top of the 'record tree' i.e directly under the 'Table' then do not specify the 'NewParent' property.", "value": {} @@ -10883,7 +10883,7 @@ "$ref": "#/components/schemas/GrantaServerApiRecordsRecordHistoriesMoveRecordHistory" }, "examples": { - "Example 3": { + "Example 11": { "summary": "Move Record History", "description": "This example demonstrates how to move an existing record history to under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -10892,7 +10892,7 @@ } } }, - "Example 4": { + "Example 12": { "summary": "Move Record History to be directly under the Table.", "description": "In order to move an existing record history to be at the top of the 'record tree' i.e directly under the 'Table' then do not specify the 'NewParent' property.", "value": {} @@ -10904,7 +10904,7 @@ "$ref": "#/components/schemas/GrantaServerApiRecordsRecordHistoriesMoveRecordHistory" }, "examples": { - "Example 3": { + "Example 11": { "summary": "Move Record History", "description": "This example demonstrates how to move an existing record history to under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -10913,7 +10913,7 @@ } } }, - "Example 4": { + "Example 12": { "summary": "Move Record History to be directly under the Table.", "description": "In order to move an existing record history to be at the top of the 'record tree' i.e directly under the 'Table' then do not specify the 'NewParent' property.", "value": {} @@ -10969,7 +10969,7 @@ "$ref": "#/components/schemas/GrantaServerApiExceptionsRecordHistoryRecordHistoryMoveException" }, "examples": { - "Example 6": { + "Example 26": { "summary": "New parent is not a folder.", "value": { "message": "Cannot move record history 'ba22491d-b470-42cf-80d7-531ff81b1583'.", @@ -10982,7 +10982,7 @@ ] } }, - "Example 7": { + "Example 27": { "summary": "New parent is not in the same table.", "value": { "message": "Cannot move record history '0a0a07f6-20d8-4292-a275-a7385398d8a2'.", @@ -10995,7 +10995,7 @@ ] } }, - "Example 8": { + "Example 28": { "summary": "The 'short name' of the record to be moved is not unique under the new parent.", "value": { "message": "Cannot move record history 'b39060d9-ac86-48dc-9e75-7ea241b7a556'.", @@ -11008,7 +11008,7 @@ ] } }, - "Example 9": { + "Example 29": { "summary": "New parent is withdrawn.", "value": { "message": "Cannot move record history 'ce294339-e59d-4be1-a96c-f9e92adb71ac'.", @@ -11021,7 +11021,7 @@ ] } }, - "Example 10": { + "Example 30": { "summary": "The new parent is a descendant of the record history to be moved so would cause a circular reference in the hierarchy.", "value": { "message": "Cannot move record history '5a842e54-e143-45f5-aec8-18fb84f4fe03'.", @@ -11089,7 +11089,7 @@ "$ref": "#/components/schemas/GrantaServerApiRecordsRecordHistoriesCopyRecordHistory" }, "examples": { - "Example 1": { + "Example 13": { "summary": "Copy Record History - no name change - add new record to the new parent's subsets", "description": "This example demonstrates how to copy an existing record history, by default the 'name' and 'short name' are not changed. The the new record history is created under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -11099,7 +11099,7 @@ "subsetOption": "fromParent" } }, - "Example 2": { + "Example 14": { "summary": "Copy Record History - with name change - add new record to the original record's subsets", "description": "This example demonstrates how to copy an existing record history and change the 'short name' of the newly created record version. The the new record history is created under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -11110,7 +11110,7 @@ "newShortName": "Short name for new record" } }, - "Example 3": { + "Example 15": { "summary": "Copy Record History to be directly under the Table - don't copy any subsets.", "description": "In order to copy an existing record history to be at the top of the 'record tree' i.e directly under the 'Table' then do not specify the 'NewParent' property.", "value": { @@ -11125,7 +11125,7 @@ "$ref": "#/components/schemas/GrantaServerApiRecordsRecordHistoriesCopyRecordHistory" }, "examples": { - "Example 1": { + "Example 13": { "summary": "Copy Record History - no name change - add new record to the new parent's subsets", "description": "This example demonstrates how to copy an existing record history, by default the 'name' and 'short name' are not changed. The the new record history is created under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -11135,7 +11135,7 @@ "subsetOption": "fromParent" } }, - "Example 2": { + "Example 14": { "summary": "Copy Record History - with name change - add new record to the original record's subsets", "description": "This example demonstrates how to copy an existing record history and change the 'short name' of the newly created record version. The the new record history is created under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -11146,7 +11146,7 @@ "newShortName": "Short name for new record" } }, - "Example 3": { + "Example 15": { "summary": "Copy Record History to be directly under the Table - don't copy any subsets.", "description": "In order to copy an existing record history to be at the top of the 'record tree' i.e directly under the 'Table' then do not specify the 'NewParent' property.", "value": { @@ -11161,7 +11161,7 @@ "$ref": "#/components/schemas/GrantaServerApiRecordsRecordHistoriesCopyRecordHistory" }, "examples": { - "Example 1": { + "Example 13": { "summary": "Copy Record History - no name change - add new record to the new parent's subsets", "description": "This example demonstrates how to copy an existing record history, by default the 'name' and 'short name' are not changed. The the new record history is created under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -11171,7 +11171,7 @@ "subsetOption": "fromParent" } }, - "Example 2": { + "Example 14": { "summary": "Copy Record History - with name change - add new record to the original record's subsets", "description": "This example demonstrates how to copy an existing record history and change the 'short name' of the newly created record version. The the new record history is created under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -11182,7 +11182,7 @@ "newShortName": "Short name for new record" } }, - "Example 3": { + "Example 15": { "summary": "Copy Record History to be directly under the Table - don't copy any subsets.", "description": "In order to copy an existing record history to be at the top of the 'record tree' i.e directly under the 'Table' then do not specify the 'NewParent' property.", "value": { @@ -11197,7 +11197,7 @@ "$ref": "#/components/schemas/GrantaServerApiRecordsRecordHistoriesCopyRecordHistory" }, "examples": { - "Example 1": { + "Example 13": { "summary": "Copy Record History - no name change - add new record to the new parent's subsets", "description": "This example demonstrates how to copy an existing record history, by default the 'name' and 'short name' are not changed. The the new record history is created under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -11207,7 +11207,7 @@ "subsetOption": "fromParent" } }, - "Example 2": { + "Example 14": { "summary": "Copy Record History - with name change - add new record to the original record's subsets", "description": "This example demonstrates how to copy an existing record history and change the 'short name' of the newly created record version. The the new record history is created under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -11218,7 +11218,7 @@ "newShortName": "Short name for new record" } }, - "Example 3": { + "Example 15": { "summary": "Copy Record History to be directly under the Table - don't copy any subsets.", "description": "In order to copy an existing record history to be at the top of the 'record tree' i.e directly under the 'Table' then do not specify the 'NewParent' property.", "value": { @@ -11264,7 +11264,7 @@ "guid": "0000b135-0010-4fff-8fff-dd92ffff0000" } ], - "guid": "14eb1b3d-ac79-479f-a399-9679e624e8d9" + "guid": "5ca7f2ea-ec1d-4d78-af2a-0a5bb9d803d0" } } } @@ -11277,7 +11277,7 @@ "$ref": "#/components/schemas/GrantaServerApiExceptionsRecordHistoryRecordHistoryCopyException" }, "examples": { - "Example 1": { + "Example 17": { "summary": "New parent is not a folder.", "value": { "message": "Cannot copy record history 'ba22491d-b470-42cf-80d7-531ff81b1583'.", @@ -11290,7 +11290,7 @@ ] } }, - "Example 2": { + "Example 18": { "summary": "New parent is not in the same table.", "value": { "message": "Cannot copy record history '0a0a07f6-20d8-4292-a275-a7385398d8a2'.", @@ -11303,7 +11303,7 @@ ] } }, - "Example 3": { + "Example 19": { "summary": "The 'short name' of the record to be copied is not unique under the new parent.", "value": { "message": "Cannot copy record history 'b39060d9-ac86-48dc-9e75-7ea241b7a556'.", @@ -11316,7 +11316,7 @@ ] } }, - "Example 4": { + "Example 20": { "summary": "New parent is withdrawn.", "value": { "message": "Cannot copy record history 'ce294339-e59d-4be1-a96c-f9e92adb71ac'.", @@ -11375,7 +11375,7 @@ "$ref": "#/components/schemas/GrantaServerApiRecordsRecordHistoriesCopyRecordHistory" }, "examples": { - "Example 4": { + "Example 16": { "summary": "Copy Record History - no name change - add new record to the new parent's subsets", "description": "This example demonstrates how to copy an existing record history, by default the 'name' and 'short name' are not changed. The the new record history is created under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -11385,7 +11385,7 @@ "subsetOption": "fromParent" } }, - "Example 5": { + "Example 17": { "summary": "Copy Record History - with name change - add new record to the original record's subsets", "description": "This example demonstrates how to copy an existing record history and change the 'short name' of the newly created record version. The the new record history is created under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -11396,7 +11396,7 @@ "newShortName": "Short name for new record" } }, - "Example 6": { + "Example 18": { "summary": "Copy Record History to be directly under the Table - don't copy any subsets.", "description": "In order to copy an existing record history to be at the top of the 'record tree' i.e directly under the 'Table' then do not specify the 'NewParent' property.", "value": { @@ -11411,7 +11411,7 @@ "$ref": "#/components/schemas/GrantaServerApiRecordsRecordHistoriesCopyRecordHistory" }, "examples": { - "Example 4": { + "Example 16": { "summary": "Copy Record History - no name change - add new record to the new parent's subsets", "description": "This example demonstrates how to copy an existing record history, by default the 'name' and 'short name' are not changed. The the new record history is created under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -11421,7 +11421,7 @@ "subsetOption": "fromParent" } }, - "Example 5": { + "Example 17": { "summary": "Copy Record History - with name change - add new record to the original record's subsets", "description": "This example demonstrates how to copy an existing record history and change the 'short name' of the newly created record version. The the new record history is created under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -11432,7 +11432,7 @@ "newShortName": "Short name for new record" } }, - "Example 6": { + "Example 18": { "summary": "Copy Record History to be directly under the Table - don't copy any subsets.", "description": "In order to copy an existing record history to be at the top of the 'record tree' i.e directly under the 'Table' then do not specify the 'NewParent' property.", "value": { @@ -11447,7 +11447,7 @@ "$ref": "#/components/schemas/GrantaServerApiRecordsRecordHistoriesCopyRecordHistory" }, "examples": { - "Example 4": { + "Example 16": { "summary": "Copy Record History - no name change - add new record to the new parent's subsets", "description": "This example demonstrates how to copy an existing record history, by default the 'name' and 'short name' are not changed. The the new record history is created under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -11457,7 +11457,7 @@ "subsetOption": "fromParent" } }, - "Example 5": { + "Example 17": { "summary": "Copy Record History - with name change - add new record to the original record's subsets", "description": "This example demonstrates how to copy an existing record history and change the 'short name' of the newly created record version. The the new record history is created under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -11468,7 +11468,7 @@ "newShortName": "Short name for new record" } }, - "Example 6": { + "Example 18": { "summary": "Copy Record History to be directly under the Table - don't copy any subsets.", "description": "In order to copy an existing record history to be at the top of the 'record tree' i.e directly under the 'Table' then do not specify the 'NewParent' property.", "value": { @@ -11483,7 +11483,7 @@ "$ref": "#/components/schemas/GrantaServerApiRecordsRecordHistoriesCopyRecordHistory" }, "examples": { - "Example 4": { + "Example 16": { "summary": "Copy Record History - no name change - add new record to the new parent's subsets", "description": "This example demonstrates how to copy an existing record history, by default the 'name' and 'short name' are not changed. The the new record history is created under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -11493,7 +11493,7 @@ "subsetOption": "fromParent" } }, - "Example 5": { + "Example 17": { "summary": "Copy Record History - with name change - add new record to the original record's subsets", "description": "This example demonstrates how to copy an existing record history and change the 'short name' of the newly created record version. The the new record history is created under the 'Glasses' folder (guid = f92315e2-f836-4c2e-aba1-6d8a1a49e8a3) of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -11504,7 +11504,7 @@ "newShortName": "Short name for new record" } }, - "Example 6": { + "Example 18": { "summary": "Copy Record History to be directly under the Table - don't copy any subsets.", "description": "In order to copy an existing record history to be at the top of the 'record tree' i.e directly under the 'Table' then do not specify the 'NewParent' property.", "value": { @@ -11550,7 +11550,7 @@ "guid": "0000b135-0010-4fff-8fff-dd92ffff0000" } ], - "guid": "9a4db73f-b53d-41fd-9c8f-2d7b3384030b" + "guid": "4da6b9d4-361b-41ac-bf5f-3cc90a7bd97e" } } } @@ -11563,7 +11563,7 @@ "$ref": "#/components/schemas/GrantaServerApiExceptionsRecordHistoryRecordHistoryCopyException" }, "examples": { - "Example 5": { + "Example 21": { "summary": "New parent is not a folder.", "value": { "message": "Cannot copy record history 'ba22491d-b470-42cf-80d7-531ff81b1583'.", @@ -11576,7 +11576,7 @@ ] } }, - "Example 6": { + "Example 22": { "summary": "New parent is not in the same table.", "value": { "message": "Cannot copy record history '0a0a07f6-20d8-4292-a275-a7385398d8a2'.", @@ -11589,7 +11589,7 @@ ] } }, - "Example 7": { + "Example 23": { "summary": "The 'short name' of the record to be copied is not unique under the new parent.", "value": { "message": "Cannot copy record history 'b39060d9-ac86-48dc-9e75-7ea241b7a556'.", @@ -11602,7 +11602,7 @@ ] } }, - "Example 8": { + "Example 24": { "summary": "New parent is withdrawn.", "value": { "message": "Cannot copy record history 'ce294339-e59d-4be1-a96c-f9e92adb71ac'.", @@ -12070,7 +12070,7 @@ "$ref": "#/components/schemas/GrantaServerApiExceptionsVersionControlReleaseRecordVersionControlException" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Invalid version state.", "description": "Only unreleased record versions can be released.", "value": { @@ -12085,7 +12085,7 @@ ] } }, - "Example 2": { + "Example 8": { "summary": "Table is not version controlled.", "value": { "message": "Cannot release record version '00000026-000e-4fff-8fff-dd92ffff0000'.", @@ -12098,10 +12098,10 @@ ] } }, - "Example 3": { + "Example 9": { "summary": "Parent is not released.", "value": { - "message": "Cannot release record version '510452d1-cdb8-4982-b3eb-df015ce7e5c8'.", + "message": "Cannot release record version '23dc7892-4d6a-4f1d-ae22-4f42fc03bd92'.", "code": 400, "errors": [ { @@ -12211,7 +12211,7 @@ "$ref": "#/components/schemas/GrantaServerApiExceptionsVersionControlGetModifiableRecordVersionControlException" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Invalid version state.", "description": "A new version can only be created from the latest released or withdrawn record version.", "value": { @@ -12226,7 +12226,7 @@ ] } }, - "Example 2": { + "Example 8": { "summary": "Table is not version controlled.", "value": { "message": "Cannot create a new version from the record version '00000026-000e-4fff-8fff-dd92ffff0000'.", @@ -12239,10 +12239,10 @@ ] } }, - "Example 3": { + "Example 9": { "summary": "Record version is not the latest version.", "value": { - "message": "Cannot create a new version from the record version '64d212f8-fbc0-4313-8c8d-90f454cb37e7'.", + "message": "Cannot create a new version from the record version 'f74950ce-4a0e-498d-b583-48062e39c456'.", "code": 400, "errors": [ { @@ -12252,7 +12252,7 @@ "versionNumber": 2, "versionState": "unreleased", "name": "Arsenic trioxide [1327-53-3] - new version", - "guid": "11c22419-d452-4b41-aa0d-b2075c078039" + "guid": "74ca2951-4fde-435e-a946-6face2dfe59d" } } ] @@ -12358,7 +12358,7 @@ "$ref": "#/components/schemas/GrantaServerApiExceptionsVersionControlWithdrawRecordVersionControlException" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Invalid version state.", "description": "Only released record versions can be withdrawn.", "value": { @@ -12373,7 +12373,7 @@ ] } }, - "Example 2": { + "Example 6": { "summary": "Table is not version controlled.", "value": { "message": "Cannot withdraw record version '00000026-000e-4fff-8fff-dd92ffff0000'.", @@ -12515,7 +12515,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaAttributesCreateAttributesCreateAttribute" }, "examples": { - "Example 1": { + "Example 49": { "summary": "Date-time attribute", "description": "This example demonstrates how to create a new date-time attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -12524,17 +12524,17 @@ "name": "Delivery date" } }, - "Example 2": { + "Example 50": { "summary": "Date-time attribute with guid", "description": "This example demonstrates how to create a new date-time attribute with a specified guid for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. The same thing can be done for all attribute types.", "value": { "type": "dateTime", "defaultThresholdType": "atMost", "name": "Delivery date (guid)", - "guid": "5e4c899c-aa59-4c30-881a-4dec4bd90236" + "guid": "e61b18ba-2d43-4c39-bd30-6c3a83857a1e" } }, - "Example 3": { + "Example 51": { "summary": "Discrete attribute - simple", "description": "This example demonstrates how to create a new discrete attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000), using the 'Material type' discrete type, from the MI_Training database.", "value": { @@ -12547,7 +12547,7 @@ "name": "Used material type" } }, - "Example 4": { + "Example 52": { "summary": "Discrete attribute - multi-valued", "description": "This example demonstrates how to create a multi-valued discrete attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000), using the 'Material type' discrete type, from the MI_Training database. You can change the attribute back to a single-valued one as long as there is no multi-valued data already existing.", "value": { @@ -12560,7 +12560,7 @@ "name": "Appropriate material types" } }, - "Example 5": { + "Example 53": { "summary": "File attribute", "description": "This example demonstrates how to create a new file attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -12569,7 +12569,7 @@ "name": "Details PDF" } }, - "Example 6": { + "Example 54": { "summary": "Hyperlink attribute", "description": "This example demonstrates how to create a new hyperlink attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -12578,7 +12578,7 @@ "name": "Supplier website" } }, - "Example 7": { + "Example 55": { "summary": "Integer attribute", "description": "This example demonstrates how to create a new integer attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -12588,7 +12588,7 @@ "name": "Number of batches" } }, - "Example 8": { + "Example 56": { "summary": "Integer attribute - unique", "description": "This example demonstrates how to create a new integer attribute which is constrained to have unique values for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -12598,7 +12598,7 @@ "name": "Batch ID Number" } }, - "Example 9": { + "Example 57": { "summary": "Logical attribute", "description": "This example demonstrates how to create a new logical attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -12607,7 +12607,7 @@ "name": "Inspected" } }, - "Example 10": { + "Example 58": { "summary": "Long text attribute", "description": "This example demonstrates how to create a new long text attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -12616,7 +12616,7 @@ "name": "Long Description" } }, - "Example 11": { + "Example 59": { "summary": "Picture attribute", "description": "This example demonstrates how to create a new picture attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -12625,7 +12625,7 @@ "name": "Photo" } }, - "Example 12": { + "Example 60": { "summary": "Point attribute - simple unitless", "description": "This example demonstrates how to create a new point attribute to represent a unitless single-valued property for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -12635,7 +12635,7 @@ "name": "My Shape factor" } }, - "Example 13": { + "Example 61": { "summary": "Point attribute - simple with unit", "description": "This example demonstrates how to create a new point attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) to represent a single-valued property with the unit of 'kg' from the MI_Training database.", "value": { @@ -12648,7 +12648,7 @@ "name": "Mass" } }, - "Example 14": { + "Example 62": { "summary": "Point attribute - multi-valued with unit", "description": "This example demonstrates how to create a new point attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) to represent a multi-valued property with the unit of 'kg' from the MI_Training database. You can later change the attribute back to single-valued as long as there is no multi-valued data already existing.", "value": { @@ -12661,7 +12661,7 @@ "name": "Observed masses" } }, - "Example 15": { + "Example 63": { "summary": "Point attribute - multi-valued with parameters", "description": "This example demonstrates how to create a new point attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) to represent a parameterized multi-valued property. In this case, a unitless property with 'Temperature' parameter from the the MI_Training database", "value": { @@ -12676,7 +12676,7 @@ "name": "Max ratio" } }, - "Example 16": { + "Example 64": { "summary": "Range attribute - unitless", "description": "This example demonstrates how to create a new range attribute for the 'MaterialUniverse' table (guid = {MiTraining.MaterialUniverseTableGuid}) from the MI_Training database to represent a unitless range value.", "value": { @@ -12685,7 +12685,7 @@ "name": "Average permeability" } }, - "Example 17": { + "Example 65": { "summary": "Range attribute - with unit", "description": "This example demonstrates how to create a new range attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) to represent a range value with the unit 'K' from the MI_Training database.", "value": { @@ -12697,7 +12697,7 @@ "name": "Boiling point" } }, - "Example 18": { + "Example 66": { "summary": "Short text attribute", "description": "This example demonstrates how to create a new short text attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -12707,7 +12707,7 @@ "name": "Label" } }, - "Example 19": { + "Example 67": { "summary": "Short text attribute - unique", "description": "This example demonstrates how to create a new short text attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database which is constrained to be unique.", "value": { @@ -12717,7 +12717,7 @@ "name": "Serial number" } }, - "Example 20": { + "Example 68": { "summary": "Short text meta-attribute", "description": "This example demonstrates how to create a short text meta-attribute for the existing 'EPS Value' attribute in the MaterialUniverse (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) table of the MI_Training database. Any attribute type can be used for meta-attributes.", "value": { @@ -12730,7 +12730,7 @@ "name": "Short Label" } }, - "Example 21": { + "Example 69": { "summary": "Float functional attribute", "description": "This example demonstrates how to create a new float functional attribute for the 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from the MI_Training database.", "value": { @@ -12753,7 +12753,7 @@ "name": "Electrical resistance with temperature" } }, - "Example 22": { + "Example 70": { "summary": "Discrete functional attribute", "description": "This example demonstrates how to create a new discrete functional attribute for the 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from the MI_Training database.", "value": { @@ -12772,7 +12772,7 @@ "name": "Environmental resistance" } }, - "Example 23": { + "Example 71": { "summary": "Maths functional attribute", "description": "This example demonstrates how to create a new maths functional attribute for the 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from the MI_Training database.", "value": { @@ -12801,7 +12801,7 @@ "name": "Fatigue strength model" } }, - "Example 24": { + "Example 72": { "summary": "Tabular attribute", "description": "This example demonstrates how to create a new tabular attribute for the 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from the MI_Training database.", "value": { @@ -12859,7 +12859,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaAttributesCreateAttributesCreateAttribute" }, "examples": { - "Example 1": { + "Example 49": { "summary": "Date-time attribute", "description": "This example demonstrates how to create a new date-time attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -12868,17 +12868,17 @@ "name": "Delivery date" } }, - "Example 2": { + "Example 50": { "summary": "Date-time attribute with guid", "description": "This example demonstrates how to create a new date-time attribute with a specified guid for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. The same thing can be done for all attribute types.", "value": { "type": "dateTime", "defaultThresholdType": "atMost", "name": "Delivery date (guid)", - "guid": "5e4c899c-aa59-4c30-881a-4dec4bd90236" + "guid": "e61b18ba-2d43-4c39-bd30-6c3a83857a1e" } }, - "Example 3": { + "Example 51": { "summary": "Discrete attribute - simple", "description": "This example demonstrates how to create a new discrete attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000), using the 'Material type' discrete type, from the MI_Training database.", "value": { @@ -12891,7 +12891,7 @@ "name": "Used material type" } }, - "Example 4": { + "Example 52": { "summary": "Discrete attribute - multi-valued", "description": "This example demonstrates how to create a multi-valued discrete attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000), using the 'Material type' discrete type, from the MI_Training database. You can change the attribute back to a single-valued one as long as there is no multi-valued data already existing.", "value": { @@ -12904,7 +12904,7 @@ "name": "Appropriate material types" } }, - "Example 5": { + "Example 53": { "summary": "File attribute", "description": "This example demonstrates how to create a new file attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -12913,7 +12913,7 @@ "name": "Details PDF" } }, - "Example 6": { + "Example 54": { "summary": "Hyperlink attribute", "description": "This example demonstrates how to create a new hyperlink attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -12922,7 +12922,7 @@ "name": "Supplier website" } }, - "Example 7": { + "Example 55": { "summary": "Integer attribute", "description": "This example demonstrates how to create a new integer attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -12932,7 +12932,7 @@ "name": "Number of batches" } }, - "Example 8": { + "Example 56": { "summary": "Integer attribute - unique", "description": "This example demonstrates how to create a new integer attribute which is constrained to have unique values for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -12942,7 +12942,7 @@ "name": "Batch ID Number" } }, - "Example 9": { + "Example 57": { "summary": "Logical attribute", "description": "This example demonstrates how to create a new logical attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -12951,7 +12951,7 @@ "name": "Inspected" } }, - "Example 10": { + "Example 58": { "summary": "Long text attribute", "description": "This example demonstrates how to create a new long text attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -12960,7 +12960,7 @@ "name": "Long Description" } }, - "Example 11": { + "Example 59": { "summary": "Picture attribute", "description": "This example demonstrates how to create a new picture attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -12969,7 +12969,7 @@ "name": "Photo" } }, - "Example 12": { + "Example 60": { "summary": "Point attribute - simple unitless", "description": "This example demonstrates how to create a new point attribute to represent a unitless single-valued property for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -12979,7 +12979,7 @@ "name": "My Shape factor" } }, - "Example 13": { + "Example 61": { "summary": "Point attribute - simple with unit", "description": "This example demonstrates how to create a new point attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) to represent a single-valued property with the unit of 'kg' from the MI_Training database.", "value": { @@ -12992,7 +12992,7 @@ "name": "Mass" } }, - "Example 14": { + "Example 62": { "summary": "Point attribute - multi-valued with unit", "description": "This example demonstrates how to create a new point attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) to represent a multi-valued property with the unit of 'kg' from the MI_Training database. You can later change the attribute back to single-valued as long as there is no multi-valued data already existing.", "value": { @@ -13005,7 +13005,7 @@ "name": "Observed masses" } }, - "Example 15": { + "Example 63": { "summary": "Point attribute - multi-valued with parameters", "description": "This example demonstrates how to create a new point attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) to represent a parameterized multi-valued property. In this case, a unitless property with 'Temperature' parameter from the the MI_Training database", "value": { @@ -13020,7 +13020,7 @@ "name": "Max ratio" } }, - "Example 16": { + "Example 64": { "summary": "Range attribute - unitless", "description": "This example demonstrates how to create a new range attribute for the 'MaterialUniverse' table (guid = {MiTraining.MaterialUniverseTableGuid}) from the MI_Training database to represent a unitless range value.", "value": { @@ -13029,7 +13029,7 @@ "name": "Average permeability" } }, - "Example 17": { + "Example 65": { "summary": "Range attribute - with unit", "description": "This example demonstrates how to create a new range attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) to represent a range value with the unit 'K' from the MI_Training database.", "value": { @@ -13041,7 +13041,7 @@ "name": "Boiling point" } }, - "Example 18": { + "Example 66": { "summary": "Short text attribute", "description": "This example demonstrates how to create a new short text attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13051,7 +13051,7 @@ "name": "Label" } }, - "Example 19": { + "Example 67": { "summary": "Short text attribute - unique", "description": "This example demonstrates how to create a new short text attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database which is constrained to be unique.", "value": { @@ -13061,7 +13061,7 @@ "name": "Serial number" } }, - "Example 20": { + "Example 68": { "summary": "Short text meta-attribute", "description": "This example demonstrates how to create a short text meta-attribute for the existing 'EPS Value' attribute in the MaterialUniverse (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) table of the MI_Training database. Any attribute type can be used for meta-attributes.", "value": { @@ -13074,7 +13074,7 @@ "name": "Short Label" } }, - "Example 21": { + "Example 69": { "summary": "Float functional attribute", "description": "This example demonstrates how to create a new float functional attribute for the 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from the MI_Training database.", "value": { @@ -13097,7 +13097,7 @@ "name": "Electrical resistance with temperature" } }, - "Example 22": { + "Example 70": { "summary": "Discrete functional attribute", "description": "This example demonstrates how to create a new discrete functional attribute for the 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from the MI_Training database.", "value": { @@ -13116,7 +13116,7 @@ "name": "Environmental resistance" } }, - "Example 23": { + "Example 71": { "summary": "Maths functional attribute", "description": "This example demonstrates how to create a new maths functional attribute for the 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from the MI_Training database.", "value": { @@ -13145,7 +13145,7 @@ "name": "Fatigue strength model" } }, - "Example 24": { + "Example 72": { "summary": "Tabular attribute", "description": "This example demonstrates how to create a new tabular attribute for the 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from the MI_Training database.", "value": { @@ -13203,7 +13203,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaAttributesCreateAttributesCreateAttribute" }, "examples": { - "Example 1": { + "Example 49": { "summary": "Date-time attribute", "description": "This example demonstrates how to create a new date-time attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13212,17 +13212,17 @@ "name": "Delivery date" } }, - "Example 2": { + "Example 50": { "summary": "Date-time attribute with guid", "description": "This example demonstrates how to create a new date-time attribute with a specified guid for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. The same thing can be done for all attribute types.", "value": { "type": "dateTime", "defaultThresholdType": "atMost", "name": "Delivery date (guid)", - "guid": "5e4c899c-aa59-4c30-881a-4dec4bd90236" + "guid": "e61b18ba-2d43-4c39-bd30-6c3a83857a1e" } }, - "Example 3": { + "Example 51": { "summary": "Discrete attribute - simple", "description": "This example demonstrates how to create a new discrete attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000), using the 'Material type' discrete type, from the MI_Training database.", "value": { @@ -13235,7 +13235,7 @@ "name": "Used material type" } }, - "Example 4": { + "Example 52": { "summary": "Discrete attribute - multi-valued", "description": "This example demonstrates how to create a multi-valued discrete attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000), using the 'Material type' discrete type, from the MI_Training database. You can change the attribute back to a single-valued one as long as there is no multi-valued data already existing.", "value": { @@ -13248,7 +13248,7 @@ "name": "Appropriate material types" } }, - "Example 5": { + "Example 53": { "summary": "File attribute", "description": "This example demonstrates how to create a new file attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13257,7 +13257,7 @@ "name": "Details PDF" } }, - "Example 6": { + "Example 54": { "summary": "Hyperlink attribute", "description": "This example demonstrates how to create a new hyperlink attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13266,7 +13266,7 @@ "name": "Supplier website" } }, - "Example 7": { + "Example 55": { "summary": "Integer attribute", "description": "This example demonstrates how to create a new integer attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13276,7 +13276,7 @@ "name": "Number of batches" } }, - "Example 8": { + "Example 56": { "summary": "Integer attribute - unique", "description": "This example demonstrates how to create a new integer attribute which is constrained to have unique values for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13286,7 +13286,7 @@ "name": "Batch ID Number" } }, - "Example 9": { + "Example 57": { "summary": "Logical attribute", "description": "This example demonstrates how to create a new logical attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13295,7 +13295,7 @@ "name": "Inspected" } }, - "Example 10": { + "Example 58": { "summary": "Long text attribute", "description": "This example demonstrates how to create a new long text attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13304,7 +13304,7 @@ "name": "Long Description" } }, - "Example 11": { + "Example 59": { "summary": "Picture attribute", "description": "This example demonstrates how to create a new picture attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13313,7 +13313,7 @@ "name": "Photo" } }, - "Example 12": { + "Example 60": { "summary": "Point attribute - simple unitless", "description": "This example demonstrates how to create a new point attribute to represent a unitless single-valued property for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13323,7 +13323,7 @@ "name": "My Shape factor" } }, - "Example 13": { + "Example 61": { "summary": "Point attribute - simple with unit", "description": "This example demonstrates how to create a new point attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) to represent a single-valued property with the unit of 'kg' from the MI_Training database.", "value": { @@ -13336,7 +13336,7 @@ "name": "Mass" } }, - "Example 14": { + "Example 62": { "summary": "Point attribute - multi-valued with unit", "description": "This example demonstrates how to create a new point attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) to represent a multi-valued property with the unit of 'kg' from the MI_Training database. You can later change the attribute back to single-valued as long as there is no multi-valued data already existing.", "value": { @@ -13349,7 +13349,7 @@ "name": "Observed masses" } }, - "Example 15": { + "Example 63": { "summary": "Point attribute - multi-valued with parameters", "description": "This example demonstrates how to create a new point attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) to represent a parameterized multi-valued property. In this case, a unitless property with 'Temperature' parameter from the the MI_Training database", "value": { @@ -13364,7 +13364,7 @@ "name": "Max ratio" } }, - "Example 16": { + "Example 64": { "summary": "Range attribute - unitless", "description": "This example demonstrates how to create a new range attribute for the 'MaterialUniverse' table (guid = {MiTraining.MaterialUniverseTableGuid}) from the MI_Training database to represent a unitless range value.", "value": { @@ -13373,7 +13373,7 @@ "name": "Average permeability" } }, - "Example 17": { + "Example 65": { "summary": "Range attribute - with unit", "description": "This example demonstrates how to create a new range attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) to represent a range value with the unit 'K' from the MI_Training database.", "value": { @@ -13385,7 +13385,7 @@ "name": "Boiling point" } }, - "Example 18": { + "Example 66": { "summary": "Short text attribute", "description": "This example demonstrates how to create a new short text attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13395,7 +13395,7 @@ "name": "Label" } }, - "Example 19": { + "Example 67": { "summary": "Short text attribute - unique", "description": "This example demonstrates how to create a new short text attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database which is constrained to be unique.", "value": { @@ -13405,7 +13405,7 @@ "name": "Serial number" } }, - "Example 20": { + "Example 68": { "summary": "Short text meta-attribute", "description": "This example demonstrates how to create a short text meta-attribute for the existing 'EPS Value' attribute in the MaterialUniverse (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) table of the MI_Training database. Any attribute type can be used for meta-attributes.", "value": { @@ -13418,7 +13418,7 @@ "name": "Short Label" } }, - "Example 21": { + "Example 69": { "summary": "Float functional attribute", "description": "This example demonstrates how to create a new float functional attribute for the 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from the MI_Training database.", "value": { @@ -13441,7 +13441,7 @@ "name": "Electrical resistance with temperature" } }, - "Example 22": { + "Example 70": { "summary": "Discrete functional attribute", "description": "This example demonstrates how to create a new discrete functional attribute for the 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from the MI_Training database.", "value": { @@ -13460,7 +13460,7 @@ "name": "Environmental resistance" } }, - "Example 23": { + "Example 71": { "summary": "Maths functional attribute", "description": "This example demonstrates how to create a new maths functional attribute for the 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from the MI_Training database.", "value": { @@ -13489,7 +13489,7 @@ "name": "Fatigue strength model" } }, - "Example 24": { + "Example 72": { "summary": "Tabular attribute", "description": "This example demonstrates how to create a new tabular attribute for the 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from the MI_Training database.", "value": { @@ -13547,7 +13547,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaAttributesCreateAttributesCreateAttribute" }, "examples": { - "Example 1": { + "Example 49": { "summary": "Date-time attribute", "description": "This example demonstrates how to create a new date-time attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13556,17 +13556,17 @@ "name": "Delivery date" } }, - "Example 2": { + "Example 50": { "summary": "Date-time attribute with guid", "description": "This example demonstrates how to create a new date-time attribute with a specified guid for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. The same thing can be done for all attribute types.", "value": { "type": "dateTime", "defaultThresholdType": "atMost", "name": "Delivery date (guid)", - "guid": "5e4c899c-aa59-4c30-881a-4dec4bd90236" + "guid": "e61b18ba-2d43-4c39-bd30-6c3a83857a1e" } }, - "Example 3": { + "Example 51": { "summary": "Discrete attribute - simple", "description": "This example demonstrates how to create a new discrete attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000), using the 'Material type' discrete type, from the MI_Training database.", "value": { @@ -13579,7 +13579,7 @@ "name": "Used material type" } }, - "Example 4": { + "Example 52": { "summary": "Discrete attribute - multi-valued", "description": "This example demonstrates how to create a multi-valued discrete attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000), using the 'Material type' discrete type, from the MI_Training database. You can change the attribute back to a single-valued one as long as there is no multi-valued data already existing.", "value": { @@ -13592,7 +13592,7 @@ "name": "Appropriate material types" } }, - "Example 5": { + "Example 53": { "summary": "File attribute", "description": "This example demonstrates how to create a new file attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13601,7 +13601,7 @@ "name": "Details PDF" } }, - "Example 6": { + "Example 54": { "summary": "Hyperlink attribute", "description": "This example demonstrates how to create a new hyperlink attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13610,7 +13610,7 @@ "name": "Supplier website" } }, - "Example 7": { + "Example 55": { "summary": "Integer attribute", "description": "This example demonstrates how to create a new integer attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13620,7 +13620,7 @@ "name": "Number of batches" } }, - "Example 8": { + "Example 56": { "summary": "Integer attribute - unique", "description": "This example demonstrates how to create a new integer attribute which is constrained to have unique values for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13630,7 +13630,7 @@ "name": "Batch ID Number" } }, - "Example 9": { + "Example 57": { "summary": "Logical attribute", "description": "This example demonstrates how to create a new logical attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13639,7 +13639,7 @@ "name": "Inspected" } }, - "Example 10": { + "Example 58": { "summary": "Long text attribute", "description": "This example demonstrates how to create a new long text attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13648,7 +13648,7 @@ "name": "Long Description" } }, - "Example 11": { + "Example 59": { "summary": "Picture attribute", "description": "This example demonstrates how to create a new picture attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13657,7 +13657,7 @@ "name": "Photo" } }, - "Example 12": { + "Example 60": { "summary": "Point attribute - simple unitless", "description": "This example demonstrates how to create a new point attribute to represent a unitless single-valued property for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13667,7 +13667,7 @@ "name": "My Shape factor" } }, - "Example 13": { + "Example 61": { "summary": "Point attribute - simple with unit", "description": "This example demonstrates how to create a new point attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) to represent a single-valued property with the unit of 'kg' from the MI_Training database.", "value": { @@ -13680,7 +13680,7 @@ "name": "Mass" } }, - "Example 14": { + "Example 62": { "summary": "Point attribute - multi-valued with unit", "description": "This example demonstrates how to create a new point attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) to represent a multi-valued property with the unit of 'kg' from the MI_Training database. You can later change the attribute back to single-valued as long as there is no multi-valued data already existing.", "value": { @@ -13693,7 +13693,7 @@ "name": "Observed masses" } }, - "Example 15": { + "Example 63": { "summary": "Point attribute - multi-valued with parameters", "description": "This example demonstrates how to create a new point attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) to represent a parameterized multi-valued property. In this case, a unitless property with 'Temperature' parameter from the the MI_Training database", "value": { @@ -13708,7 +13708,7 @@ "name": "Max ratio" } }, - "Example 16": { + "Example 64": { "summary": "Range attribute - unitless", "description": "This example demonstrates how to create a new range attribute for the 'MaterialUniverse' table (guid = {MiTraining.MaterialUniverseTableGuid}) from the MI_Training database to represent a unitless range value.", "value": { @@ -13717,7 +13717,7 @@ "name": "Average permeability" } }, - "Example 17": { + "Example 65": { "summary": "Range attribute - with unit", "description": "This example demonstrates how to create a new range attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) to represent a range value with the unit 'K' from the MI_Training database.", "value": { @@ -13729,7 +13729,7 @@ "name": "Boiling point" } }, - "Example 18": { + "Example 66": { "summary": "Short text attribute", "description": "This example demonstrates how to create a new short text attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -13739,7 +13739,7 @@ "name": "Label" } }, - "Example 19": { + "Example 67": { "summary": "Short text attribute - unique", "description": "This example demonstrates how to create a new short text attribute for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database which is constrained to be unique.", "value": { @@ -13749,7 +13749,7 @@ "name": "Serial number" } }, - "Example 20": { + "Example 68": { "summary": "Short text meta-attribute", "description": "This example demonstrates how to create a short text meta-attribute for the existing 'EPS Value' attribute in the MaterialUniverse (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) table of the MI_Training database. Any attribute type can be used for meta-attributes.", "value": { @@ -13762,7 +13762,7 @@ "name": "Short Label" } }, - "Example 21": { + "Example 69": { "summary": "Float functional attribute", "description": "This example demonstrates how to create a new float functional attribute for the 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from the MI_Training database.", "value": { @@ -13785,7 +13785,7 @@ "name": "Electrical resistance with temperature" } }, - "Example 22": { + "Example 70": { "summary": "Discrete functional attribute", "description": "This example demonstrates how to create a new discrete functional attribute for the 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from the MI_Training database.", "value": { @@ -13804,7 +13804,7 @@ "name": "Environmental resistance" } }, - "Example 23": { + "Example 71": { "summary": "Maths functional attribute", "description": "This example demonstrates how to create a new maths functional attribute for the 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from the MI_Training database.", "value": { @@ -13833,7 +13833,7 @@ "name": "Fatigue strength model" } }, - "Example 24": { + "Example 72": { "summary": "Tabular attribute", "description": "This example demonstrates how to create a new tabular attribute for the 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from the MI_Training database.", "value": { @@ -13897,7 +13897,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaAttributesAttribute" }, "examples": { - "Example 5": { + "Example 45": { "summary": "Date-time attribute", "description": "Example response for the date-time attribute 'Casting Date' in the 'Metals Pedigree' table of the 'MI Training database'.", "value": { @@ -13923,7 +13923,7 @@ "guid": "fe9cbde6-756a-4b1d-a347-7d49e56ee90f" } }, - "Example 6": { + "Example 46": { "summary": "Discrete attribute", "description": "Example response for the discrete attribute 'Metals' in the 'Materials Universe' table of the 'MI Training database'.", "value": { @@ -13953,7 +13953,7 @@ "guid": "0000000b-0001-4fff-8fff-dd92ffff0000" } }, - "Example 7": { + "Example 47": { "summary": "Range attribute", "description": "Example response for the range attribute 'Tensile strength' in the 'Materials Universe' table of the 'MI Training database'.", "value": { @@ -13986,7 +13986,7 @@ "foreignDataLinkGroups": [ { "name": "Source of data (MaterialUniverse)", - "guid": "4469ba23-0b2d-45f0-9873-0bdd4dd4e5a9" + "guid": "9a6d6166-5068-434c-bf03-6934c987ffaf" } ], "primaryDynamicLinkGroups": [], @@ -13997,7 +13997,7 @@ "guid": "000000e3-0001-4fff-8fff-dd92ffff0000" } }, - "Example 8": { + "Example 48": { "summary": "Tabular attribute", "description": "Example response for the tabular attribute 'Restricted substances associated with this material' in the 'Materials Universe' table of the 'MI Training database'..", "value": { @@ -14174,7 +14174,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaAttributesAttribute" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Date-time attribute", "description": "Example response for the date-time attribute 'Casting Date' in the 'Metals Pedigree' table of the 'MI Training database'.", "value": { @@ -14200,7 +14200,7 @@ "guid": "fe9cbde6-756a-4b1d-a347-7d49e56ee90f" } }, - "Example 2": { + "Example 10": { "summary": "Discrete attribute", "description": "Example response for the discrete attribute 'Metals' in the 'Materials Universe' table of the 'MI Training database'.", "value": { @@ -14230,7 +14230,7 @@ "guid": "0000000b-0001-4fff-8fff-dd92ffff0000" } }, - "Example 3": { + "Example 11": { "summary": "Range attribute", "description": "Example response for the range attribute 'Tensile strength' in the 'Materials Universe' table of the 'MI Training database'.", "value": { @@ -14263,7 +14263,7 @@ "foreignDataLinkGroups": [ { "name": "Source of data (MaterialUniverse)", - "guid": "bc2e1f97-be92-4a24-aefa-f864bebf197c" + "guid": "8b687b91-0216-4cd0-a88b-ddcf614723fb" } ], "primaryDynamicLinkGroups": [], @@ -14274,7 +14274,7 @@ "guid": "000000e3-0001-4fff-8fff-dd92ffff0000" } }, - "Example 4": { + "Example 12": { "summary": "Tabular attribute", "description": "Example response for the tabular attribute 'Restricted substances associated with this material' in the 'Materials Universe' table of the 'MI Training database'..", "value": { @@ -14417,7 +14417,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaAttributesUpdateAttributesUpdateAttribute" }, "examples": { - "Example 1": { + "Example 29": { "summary": "Update name", "description": "This example demonstrates how to update the 'Name' property of the 'Metals' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 0000000b-0001-4fff-8fff-dd92ffff0000).", "value": { @@ -14425,7 +14425,7 @@ "name": "Metals (updated)" } }, - "Example 2": { + "Example 30": { "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Melting point' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 0000000d-0001-4fff-8fff-dd92ffff0000).", "value": { @@ -14433,7 +14433,7 @@ "guid": "12345678-0013-4fff-8fff-0000ffff0000" } }, - "Example 3": { + "Example 31": { "summary": "Update help path", "description": "This example demonstrates how to update the 'HelpPath' property of the 'Metals' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 0000000b-0001-4fff-8fff-dd92ffff0000).", "value": { @@ -14441,7 +14441,7 @@ "helpPath": "html/attributenotes/metals.html" } }, - "Example 4": { + "Example 32": { "summary": "Update default threshold type", "description": "This example demonstrates how to update the default threshold type of the 'Metals' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 0000000b-0001-4fff-8fff-dd92ffff0000).", "value": { @@ -14449,7 +14449,7 @@ "defaultThresholdType": "equal" } }, - "Example 5": { + "Example 33": { "summary": "Make discrete multi-valued", "description": "This example demonstrates how to update the 'Metals' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 0000000b-0001-4fff-8fff-dd92ffff0000) and make it multi-valued. You can similarly turn a multi-valued discrete attribute into a single-valued as long as there is no multi-valued data already existing.", "value": { @@ -14457,7 +14457,7 @@ "isMultiValued": true } }, - "Example 6": { + "Example 34": { "summary": "Make short text unique", "description": "This example demonstrates how to update the 'Grain size' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 000000aa-0001-4fff-8fff-dd92ffff0000) and make it unique. This will work as long as there is no pre-existing data which violates the constraint.", "value": { @@ -14465,7 +14465,7 @@ "isUnique": true } }, - "Example 7": { + "Example 35": { "summary": "Make point multi-valued", "description": "This example demonstrates how to update the 'Shape factor' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 00000144-0001-4fff-8fff-dd92ffff0000) and make it multi-valued. Note that this won't work if the attribute is used in a dynamic link group index, expressions, X-Y charts or as linked attribute tabular column.You can similarly turn a multi-valued point attribute into a single-valued as long as there is no multi-valued data already existing.", "value": { @@ -14473,7 +14473,7 @@ "isMultiValued": true } }, - "Example 8": { + "Example 36": { "summary": "Make point multi-valued with parameter", "description": "This example demonstrates how to update the 'Shape factor' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 00000144-0001-4fff-8fff-dd92ffff0000) and make it multi-valued with 'Temperature' as a parameter. Note that this won't work if the attribute is used in a dynamic link group index, expressions, X-Y charts or as linked attribute tabular column.You can similarly turn a multi-valued point attribute into a single-valued as long as there is no multi-valued data already existing.", "value": { @@ -14486,7 +14486,7 @@ ] } }, - "Example 9": { + "Example 37": { "summary": "Update unit", "description": "This example demonstrates how to update the unit of the 'Reserves' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 00000088-0001-4fff-8fff-dd92ffff0000). We will change the unit from 'tonnes' to 'kg'", "value": { @@ -14496,7 +14496,7 @@ } } }, - "Example 10": { + "Example 38": { "summary": "Update multiple properties", "description": "This example demonstrates that it is possible to change multiple attribute properties at once by updating the name of the 'Grain size' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 000000aa-0001-4fff-8fff-dd92ffff0000) and also making it unique. This will work as long as there is no pre-existing data which violates the constraint.", "value": { @@ -14505,7 +14505,7 @@ "name": "Grain size (updated)" } }, - "Example 11": { + "Example 39": { "summary": "Turn an attribute into a meta-attribute", "description": "This example demonstrates how to turn an existing attribute into a meta-attribute of another attribute. We make the short text 'Color' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 00000169-0001-4fff-8fff-dd92ffff0000) become a meta-attribute of 'ISO name' short text attribute (guid = 000002cf-0001-4fff-8fff-dd92ffff0000).Note that if an attribute already had meta-attribute, it cannot be made a meta-attribute. Also, you cannot add a meta-attribute to another meta-attribute.", "value": { @@ -14515,7 +14515,7 @@ } } }, - "Example 12": { + "Example 40": { "summary": "Add multiple parameters", "description": "This example demonstrates how to update the 'Tensile strength with temperature' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = '0000dd92-0011-4fff-8fff-0000ffff0000'; attributeGuid = '00000002-0001-4fff-8fff-dd92ffff0000') and add multiple parameters to it.", "value": { @@ -14540,7 +14540,7 @@ ] } }, - "Example 13": { + "Example 41": { "summary": "Add additional parameter and set default content for Maths Functional Attribute", "description": "This example demonstrates how to update the 'Fatigue strength model (stress range)' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = '0000dd92-0011-4fff-8fff-0000ffff0000'; attributeGuid = '745db76c-a991-41b6-9fd6-2e5f544f8ecb') by adding additional parameter to it and setting its default content.", "value": { @@ -14604,7 +14604,7 @@ } } }, - "Example 14": { + "Example 42": { "summary": "Update tabular columns", "description": "This example demonstrates how to modify the tabular columns of the 'Legislations restricting its use' attribute from the 'Restricted Substances' table from the MI_Training database (tableGuid = 'fa7aff0f-cac8-4c1d-be1f-d3b83f0ed74f'; attributeGuid = 'c33cecb7-f3d2-4415-9de6-1ed4e5b2abdc').", "value": { @@ -14654,7 +14654,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaAttributesUpdateAttributesUpdateAttribute" }, "examples": { - "Example 1": { + "Example 29": { "summary": "Update name", "description": "This example demonstrates how to update the 'Name' property of the 'Metals' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 0000000b-0001-4fff-8fff-dd92ffff0000).", "value": { @@ -14662,7 +14662,7 @@ "name": "Metals (updated)" } }, - "Example 2": { + "Example 30": { "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Melting point' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 0000000d-0001-4fff-8fff-dd92ffff0000).", "value": { @@ -14670,7 +14670,7 @@ "guid": "12345678-0013-4fff-8fff-0000ffff0000" } }, - "Example 3": { + "Example 31": { "summary": "Update help path", "description": "This example demonstrates how to update the 'HelpPath' property of the 'Metals' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 0000000b-0001-4fff-8fff-dd92ffff0000).", "value": { @@ -14678,7 +14678,7 @@ "helpPath": "html/attributenotes/metals.html" } }, - "Example 4": { + "Example 32": { "summary": "Update default threshold type", "description": "This example demonstrates how to update the default threshold type of the 'Metals' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 0000000b-0001-4fff-8fff-dd92ffff0000).", "value": { @@ -14686,7 +14686,7 @@ "defaultThresholdType": "equal" } }, - "Example 5": { + "Example 33": { "summary": "Make discrete multi-valued", "description": "This example demonstrates how to update the 'Metals' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 0000000b-0001-4fff-8fff-dd92ffff0000) and make it multi-valued. You can similarly turn a multi-valued discrete attribute into a single-valued as long as there is no multi-valued data already existing.", "value": { @@ -14694,7 +14694,7 @@ "isMultiValued": true } }, - "Example 6": { + "Example 34": { "summary": "Make short text unique", "description": "This example demonstrates how to update the 'Grain size' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 000000aa-0001-4fff-8fff-dd92ffff0000) and make it unique. This will work as long as there is no pre-existing data which violates the constraint.", "value": { @@ -14702,7 +14702,7 @@ "isUnique": true } }, - "Example 7": { + "Example 35": { "summary": "Make point multi-valued", "description": "This example demonstrates how to update the 'Shape factor' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 00000144-0001-4fff-8fff-dd92ffff0000) and make it multi-valued. Note that this won't work if the attribute is used in a dynamic link group index, expressions, X-Y charts or as linked attribute tabular column.You can similarly turn a multi-valued point attribute into a single-valued as long as there is no multi-valued data already existing.", "value": { @@ -14710,7 +14710,7 @@ "isMultiValued": true } }, - "Example 8": { + "Example 36": { "summary": "Make point multi-valued with parameter", "description": "This example demonstrates how to update the 'Shape factor' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 00000144-0001-4fff-8fff-dd92ffff0000) and make it multi-valued with 'Temperature' as a parameter. Note that this won't work if the attribute is used in a dynamic link group index, expressions, X-Y charts or as linked attribute tabular column.You can similarly turn a multi-valued point attribute into a single-valued as long as there is no multi-valued data already existing.", "value": { @@ -14723,7 +14723,7 @@ ] } }, - "Example 9": { + "Example 37": { "summary": "Update unit", "description": "This example demonstrates how to update the unit of the 'Reserves' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 00000088-0001-4fff-8fff-dd92ffff0000). We will change the unit from 'tonnes' to 'kg'", "value": { @@ -14733,7 +14733,7 @@ } } }, - "Example 10": { + "Example 38": { "summary": "Update multiple properties", "description": "This example demonstrates that it is possible to change multiple attribute properties at once by updating the name of the 'Grain size' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 000000aa-0001-4fff-8fff-dd92ffff0000) and also making it unique. This will work as long as there is no pre-existing data which violates the constraint.", "value": { @@ -14742,7 +14742,7 @@ "name": "Grain size (updated)" } }, - "Example 11": { + "Example 39": { "summary": "Turn an attribute into a meta-attribute", "description": "This example demonstrates how to turn an existing attribute into a meta-attribute of another attribute. We make the short text 'Color' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 00000169-0001-4fff-8fff-dd92ffff0000) become a meta-attribute of 'ISO name' short text attribute (guid = 000002cf-0001-4fff-8fff-dd92ffff0000).Note that if an attribute already had meta-attribute, it cannot be made a meta-attribute. Also, you cannot add a meta-attribute to another meta-attribute.", "value": { @@ -14752,7 +14752,7 @@ } } }, - "Example 12": { + "Example 40": { "summary": "Add multiple parameters", "description": "This example demonstrates how to update the 'Tensile strength with temperature' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = '0000dd92-0011-4fff-8fff-0000ffff0000'; attributeGuid = '00000002-0001-4fff-8fff-dd92ffff0000') and add multiple parameters to it.", "value": { @@ -14777,7 +14777,7 @@ ] } }, - "Example 13": { + "Example 41": { "summary": "Add additional parameter and set default content for Maths Functional Attribute", "description": "This example demonstrates how to update the 'Fatigue strength model (stress range)' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = '0000dd92-0011-4fff-8fff-0000ffff0000'; attributeGuid = '745db76c-a991-41b6-9fd6-2e5f544f8ecb') by adding additional parameter to it and setting its default content.", "value": { @@ -14841,7 +14841,7 @@ } } }, - "Example 14": { + "Example 42": { "summary": "Update tabular columns", "description": "This example demonstrates how to modify the tabular columns of the 'Legislations restricting its use' attribute from the 'Restricted Substances' table from the MI_Training database (tableGuid = 'fa7aff0f-cac8-4c1d-be1f-d3b83f0ed74f'; attributeGuid = 'c33cecb7-f3d2-4415-9de6-1ed4e5b2abdc').", "value": { @@ -14891,7 +14891,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaAttributesUpdateAttributesUpdateAttribute" }, "examples": { - "Example 1": { + "Example 29": { "summary": "Update name", "description": "This example demonstrates how to update the 'Name' property of the 'Metals' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 0000000b-0001-4fff-8fff-dd92ffff0000).", "value": { @@ -14899,7 +14899,7 @@ "name": "Metals (updated)" } }, - "Example 2": { + "Example 30": { "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Melting point' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 0000000d-0001-4fff-8fff-dd92ffff0000).", "value": { @@ -14907,7 +14907,7 @@ "guid": "12345678-0013-4fff-8fff-0000ffff0000" } }, - "Example 3": { + "Example 31": { "summary": "Update help path", "description": "This example demonstrates how to update the 'HelpPath' property of the 'Metals' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 0000000b-0001-4fff-8fff-dd92ffff0000).", "value": { @@ -14915,7 +14915,7 @@ "helpPath": "html/attributenotes/metals.html" } }, - "Example 4": { + "Example 32": { "summary": "Update default threshold type", "description": "This example demonstrates how to update the default threshold type of the 'Metals' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 0000000b-0001-4fff-8fff-dd92ffff0000).", "value": { @@ -14923,7 +14923,7 @@ "defaultThresholdType": "equal" } }, - "Example 5": { + "Example 33": { "summary": "Make discrete multi-valued", "description": "This example demonstrates how to update the 'Metals' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 0000000b-0001-4fff-8fff-dd92ffff0000) and make it multi-valued. You can similarly turn a multi-valued discrete attribute into a single-valued as long as there is no multi-valued data already existing.", "value": { @@ -14931,7 +14931,7 @@ "isMultiValued": true } }, - "Example 6": { + "Example 34": { "summary": "Make short text unique", "description": "This example demonstrates how to update the 'Grain size' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 000000aa-0001-4fff-8fff-dd92ffff0000) and make it unique. This will work as long as there is no pre-existing data which violates the constraint.", "value": { @@ -14939,7 +14939,7 @@ "isUnique": true } }, - "Example 7": { + "Example 35": { "summary": "Make point multi-valued", "description": "This example demonstrates how to update the 'Shape factor' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 00000144-0001-4fff-8fff-dd92ffff0000) and make it multi-valued. Note that this won't work if the attribute is used in a dynamic link group index, expressions, X-Y charts or as linked attribute tabular column.You can similarly turn a multi-valued point attribute into a single-valued as long as there is no multi-valued data already existing.", "value": { @@ -14947,7 +14947,7 @@ "isMultiValued": true } }, - "Example 8": { + "Example 36": { "summary": "Make point multi-valued with parameter", "description": "This example demonstrates how to update the 'Shape factor' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 00000144-0001-4fff-8fff-dd92ffff0000) and make it multi-valued with 'Temperature' as a parameter. Note that this won't work if the attribute is used in a dynamic link group index, expressions, X-Y charts or as linked attribute tabular column.You can similarly turn a multi-valued point attribute into a single-valued as long as there is no multi-valued data already existing.", "value": { @@ -14960,7 +14960,7 @@ ] } }, - "Example 9": { + "Example 37": { "summary": "Update unit", "description": "This example demonstrates how to update the unit of the 'Reserves' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 00000088-0001-4fff-8fff-dd92ffff0000). We will change the unit from 'tonnes' to 'kg'", "value": { @@ -14970,7 +14970,7 @@ } } }, - "Example 10": { + "Example 38": { "summary": "Update multiple properties", "description": "This example demonstrates that it is possible to change multiple attribute properties at once by updating the name of the 'Grain size' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 000000aa-0001-4fff-8fff-dd92ffff0000) and also making it unique. This will work as long as there is no pre-existing data which violates the constraint.", "value": { @@ -14979,7 +14979,7 @@ "name": "Grain size (updated)" } }, - "Example 11": { + "Example 39": { "summary": "Turn an attribute into a meta-attribute", "description": "This example demonstrates how to turn an existing attribute into a meta-attribute of another attribute. We make the short text 'Color' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 00000169-0001-4fff-8fff-dd92ffff0000) become a meta-attribute of 'ISO name' short text attribute (guid = 000002cf-0001-4fff-8fff-dd92ffff0000).Note that if an attribute already had meta-attribute, it cannot be made a meta-attribute. Also, you cannot add a meta-attribute to another meta-attribute.", "value": { @@ -14989,7 +14989,7 @@ } } }, - "Example 12": { + "Example 40": { "summary": "Add multiple parameters", "description": "This example demonstrates how to update the 'Tensile strength with temperature' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = '0000dd92-0011-4fff-8fff-0000ffff0000'; attributeGuid = '00000002-0001-4fff-8fff-dd92ffff0000') and add multiple parameters to it.", "value": { @@ -15014,7 +15014,7 @@ ] } }, - "Example 13": { + "Example 41": { "summary": "Add additional parameter and set default content for Maths Functional Attribute", "description": "This example demonstrates how to update the 'Fatigue strength model (stress range)' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = '0000dd92-0011-4fff-8fff-0000ffff0000'; attributeGuid = '745db76c-a991-41b6-9fd6-2e5f544f8ecb') by adding additional parameter to it and setting its default content.", "value": { @@ -15078,7 +15078,7 @@ } } }, - "Example 14": { + "Example 42": { "summary": "Update tabular columns", "description": "This example demonstrates how to modify the tabular columns of the 'Legislations restricting its use' attribute from the 'Restricted Substances' table from the MI_Training database (tableGuid = 'fa7aff0f-cac8-4c1d-be1f-d3b83f0ed74f'; attributeGuid = 'c33cecb7-f3d2-4415-9de6-1ed4e5b2abdc').", "value": { @@ -15128,7 +15128,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaAttributesUpdateAttributesUpdateAttribute" }, "examples": { - "Example 1": { + "Example 29": { "summary": "Update name", "description": "This example demonstrates how to update the 'Name' property of the 'Metals' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 0000000b-0001-4fff-8fff-dd92ffff0000).", "value": { @@ -15136,7 +15136,7 @@ "name": "Metals (updated)" } }, - "Example 2": { + "Example 30": { "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Melting point' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 0000000d-0001-4fff-8fff-dd92ffff0000).", "value": { @@ -15144,7 +15144,7 @@ "guid": "12345678-0013-4fff-8fff-0000ffff0000" } }, - "Example 3": { + "Example 31": { "summary": "Update help path", "description": "This example demonstrates how to update the 'HelpPath' property of the 'Metals' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 0000000b-0001-4fff-8fff-dd92ffff0000).", "value": { @@ -15152,7 +15152,7 @@ "helpPath": "html/attributenotes/metals.html" } }, - "Example 4": { + "Example 32": { "summary": "Update default threshold type", "description": "This example demonstrates how to update the default threshold type of the 'Metals' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 0000000b-0001-4fff-8fff-dd92ffff0000).", "value": { @@ -15160,7 +15160,7 @@ "defaultThresholdType": "equal" } }, - "Example 5": { + "Example 33": { "summary": "Make discrete multi-valued", "description": "This example demonstrates how to update the 'Metals' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 0000000b-0001-4fff-8fff-dd92ffff0000) and make it multi-valued. You can similarly turn a multi-valued discrete attribute into a single-valued as long as there is no multi-valued data already existing.", "value": { @@ -15168,7 +15168,7 @@ "isMultiValued": true } }, - "Example 6": { + "Example 34": { "summary": "Make short text unique", "description": "This example demonstrates how to update the 'Grain size' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 000000aa-0001-4fff-8fff-dd92ffff0000) and make it unique. This will work as long as there is no pre-existing data which violates the constraint.", "value": { @@ -15176,7 +15176,7 @@ "isUnique": true } }, - "Example 7": { + "Example 35": { "summary": "Make point multi-valued", "description": "This example demonstrates how to update the 'Shape factor' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 00000144-0001-4fff-8fff-dd92ffff0000) and make it multi-valued. Note that this won't work if the attribute is used in a dynamic link group index, expressions, X-Y charts or as linked attribute tabular column.You can similarly turn a multi-valued point attribute into a single-valued as long as there is no multi-valued data already existing.", "value": { @@ -15184,7 +15184,7 @@ "isMultiValued": true } }, - "Example 8": { + "Example 36": { "summary": "Make point multi-valued with parameter", "description": "This example demonstrates how to update the 'Shape factor' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 00000144-0001-4fff-8fff-dd92ffff0000) and make it multi-valued with 'Temperature' as a parameter. Note that this won't work if the attribute is used in a dynamic link group index, expressions, X-Y charts or as linked attribute tabular column.You can similarly turn a multi-valued point attribute into a single-valued as long as there is no multi-valued data already existing.", "value": { @@ -15197,7 +15197,7 @@ ] } }, - "Example 9": { + "Example 37": { "summary": "Update unit", "description": "This example demonstrates how to update the unit of the 'Reserves' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 00000088-0001-4fff-8fff-dd92ffff0000). We will change the unit from 'tonnes' to 'kg'", "value": { @@ -15207,7 +15207,7 @@ } } }, - "Example 10": { + "Example 38": { "summary": "Update multiple properties", "description": "This example demonstrates that it is possible to change multiple attribute properties at once by updating the name of the 'Grain size' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 000000aa-0001-4fff-8fff-dd92ffff0000) and also making it unique. This will work as long as there is no pre-existing data which violates the constraint.", "value": { @@ -15216,7 +15216,7 @@ "name": "Grain size (updated)" } }, - "Example 11": { + "Example 39": { "summary": "Turn an attribute into a meta-attribute", "description": "This example demonstrates how to turn an existing attribute into a meta-attribute of another attribute. We make the short text 'Color' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; attributeGuid = 00000169-0001-4fff-8fff-dd92ffff0000) become a meta-attribute of 'ISO name' short text attribute (guid = 000002cf-0001-4fff-8fff-dd92ffff0000).Note that if an attribute already had meta-attribute, it cannot be made a meta-attribute. Also, you cannot add a meta-attribute to another meta-attribute.", "value": { @@ -15226,7 +15226,7 @@ } } }, - "Example 12": { + "Example 40": { "summary": "Add multiple parameters", "description": "This example demonstrates how to update the 'Tensile strength with temperature' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = '0000dd92-0011-4fff-8fff-0000ffff0000'; attributeGuid = '00000002-0001-4fff-8fff-dd92ffff0000') and add multiple parameters to it.", "value": { @@ -15251,7 +15251,7 @@ ] } }, - "Example 13": { + "Example 41": { "summary": "Add additional parameter and set default content for Maths Functional Attribute", "description": "This example demonstrates how to update the 'Fatigue strength model (stress range)' attribute from the 'MaterialUniverse' table from the MI_Training database (tableGuid = '0000dd92-0011-4fff-8fff-0000ffff0000'; attributeGuid = '745db76c-a991-41b6-9fd6-2e5f544f8ecb') by adding additional parameter to it and setting its default content.", "value": { @@ -15315,7 +15315,7 @@ } } }, - "Example 14": { + "Example 42": { "summary": "Update tabular columns", "description": "This example demonstrates how to modify the tabular columns of the 'Legislations restricting its use' attribute from the 'Restricted Substances' table from the MI_Training database (tableGuid = 'fa7aff0f-cac8-4c1d-be1f-d3b83f0ed74f'; attributeGuid = 'c33cecb7-f3d2-4415-9de6-1ed4e5b2abdc').", "value": { @@ -15371,7 +15371,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaAttributesAttribute" }, "examples": { - "Example 9": { + "Example 49": { "summary": "Date-time attribute", "description": "Example response for the date-time attribute 'Casting Date' in the 'Metals Pedigree' table of the 'MI Training database'.", "value": { @@ -15397,7 +15397,7 @@ "guid": "fe9cbde6-756a-4b1d-a347-7d49e56ee90f" } }, - "Example 10": { + "Example 50": { "summary": "Discrete attribute", "description": "Example response for the discrete attribute 'Metals' in the 'Materials Universe' table of the 'MI Training database'.", "value": { @@ -15427,7 +15427,7 @@ "guid": "0000000b-0001-4fff-8fff-dd92ffff0000" } }, - "Example 11": { + "Example 51": { "summary": "Range attribute", "description": "Example response for the range attribute 'Tensile strength' in the 'Materials Universe' table of the 'MI Training database'.", "value": { @@ -15460,7 +15460,7 @@ "foreignDataLinkGroups": [ { "name": "Source of data (MaterialUniverse)", - "guid": "07f416ed-e849-4ea9-8635-1abbc67f9996" + "guid": "67e7830f-812d-4537-8f30-83b67b0e3ac3" } ], "primaryDynamicLinkGroups": [], @@ -15471,7 +15471,7 @@ "guid": "000000e3-0001-4fff-8fff-dd92ffff0000" } }, - "Example 12": { + "Example 52": { "summary": "Tabular attribute", "description": "Example response for the tabular attribute 'Restricted substances associated with this material' in the 'Materials Universe' table of the 'MI Training database'..", "value": { @@ -15793,7 +15793,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaAttributesAttribute" }, "examples": { - "Example 13": { + "Example 53": { "summary": "Date-time attribute", "description": "Example response for the date-time attribute 'Casting Date' in the 'Metals Pedigree' table of the 'MI Training database'.", "value": { @@ -15819,7 +15819,7 @@ "guid": "fe9cbde6-756a-4b1d-a347-7d49e56ee90f" } }, - "Example 14": { + "Example 54": { "summary": "Discrete attribute", "description": "Example response for the discrete attribute 'Metals' in the 'Materials Universe' table of the 'MI Training database'.", "value": { @@ -15849,7 +15849,7 @@ "guid": "0000000b-0001-4fff-8fff-dd92ffff0000" } }, - "Example 15": { + "Example 55": { "summary": "Range attribute", "description": "Example response for the range attribute 'Tensile strength' in the 'Materials Universe' table of the 'MI Training database'.", "value": { @@ -15882,7 +15882,7 @@ "foreignDataLinkGroups": [ { "name": "Source of data (MaterialUniverse)", - "guid": "14796077-8c87-4cd5-a14b-3762b18d0f5b" + "guid": "56786b89-3a1f-4593-8fac-f5e954094d7d" } ], "primaryDynamicLinkGroups": [], @@ -15893,7 +15893,7 @@ "guid": "000000e3-0001-4fff-8fff-dd92ffff0000" } }, - "Example 16": { + "Example 56": { "summary": "Tabular attribute", "description": "Example response for the tabular attribute 'Restricted substances associated with this material' in the 'Materials Universe' table of the 'MI Training database'..", "value": { @@ -16036,7 +16036,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaAttributesUpdateAttributesUpdateAttribute" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Update name", "description": "This example demonstrates how to update the 'Name' property of the 'Notes' meta-attribute of the 'Flammability' attribute in the 'MaterialUniverse' table in the MI_Training database(tableGuid: 0000dd92-0011-4fff-8fff-0000ffff0000; metaAttributeGuid: 00000298-0001-4fff-8fff-dd92ffff0000)", "value": { @@ -16044,7 +16044,7 @@ "name": "Notes (flammability)" } }, - "Example 2": { + "Example 10": { "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Notes' meta-attribute of the 'Flammability' attribute in the 'MaterialUniverse' table in the MI_Training database(tableGuid: 0000dd92-0011-4fff-8fff-0000ffff0000; metaAttributeGuid: 00000298-0001-4fff-8fff-dd92ffff0000)", "value": { @@ -16052,7 +16052,7 @@ "guid": "12345678-1234-4fff-8fff-0000ffff0000" } }, - "Example 3": { + "Example 11": { "summary": "Update default threshold type", "description": "This example demonstrates how to update the default threshold type of the 'Notes' meta-attribute of the 'Flammability' attribute in the 'MaterialUniverse' table in the MI_Training database(tableGuid: 0000dd92-0011-4fff-8fff-0000ffff0000; metaAttributeGuid: 00000298-0001-4fff-8fff-dd92ffff0000)", "value": { @@ -16060,7 +16060,7 @@ "defaultThresholdType": "equal" } }, - "Example 4": { + "Example 12": { "summary": "Turn a meta-attribute into an attribute", "description": "This example demonstrates how to turn an existing meta-attribute into an attribute by removing its 'aboutAttribute'. We make the short text 'Notes' meta-attribute of the 'Flammability' attribute from the 'MaterialUniverse' table (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; metaAttributeGuid = 00000298-0001-4fff-8fff-dd92ffff0000) become a standalone attribute.", "value": { @@ -16075,7 +16075,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaAttributesUpdateAttributesUpdateAttribute" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Update name", "description": "This example demonstrates how to update the 'Name' property of the 'Notes' meta-attribute of the 'Flammability' attribute in the 'MaterialUniverse' table in the MI_Training database(tableGuid: 0000dd92-0011-4fff-8fff-0000ffff0000; metaAttributeGuid: 00000298-0001-4fff-8fff-dd92ffff0000)", "value": { @@ -16083,7 +16083,7 @@ "name": "Notes (flammability)" } }, - "Example 2": { + "Example 10": { "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Notes' meta-attribute of the 'Flammability' attribute in the 'MaterialUniverse' table in the MI_Training database(tableGuid: 0000dd92-0011-4fff-8fff-0000ffff0000; metaAttributeGuid: 00000298-0001-4fff-8fff-dd92ffff0000)", "value": { @@ -16091,7 +16091,7 @@ "guid": "12345678-1234-4fff-8fff-0000ffff0000" } }, - "Example 3": { + "Example 11": { "summary": "Update default threshold type", "description": "This example demonstrates how to update the default threshold type of the 'Notes' meta-attribute of the 'Flammability' attribute in the 'MaterialUniverse' table in the MI_Training database(tableGuid: 0000dd92-0011-4fff-8fff-0000ffff0000; metaAttributeGuid: 00000298-0001-4fff-8fff-dd92ffff0000)", "value": { @@ -16099,7 +16099,7 @@ "defaultThresholdType": "equal" } }, - "Example 4": { + "Example 12": { "summary": "Turn a meta-attribute into an attribute", "description": "This example demonstrates how to turn an existing meta-attribute into an attribute by removing its 'aboutAttribute'. We make the short text 'Notes' meta-attribute of the 'Flammability' attribute from the 'MaterialUniverse' table (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; metaAttributeGuid = 00000298-0001-4fff-8fff-dd92ffff0000) become a standalone attribute.", "value": { @@ -16114,7 +16114,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaAttributesUpdateAttributesUpdateAttribute" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Update name", "description": "This example demonstrates how to update the 'Name' property of the 'Notes' meta-attribute of the 'Flammability' attribute in the 'MaterialUniverse' table in the MI_Training database(tableGuid: 0000dd92-0011-4fff-8fff-0000ffff0000; metaAttributeGuid: 00000298-0001-4fff-8fff-dd92ffff0000)", "value": { @@ -16122,7 +16122,7 @@ "name": "Notes (flammability)" } }, - "Example 2": { + "Example 10": { "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Notes' meta-attribute of the 'Flammability' attribute in the 'MaterialUniverse' table in the MI_Training database(tableGuid: 0000dd92-0011-4fff-8fff-0000ffff0000; metaAttributeGuid: 00000298-0001-4fff-8fff-dd92ffff0000)", "value": { @@ -16130,7 +16130,7 @@ "guid": "12345678-1234-4fff-8fff-0000ffff0000" } }, - "Example 3": { + "Example 11": { "summary": "Update default threshold type", "description": "This example demonstrates how to update the default threshold type of the 'Notes' meta-attribute of the 'Flammability' attribute in the 'MaterialUniverse' table in the MI_Training database(tableGuid: 0000dd92-0011-4fff-8fff-0000ffff0000; metaAttributeGuid: 00000298-0001-4fff-8fff-dd92ffff0000)", "value": { @@ -16138,7 +16138,7 @@ "defaultThresholdType": "equal" } }, - "Example 4": { + "Example 12": { "summary": "Turn a meta-attribute into an attribute", "description": "This example demonstrates how to turn an existing meta-attribute into an attribute by removing its 'aboutAttribute'. We make the short text 'Notes' meta-attribute of the 'Flammability' attribute from the 'MaterialUniverse' table (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; metaAttributeGuid = 00000298-0001-4fff-8fff-dd92ffff0000) become a standalone attribute.", "value": { @@ -16153,7 +16153,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaAttributesUpdateAttributesUpdateAttribute" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Update name", "description": "This example demonstrates how to update the 'Name' property of the 'Notes' meta-attribute of the 'Flammability' attribute in the 'MaterialUniverse' table in the MI_Training database(tableGuid: 0000dd92-0011-4fff-8fff-0000ffff0000; metaAttributeGuid: 00000298-0001-4fff-8fff-dd92ffff0000)", "value": { @@ -16161,7 +16161,7 @@ "name": "Notes (flammability)" } }, - "Example 2": { + "Example 10": { "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Notes' meta-attribute of the 'Flammability' attribute in the 'MaterialUniverse' table in the MI_Training database(tableGuid: 0000dd92-0011-4fff-8fff-0000ffff0000; metaAttributeGuid: 00000298-0001-4fff-8fff-dd92ffff0000)", "value": { @@ -16169,7 +16169,7 @@ "guid": "12345678-1234-4fff-8fff-0000ffff0000" } }, - "Example 3": { + "Example 11": { "summary": "Update default threshold type", "description": "This example demonstrates how to update the default threshold type of the 'Notes' meta-attribute of the 'Flammability' attribute in the 'MaterialUniverse' table in the MI_Training database(tableGuid: 0000dd92-0011-4fff-8fff-0000ffff0000; metaAttributeGuid: 00000298-0001-4fff-8fff-dd92ffff0000)", "value": { @@ -16177,7 +16177,7 @@ "defaultThresholdType": "equal" } }, - "Example 4": { + "Example 12": { "summary": "Turn a meta-attribute into an attribute", "description": "This example demonstrates how to turn an existing meta-attribute into an attribute by removing its 'aboutAttribute'. We make the short text 'Notes' meta-attribute of the 'Flammability' attribute from the 'MaterialUniverse' table (tableGuid = 0000dd92-0011-4fff-8fff-0000ffff0000; metaAttributeGuid = 00000298-0001-4fff-8fff-dd92ffff0000) become a standalone attribute.", "value": { @@ -16198,7 +16198,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaAttributesAttribute" }, "examples": { - "Example 17": { + "Example 57": { "summary": "Date-time attribute", "description": "Example response for the date-time attribute 'Casting Date' in the 'Metals Pedigree' table of the 'MI Training database'.", "value": { @@ -16224,7 +16224,7 @@ "guid": "fe9cbde6-756a-4b1d-a347-7d49e56ee90f" } }, - "Example 18": { + "Example 58": { "summary": "Discrete attribute", "description": "Example response for the discrete attribute 'Metals' in the 'Materials Universe' table of the 'MI Training database'.", "value": { @@ -16254,7 +16254,7 @@ "guid": "0000000b-0001-4fff-8fff-dd92ffff0000" } }, - "Example 19": { + "Example 59": { "summary": "Range attribute", "description": "Example response for the range attribute 'Tensile strength' in the 'Materials Universe' table of the 'MI Training database'.", "value": { @@ -16287,7 +16287,7 @@ "foreignDataLinkGroups": [ { "name": "Source of data (MaterialUniverse)", - "guid": "f8ade743-fbca-4ff1-890c-4f61e5686853" + "guid": "21a32264-59d9-4878-8f3e-5a9ffb3e025a" } ], "primaryDynamicLinkGroups": [], @@ -16298,7 +16298,7 @@ "guid": "000000e3-0001-4fff-8fff-dd92ffff0000" } }, - "Example 20": { + "Example 60": { "summary": "Tabular attribute", "description": "Example response for the tabular attribute 'Restricted substances associated with this material' in the 'Materials Universe' table of the 'MI Training database'..", "value": { @@ -16449,7 +16449,7 @@ "$ref": "#/components/schemas/GrantaServerApiExceptionsDeletionAttributeDeletionException" }, "example": { - "message": "Cannot delete attribute 'Notes' (GUID = '67686986-a773-4724-97d0-04f83871da79').", + "message": "Cannot delete attribute 'Notes' (GUID = '263d4a72-a712-4565-b352-38a974b529a0').", "code": 400, "errors": [ { @@ -16464,7 +16464,7 @@ "referencedBy": [ { "name": "Search mask that searches in Notes", - "guid": "776a428f-2fdf-405f-a236-320d566ae8ca" + "guid": "d3133877-a869-4e20-9205-6e6326a10830" } ] } @@ -16817,7 +16817,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaConfigurationsCreateConfiguration" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Configuration", "description": "This example demonstrates how to create a new Explore configuration for the MI_Training database.", "value": { @@ -16826,14 +16826,14 @@ "guid": "00000000-0000-0000-0000-000000000000" } }, - "Example 2": { + "Example 6": { "summary": "Configuration with specified guid and description", "description": "This example demonstrates how to create a new Explore configuration for the MI_Training database with a specified guid and description. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "description": "Basic configuration that can be used in explore.", "value": "{\n\t\"configurations\": [\n\t{\n\t\t\t\"key\": \"training-materials\",\n\t\t\t\"displayName\": \"MI Training Materials\",\n\t\t\t\"default\": true,\n\t\t\t\"groups\": [\n\t\t\t\t\"MI Training examples\"\n\t\t\t],\n\t\t\t\"table\": \"MaterialUniverse\",\n\t\t\t\"loadDataOnDemand\": false,\n\t\t\t\"description\": \"Explore MaterialUniverse data in the MI Training database\",\n\t\t\t\"searchLayout\": \"All bulk materials\",\n\t\t\t\"dataSheetLayout\": \"All bulk materials\",\n\t\t\t\"editableDatasheetLayout\": \"All bulk materials\",\n\t\t\t\"searchListLayout\": \"Explore list layout Materials\",\n\t\t\t\"newRecordLocation\": \"NEW RECORDS/{Base}\",\n\t\t\t\"subset\": \"All bulk materials\",\n\t\t\t\"logsliders\": true,\n\t\t\t\"xyChart\": {\n\t\t\t\t\"colorAttribute\": \"UV radiation (sunlight)\",\n\t\t\t\t\"colorAttribute2\": \"Flammability\",\n\t\t\t\t\"colorAttribute3\": \"Food contact\",\n\t\t\t\t\"colorAttribute4\": \"Material form\",\n\t\t\t\t\"colorAttribute5\": \"Organic solvents\",\n\t\t\t\t\"colorAttribute6\": \"Oxidation at 500C\",\n\t\t\t\t\"colorAttribute7\": \"Strong acids\",\n\t\t\t\t\"colorAttribute8\": \"Strong alkalis\",\n\t\t\t\t\"colorAttribute9\": \"Weak acids\",\n\t\t\t\t\"colorAttribute10\": \"Weak alkalis\",\n\t\t\t\t\"colorAttribute11\": \"Water (fresh)\",\n\t\t\t\t\"colorAttribute12\": \"Water (salt)\",\n\t\t\t\t\"colorAttribute13\": \"Transparency\",\n\t\t\t\t\"colorAttribute14\": \"Wear resistance\",\n\t\t\t\t\"xAttribute\": \"Density\",\n\t\t\t\t\"yAttribute\": \"Yield strength (elastic limit)\",\n\t\t\t\t\"preventAxisChange\": false,\n\t\t\t\t\"xAxisLogarithmic\": true,\n\t\t\t\t\"yAxisLogarithmic\": true\n\t\t\t},\n\t\t\t\"showBlanks\": false,\n\t\t\t\"reportsDisabled\": false,\n\t\t\t\"exportersDisabled\": false,\n\t\t\t\"tabularEditingEnabled\": true,\n\t\t\t\"configSwitching\": \"keyOnly\",\n\t\t\t\"workflowEnabled\": true,\n\t\t\t\"useCustomFormatters\": {\n\t\t\t\t\"Recycle fraction in current supply\": \"recyclingPercent\",\n\t\t\t\t\"Recycle\": \"recyclingBool\",\n\t\t\t\t\"Biodegrade\": \"biodegradeBool\",\n\t\t\t\t\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\n\t\t\t\t\"Flammability\": \"flammabilityDiscrete\",\n\t\t\t\t\"Food contact\": \"foodcontactDiscrete\",\n\t\t\t\t\"Material form\": \"materialformDiscrete\",\n\t\t\t\t\"Organic solvents\": \"organicsolventsDiscrete\",\n\t\t\t\t\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\n\t\t\t\t\"Strong acids\": \"strongacidsDiscrete\",\n\t\t\t\t\"Strong alkalis\": \"strongalkalisDiscrete\",\n\t\t\t\t\"Weak acids\": \"weakacidsDiscrete\",\n\t\t\t\t\"Weak alkalis\": \"weakalkalisDiscrete\",\n\t\t\t\t\"Water (fresh)\": \"waterfreshDiscrete\",\n\t\t\t\t\"Water (salt)\": \"watersaltDiscrete\",\n\t\t\t\t\"Transparency\": \"transparencyDiscrete\",\n\t\t\t\t\"Wear resistance\": \"wearresistanceDiscrete\",\n\t\t\t\t\"A renewable resource?\": \"arenewableresourceBool\",\n\t\t\t\t\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\n\t\t\t\t\"Downcycle\": \"downcycleBool\",\n\t\t\t\t\"Flame retardant additive\": \"flameretardantadditiveBool\",\n\t\t\t\t\"Landfill\": \"landfillBool\",\n\t\t\t\t\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\n\t\t\t\t\"Substance declaration available?\": \"substancedeclarationavailableBool\"\n\t\t\t}\n\t\t}\n\t],\n\t\"customFormatterDefinitions\": {\n\t\t\"recyclingBool\": {\n\t\t\t\"attributeFormatter\": {\n\t\t\t\t\"list\": {\n\t\t\t\t\t\"columnHeader\": false,\n\t\t\t\t\t\"columnWidth\": 40\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"valueFormatters\": [{\n\t\t\t\t\t\"match\": true,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can be recycled\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"green\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"match\": false,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can not be recycled\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"red\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"biodegradeBool\": {\n\t\t\t\"attributeFormatter\": {\n\t\t\t\t\"list\": {\n\t\t\t\t\t\"columnHeader\": false,\n\t\t\t\t\t\"columnWidth\": 40\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"valueFormatters\": [{\n\t\t\t\t\t\"match\": true,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can be biodegraded\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"green\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"match\": false,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can not be biodegraded\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"red\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t}\n}", "name": "basic configuration", - "guid": "990c7e58-9c37-44e8-bbcf-93b74685d50a" + "guid": "0ef8c547-d1f1-4237-b414-8f4928571f95" } } } @@ -16843,7 +16843,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaConfigurationsCreateConfiguration" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Configuration", "description": "This example demonstrates how to create a new Explore configuration for the MI_Training database.", "value": { @@ -16852,14 +16852,14 @@ "guid": "00000000-0000-0000-0000-000000000000" } }, - "Example 2": { + "Example 6": { "summary": "Configuration with specified guid and description", "description": "This example demonstrates how to create a new Explore configuration for the MI_Training database with a specified guid and description. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "description": "Basic configuration that can be used in explore.", "value": "{\n\t\"configurations\": [\n\t{\n\t\t\t\"key\": \"training-materials\",\n\t\t\t\"displayName\": \"MI Training Materials\",\n\t\t\t\"default\": true,\n\t\t\t\"groups\": [\n\t\t\t\t\"MI Training examples\"\n\t\t\t],\n\t\t\t\"table\": \"MaterialUniverse\",\n\t\t\t\"loadDataOnDemand\": false,\n\t\t\t\"description\": \"Explore MaterialUniverse data in the MI Training database\",\n\t\t\t\"searchLayout\": \"All bulk materials\",\n\t\t\t\"dataSheetLayout\": \"All bulk materials\",\n\t\t\t\"editableDatasheetLayout\": \"All bulk materials\",\n\t\t\t\"searchListLayout\": \"Explore list layout Materials\",\n\t\t\t\"newRecordLocation\": \"NEW RECORDS/{Base}\",\n\t\t\t\"subset\": \"All bulk materials\",\n\t\t\t\"logsliders\": true,\n\t\t\t\"xyChart\": {\n\t\t\t\t\"colorAttribute\": \"UV radiation (sunlight)\",\n\t\t\t\t\"colorAttribute2\": \"Flammability\",\n\t\t\t\t\"colorAttribute3\": \"Food contact\",\n\t\t\t\t\"colorAttribute4\": \"Material form\",\n\t\t\t\t\"colorAttribute5\": \"Organic solvents\",\n\t\t\t\t\"colorAttribute6\": \"Oxidation at 500C\",\n\t\t\t\t\"colorAttribute7\": \"Strong acids\",\n\t\t\t\t\"colorAttribute8\": \"Strong alkalis\",\n\t\t\t\t\"colorAttribute9\": \"Weak acids\",\n\t\t\t\t\"colorAttribute10\": \"Weak alkalis\",\n\t\t\t\t\"colorAttribute11\": \"Water (fresh)\",\n\t\t\t\t\"colorAttribute12\": \"Water (salt)\",\n\t\t\t\t\"colorAttribute13\": \"Transparency\",\n\t\t\t\t\"colorAttribute14\": \"Wear resistance\",\n\t\t\t\t\"xAttribute\": \"Density\",\n\t\t\t\t\"yAttribute\": \"Yield strength (elastic limit)\",\n\t\t\t\t\"preventAxisChange\": false,\n\t\t\t\t\"xAxisLogarithmic\": true,\n\t\t\t\t\"yAxisLogarithmic\": true\n\t\t\t},\n\t\t\t\"showBlanks\": false,\n\t\t\t\"reportsDisabled\": false,\n\t\t\t\"exportersDisabled\": false,\n\t\t\t\"tabularEditingEnabled\": true,\n\t\t\t\"configSwitching\": \"keyOnly\",\n\t\t\t\"workflowEnabled\": true,\n\t\t\t\"useCustomFormatters\": {\n\t\t\t\t\"Recycle fraction in current supply\": \"recyclingPercent\",\n\t\t\t\t\"Recycle\": \"recyclingBool\",\n\t\t\t\t\"Biodegrade\": \"biodegradeBool\",\n\t\t\t\t\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\n\t\t\t\t\"Flammability\": \"flammabilityDiscrete\",\n\t\t\t\t\"Food contact\": \"foodcontactDiscrete\",\n\t\t\t\t\"Material form\": \"materialformDiscrete\",\n\t\t\t\t\"Organic solvents\": \"organicsolventsDiscrete\",\n\t\t\t\t\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\n\t\t\t\t\"Strong acids\": \"strongacidsDiscrete\",\n\t\t\t\t\"Strong alkalis\": \"strongalkalisDiscrete\",\n\t\t\t\t\"Weak acids\": \"weakacidsDiscrete\",\n\t\t\t\t\"Weak alkalis\": \"weakalkalisDiscrete\",\n\t\t\t\t\"Water (fresh)\": \"waterfreshDiscrete\",\n\t\t\t\t\"Water (salt)\": \"watersaltDiscrete\",\n\t\t\t\t\"Transparency\": \"transparencyDiscrete\",\n\t\t\t\t\"Wear resistance\": \"wearresistanceDiscrete\",\n\t\t\t\t\"A renewable resource?\": \"arenewableresourceBool\",\n\t\t\t\t\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\n\t\t\t\t\"Downcycle\": \"downcycleBool\",\n\t\t\t\t\"Flame retardant additive\": \"flameretardantadditiveBool\",\n\t\t\t\t\"Landfill\": \"landfillBool\",\n\t\t\t\t\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\n\t\t\t\t\"Substance declaration available?\": \"substancedeclarationavailableBool\"\n\t\t\t}\n\t\t}\n\t],\n\t\"customFormatterDefinitions\": {\n\t\t\"recyclingBool\": {\n\t\t\t\"attributeFormatter\": {\n\t\t\t\t\"list\": {\n\t\t\t\t\t\"columnHeader\": false,\n\t\t\t\t\t\"columnWidth\": 40\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"valueFormatters\": [{\n\t\t\t\t\t\"match\": true,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can be recycled\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"green\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"match\": false,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can not be recycled\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"red\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"biodegradeBool\": {\n\t\t\t\"attributeFormatter\": {\n\t\t\t\t\"list\": {\n\t\t\t\t\t\"columnHeader\": false,\n\t\t\t\t\t\"columnWidth\": 40\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"valueFormatters\": [{\n\t\t\t\t\t\"match\": true,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can be biodegraded\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"green\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"match\": false,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can not be biodegraded\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"red\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t}\n}", "name": "basic configuration", - "guid": "990c7e58-9c37-44e8-bbcf-93b74685d50a" + "guid": "0ef8c547-d1f1-4237-b414-8f4928571f95" } } } @@ -16869,7 +16869,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaConfigurationsCreateConfiguration" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Configuration", "description": "This example demonstrates how to create a new Explore configuration for the MI_Training database.", "value": { @@ -16878,14 +16878,14 @@ "guid": "00000000-0000-0000-0000-000000000000" } }, - "Example 2": { + "Example 6": { "summary": "Configuration with specified guid and description", "description": "This example demonstrates how to create a new Explore configuration for the MI_Training database with a specified guid and description. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "description": "Basic configuration that can be used in explore.", "value": "{\n\t\"configurations\": [\n\t{\n\t\t\t\"key\": \"training-materials\",\n\t\t\t\"displayName\": \"MI Training Materials\",\n\t\t\t\"default\": true,\n\t\t\t\"groups\": [\n\t\t\t\t\"MI Training examples\"\n\t\t\t],\n\t\t\t\"table\": \"MaterialUniverse\",\n\t\t\t\"loadDataOnDemand\": false,\n\t\t\t\"description\": \"Explore MaterialUniverse data in the MI Training database\",\n\t\t\t\"searchLayout\": \"All bulk materials\",\n\t\t\t\"dataSheetLayout\": \"All bulk materials\",\n\t\t\t\"editableDatasheetLayout\": \"All bulk materials\",\n\t\t\t\"searchListLayout\": \"Explore list layout Materials\",\n\t\t\t\"newRecordLocation\": \"NEW RECORDS/{Base}\",\n\t\t\t\"subset\": \"All bulk materials\",\n\t\t\t\"logsliders\": true,\n\t\t\t\"xyChart\": {\n\t\t\t\t\"colorAttribute\": \"UV radiation (sunlight)\",\n\t\t\t\t\"colorAttribute2\": \"Flammability\",\n\t\t\t\t\"colorAttribute3\": \"Food contact\",\n\t\t\t\t\"colorAttribute4\": \"Material form\",\n\t\t\t\t\"colorAttribute5\": \"Organic solvents\",\n\t\t\t\t\"colorAttribute6\": \"Oxidation at 500C\",\n\t\t\t\t\"colorAttribute7\": \"Strong acids\",\n\t\t\t\t\"colorAttribute8\": \"Strong alkalis\",\n\t\t\t\t\"colorAttribute9\": \"Weak acids\",\n\t\t\t\t\"colorAttribute10\": \"Weak alkalis\",\n\t\t\t\t\"colorAttribute11\": \"Water (fresh)\",\n\t\t\t\t\"colorAttribute12\": \"Water (salt)\",\n\t\t\t\t\"colorAttribute13\": \"Transparency\",\n\t\t\t\t\"colorAttribute14\": \"Wear resistance\",\n\t\t\t\t\"xAttribute\": \"Density\",\n\t\t\t\t\"yAttribute\": \"Yield strength (elastic limit)\",\n\t\t\t\t\"preventAxisChange\": false,\n\t\t\t\t\"xAxisLogarithmic\": true,\n\t\t\t\t\"yAxisLogarithmic\": true\n\t\t\t},\n\t\t\t\"showBlanks\": false,\n\t\t\t\"reportsDisabled\": false,\n\t\t\t\"exportersDisabled\": false,\n\t\t\t\"tabularEditingEnabled\": true,\n\t\t\t\"configSwitching\": \"keyOnly\",\n\t\t\t\"workflowEnabled\": true,\n\t\t\t\"useCustomFormatters\": {\n\t\t\t\t\"Recycle fraction in current supply\": \"recyclingPercent\",\n\t\t\t\t\"Recycle\": \"recyclingBool\",\n\t\t\t\t\"Biodegrade\": \"biodegradeBool\",\n\t\t\t\t\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\n\t\t\t\t\"Flammability\": \"flammabilityDiscrete\",\n\t\t\t\t\"Food contact\": \"foodcontactDiscrete\",\n\t\t\t\t\"Material form\": \"materialformDiscrete\",\n\t\t\t\t\"Organic solvents\": \"organicsolventsDiscrete\",\n\t\t\t\t\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\n\t\t\t\t\"Strong acids\": \"strongacidsDiscrete\",\n\t\t\t\t\"Strong alkalis\": \"strongalkalisDiscrete\",\n\t\t\t\t\"Weak acids\": \"weakacidsDiscrete\",\n\t\t\t\t\"Weak alkalis\": \"weakalkalisDiscrete\",\n\t\t\t\t\"Water (fresh)\": \"waterfreshDiscrete\",\n\t\t\t\t\"Water (salt)\": \"watersaltDiscrete\",\n\t\t\t\t\"Transparency\": \"transparencyDiscrete\",\n\t\t\t\t\"Wear resistance\": \"wearresistanceDiscrete\",\n\t\t\t\t\"A renewable resource?\": \"arenewableresourceBool\",\n\t\t\t\t\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\n\t\t\t\t\"Downcycle\": \"downcycleBool\",\n\t\t\t\t\"Flame retardant additive\": \"flameretardantadditiveBool\",\n\t\t\t\t\"Landfill\": \"landfillBool\",\n\t\t\t\t\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\n\t\t\t\t\"Substance declaration available?\": \"substancedeclarationavailableBool\"\n\t\t\t}\n\t\t}\n\t],\n\t\"customFormatterDefinitions\": {\n\t\t\"recyclingBool\": {\n\t\t\t\"attributeFormatter\": {\n\t\t\t\t\"list\": {\n\t\t\t\t\t\"columnHeader\": false,\n\t\t\t\t\t\"columnWidth\": 40\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"valueFormatters\": [{\n\t\t\t\t\t\"match\": true,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can be recycled\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"green\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"match\": false,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can not be recycled\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"red\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"biodegradeBool\": {\n\t\t\t\"attributeFormatter\": {\n\t\t\t\t\"list\": {\n\t\t\t\t\t\"columnHeader\": false,\n\t\t\t\t\t\"columnWidth\": 40\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"valueFormatters\": [{\n\t\t\t\t\t\"match\": true,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can be biodegraded\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"green\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"match\": false,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can not be biodegraded\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"red\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t}\n}", "name": "basic configuration", - "guid": "990c7e58-9c37-44e8-bbcf-93b74685d50a" + "guid": "0ef8c547-d1f1-4237-b414-8f4928571f95" } } } @@ -16895,7 +16895,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaConfigurationsCreateConfiguration" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Configuration", "description": "This example demonstrates how to create a new Explore configuration for the MI_Training database.", "value": { @@ -16904,14 +16904,14 @@ "guid": "00000000-0000-0000-0000-000000000000" } }, - "Example 2": { + "Example 6": { "summary": "Configuration with specified guid and description", "description": "This example demonstrates how to create a new Explore configuration for the MI_Training database with a specified guid and description. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "description": "Basic configuration that can be used in explore.", "value": "{\n\t\"configurations\": [\n\t{\n\t\t\t\"key\": \"training-materials\",\n\t\t\t\"displayName\": \"MI Training Materials\",\n\t\t\t\"default\": true,\n\t\t\t\"groups\": [\n\t\t\t\t\"MI Training examples\"\n\t\t\t],\n\t\t\t\"table\": \"MaterialUniverse\",\n\t\t\t\"loadDataOnDemand\": false,\n\t\t\t\"description\": \"Explore MaterialUniverse data in the MI Training database\",\n\t\t\t\"searchLayout\": \"All bulk materials\",\n\t\t\t\"dataSheetLayout\": \"All bulk materials\",\n\t\t\t\"editableDatasheetLayout\": \"All bulk materials\",\n\t\t\t\"searchListLayout\": \"Explore list layout Materials\",\n\t\t\t\"newRecordLocation\": \"NEW RECORDS/{Base}\",\n\t\t\t\"subset\": \"All bulk materials\",\n\t\t\t\"logsliders\": true,\n\t\t\t\"xyChart\": {\n\t\t\t\t\"colorAttribute\": \"UV radiation (sunlight)\",\n\t\t\t\t\"colorAttribute2\": \"Flammability\",\n\t\t\t\t\"colorAttribute3\": \"Food contact\",\n\t\t\t\t\"colorAttribute4\": \"Material form\",\n\t\t\t\t\"colorAttribute5\": \"Organic solvents\",\n\t\t\t\t\"colorAttribute6\": \"Oxidation at 500C\",\n\t\t\t\t\"colorAttribute7\": \"Strong acids\",\n\t\t\t\t\"colorAttribute8\": \"Strong alkalis\",\n\t\t\t\t\"colorAttribute9\": \"Weak acids\",\n\t\t\t\t\"colorAttribute10\": \"Weak alkalis\",\n\t\t\t\t\"colorAttribute11\": \"Water (fresh)\",\n\t\t\t\t\"colorAttribute12\": \"Water (salt)\",\n\t\t\t\t\"colorAttribute13\": \"Transparency\",\n\t\t\t\t\"colorAttribute14\": \"Wear resistance\",\n\t\t\t\t\"xAttribute\": \"Density\",\n\t\t\t\t\"yAttribute\": \"Yield strength (elastic limit)\",\n\t\t\t\t\"preventAxisChange\": false,\n\t\t\t\t\"xAxisLogarithmic\": true,\n\t\t\t\t\"yAxisLogarithmic\": true\n\t\t\t},\n\t\t\t\"showBlanks\": false,\n\t\t\t\"reportsDisabled\": false,\n\t\t\t\"exportersDisabled\": false,\n\t\t\t\"tabularEditingEnabled\": true,\n\t\t\t\"configSwitching\": \"keyOnly\",\n\t\t\t\"workflowEnabled\": true,\n\t\t\t\"useCustomFormatters\": {\n\t\t\t\t\"Recycle fraction in current supply\": \"recyclingPercent\",\n\t\t\t\t\"Recycle\": \"recyclingBool\",\n\t\t\t\t\"Biodegrade\": \"biodegradeBool\",\n\t\t\t\t\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\n\t\t\t\t\"Flammability\": \"flammabilityDiscrete\",\n\t\t\t\t\"Food contact\": \"foodcontactDiscrete\",\n\t\t\t\t\"Material form\": \"materialformDiscrete\",\n\t\t\t\t\"Organic solvents\": \"organicsolventsDiscrete\",\n\t\t\t\t\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\n\t\t\t\t\"Strong acids\": \"strongacidsDiscrete\",\n\t\t\t\t\"Strong alkalis\": \"strongalkalisDiscrete\",\n\t\t\t\t\"Weak acids\": \"weakacidsDiscrete\",\n\t\t\t\t\"Weak alkalis\": \"weakalkalisDiscrete\",\n\t\t\t\t\"Water (fresh)\": \"waterfreshDiscrete\",\n\t\t\t\t\"Water (salt)\": \"watersaltDiscrete\",\n\t\t\t\t\"Transparency\": \"transparencyDiscrete\",\n\t\t\t\t\"Wear resistance\": \"wearresistanceDiscrete\",\n\t\t\t\t\"A renewable resource?\": \"arenewableresourceBool\",\n\t\t\t\t\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\n\t\t\t\t\"Downcycle\": \"downcycleBool\",\n\t\t\t\t\"Flame retardant additive\": \"flameretardantadditiveBool\",\n\t\t\t\t\"Landfill\": \"landfillBool\",\n\t\t\t\t\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\n\t\t\t\t\"Substance declaration available?\": \"substancedeclarationavailableBool\"\n\t\t\t}\n\t\t}\n\t],\n\t\"customFormatterDefinitions\": {\n\t\t\"recyclingBool\": {\n\t\t\t\"attributeFormatter\": {\n\t\t\t\t\"list\": {\n\t\t\t\t\t\"columnHeader\": false,\n\t\t\t\t\t\"columnWidth\": 40\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"valueFormatters\": [{\n\t\t\t\t\t\"match\": true,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can be recycled\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"green\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"match\": false,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can not be recycled\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"red\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"biodegradeBool\": {\n\t\t\t\"attributeFormatter\": {\n\t\t\t\t\"list\": {\n\t\t\t\t\t\"columnHeader\": false,\n\t\t\t\t\t\"columnWidth\": 40\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"valueFormatters\": [{\n\t\t\t\t\t\"match\": true,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can be biodegraded\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"green\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"match\": false,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can not be biodegraded\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"red\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t}\n}", "name": "basic configuration", - "guid": "990c7e58-9c37-44e8-bbcf-93b74685d50a" + "guid": "0ef8c547-d1f1-4237-b414-8f4928571f95" } } } @@ -17053,17 +17053,17 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaConfigurationsUpdateConfiguration" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Everything for a configuration", "description": "This example shows how to update all properties of the Explore 'examples' configuration (guid = 997e8f58-bd2a-494f-9a99-18b3d395ad0a) from the MI_Training database. Its unit is changed to 'Ohm'", "value": { "description": "Updated description for MI_Training Explore 'examples' configuration.", "value": "{\n\t\"configurations\": [\n\t{\n\t\t\t\"key\": \"training-materials\",\n\t\t\t\"displayName\": \"MI Training Materials\",\n\t\t\t\"default\": true,\n\t\t\t\"groups\": [\n\t\t\t\t\"MI Training examples\"\n\t\t\t],\n\t\t\t\"table\": \"MaterialUniverse\",\n\t\t\t\"loadDataOnDemand\": false,\n\t\t\t\"description\": \"Explore MaterialUniverse data in the MI Training database\",\n\t\t\t\"searchLayout\": \"All bulk materials\",\n\t\t\t\"dataSheetLayout\": \"All bulk materials\",\n\t\t\t\"editableDatasheetLayout\": \"All bulk materials\",\n\t\t\t\"searchListLayout\": \"Explore list layout Materials\",\n\t\t\t\"newRecordLocation\": \"NEW RECORDS/{Base}\",\n\t\t\t\"subset\": \"All bulk materials\",\n\t\t\t\"logsliders\": true,\n\t\t\t\"xyChart\": {\n\t\t\t\t\"colorAttribute\": \"UV radiation (sunlight)\",\n\t\t\t\t\"colorAttribute2\": \"Flammability\",\n\t\t\t\t\"colorAttribute3\": \"Food contact\",\n\t\t\t\t\"colorAttribute4\": \"Material form\",\n\t\t\t\t\"colorAttribute5\": \"Organic solvents\",\n\t\t\t\t\"colorAttribute6\": \"Oxidation at 500C\",\n\t\t\t\t\"colorAttribute7\": \"Strong acids\",\n\t\t\t\t\"colorAttribute8\": \"Strong alkalis\",\n\t\t\t\t\"colorAttribute9\": \"Weak acids\",\n\t\t\t\t\"colorAttribute10\": \"Weak alkalis\",\n\t\t\t\t\"colorAttribute11\": \"Water (fresh)\",\n\t\t\t\t\"colorAttribute12\": \"Water (salt)\",\n\t\t\t\t\"colorAttribute13\": \"Transparency\",\n\t\t\t\t\"colorAttribute14\": \"Wear resistance\",\n\t\t\t\t\"xAttribute\": \"Density\",\n\t\t\t\t\"yAttribute\": \"Yield strength (elastic limit)\",\n\t\t\t\t\"preventAxisChange\": false,\n\t\t\t\t\"xAxisLogarithmic\": true,\n\t\t\t\t\"yAxisLogarithmic\": true\n\t\t\t},\n\t\t\t\"showBlanks\": false,\n\t\t\t\"reportsDisabled\": false,\n\t\t\t\"exportersDisabled\": false,\n\t\t\t\"tabularEditingEnabled\": true,\n\t\t\t\"configSwitching\": \"keyOnly\",\n\t\t\t\"workflowEnabled\": true,\n\t\t\t\"useCustomFormatters\": {\n\t\t\t\t\"Recycle fraction in current supply\": \"recyclingPercent\",\n\t\t\t\t\"Recycle\": \"recyclingBool\",\n\t\t\t\t\"Biodegrade\": \"biodegradeBool\",\n\t\t\t\t\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\n\t\t\t\t\"Flammability\": \"flammabilityDiscrete\",\n\t\t\t\t\"Food contact\": \"foodcontactDiscrete\",\n\t\t\t\t\"Material form\": \"materialformDiscrete\",\n\t\t\t\t\"Organic solvents\": \"organicsolventsDiscrete\",\n\t\t\t\t\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\n\t\t\t\t\"Strong acids\": \"strongacidsDiscrete\",\n\t\t\t\t\"Strong alkalis\": \"strongalkalisDiscrete\",\n\t\t\t\t\"Weak acids\": \"weakacidsDiscrete\",\n\t\t\t\t\"Weak alkalis\": \"weakalkalisDiscrete\",\n\t\t\t\t\"Water (fresh)\": \"waterfreshDiscrete\",\n\t\t\t\t\"Water (salt)\": \"watersaltDiscrete\",\n\t\t\t\t\"Transparency\": \"transparencyDiscrete\",\n\t\t\t\t\"Wear resistance\": \"wearresistanceDiscrete\",\n\t\t\t\t\"A renewable resource?\": \"arenewableresourceBool\",\n\t\t\t\t\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\n\t\t\t\t\"Downcycle\": \"downcycleBool\",\n\t\t\t\t\"Flame retardant additive\": \"flameretardantadditiveBool\",\n\t\t\t\t\"Landfill\": \"landfillBool\",\n\t\t\t\t\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\n\t\t\t\t\"Substance declaration available?\": \"substancedeclarationavailableBool\"\n\t\t\t}\n\t\t}\n\t],\n\t\"customFormatterDefinitions\": {\n\t\t\"recyclingBool\": {\n\t\t\t\"attributeFormatter\": {\n\t\t\t\t\"list\": {\n\t\t\t\t\t\"columnHeader\": false,\n\t\t\t\t\t\"columnWidth\": 40\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"valueFormatters\": [{\n\t\t\t\t\t\"match\": true,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can be recycled\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"green\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"match\": false,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can not be recycled\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"red\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"biodegradeBool\": {\n\t\t\t\"attributeFormatter\": {\n\t\t\t\t\"list\": {\n\t\t\t\t\t\"columnHeader\": false,\n\t\t\t\t\t\"columnWidth\": 40\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"valueFormatters\": [{\n\t\t\t\t\t\"match\": true,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can be biodegraded\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"green\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"match\": false,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can not be biodegraded\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"red\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t}\n}", "name": "examples (updated)", - "guid": "90ad6cc4-281f-4a2e-8d2b-3348749fdc35" + "guid": "f2207b77-7616-4f84-ae70-6b2998087187" } }, - "Example 2": { + "Example 6": { "summary": "Update a name", "description": "This example shows how to update the 'Name' property of the Explore 'examples' configuration (guid = 997e8f58-bd2a-494f-9a99-18b3d395ad0a) from the MI_Training database.", "value": { @@ -17077,17 +17077,17 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaConfigurationsUpdateConfiguration" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Everything for a configuration", "description": "This example shows how to update all properties of the Explore 'examples' configuration (guid = 997e8f58-bd2a-494f-9a99-18b3d395ad0a) from the MI_Training database. Its unit is changed to 'Ohm'", "value": { "description": "Updated description for MI_Training Explore 'examples' configuration.", "value": "{\n\t\"configurations\": [\n\t{\n\t\t\t\"key\": \"training-materials\",\n\t\t\t\"displayName\": \"MI Training Materials\",\n\t\t\t\"default\": true,\n\t\t\t\"groups\": [\n\t\t\t\t\"MI Training examples\"\n\t\t\t],\n\t\t\t\"table\": \"MaterialUniverse\",\n\t\t\t\"loadDataOnDemand\": false,\n\t\t\t\"description\": \"Explore MaterialUniverse data in the MI Training database\",\n\t\t\t\"searchLayout\": \"All bulk materials\",\n\t\t\t\"dataSheetLayout\": \"All bulk materials\",\n\t\t\t\"editableDatasheetLayout\": \"All bulk materials\",\n\t\t\t\"searchListLayout\": \"Explore list layout Materials\",\n\t\t\t\"newRecordLocation\": \"NEW RECORDS/{Base}\",\n\t\t\t\"subset\": \"All bulk materials\",\n\t\t\t\"logsliders\": true,\n\t\t\t\"xyChart\": {\n\t\t\t\t\"colorAttribute\": \"UV radiation (sunlight)\",\n\t\t\t\t\"colorAttribute2\": \"Flammability\",\n\t\t\t\t\"colorAttribute3\": \"Food contact\",\n\t\t\t\t\"colorAttribute4\": \"Material form\",\n\t\t\t\t\"colorAttribute5\": \"Organic solvents\",\n\t\t\t\t\"colorAttribute6\": \"Oxidation at 500C\",\n\t\t\t\t\"colorAttribute7\": \"Strong acids\",\n\t\t\t\t\"colorAttribute8\": \"Strong alkalis\",\n\t\t\t\t\"colorAttribute9\": \"Weak acids\",\n\t\t\t\t\"colorAttribute10\": \"Weak alkalis\",\n\t\t\t\t\"colorAttribute11\": \"Water (fresh)\",\n\t\t\t\t\"colorAttribute12\": \"Water (salt)\",\n\t\t\t\t\"colorAttribute13\": \"Transparency\",\n\t\t\t\t\"colorAttribute14\": \"Wear resistance\",\n\t\t\t\t\"xAttribute\": \"Density\",\n\t\t\t\t\"yAttribute\": \"Yield strength (elastic limit)\",\n\t\t\t\t\"preventAxisChange\": false,\n\t\t\t\t\"xAxisLogarithmic\": true,\n\t\t\t\t\"yAxisLogarithmic\": true\n\t\t\t},\n\t\t\t\"showBlanks\": false,\n\t\t\t\"reportsDisabled\": false,\n\t\t\t\"exportersDisabled\": false,\n\t\t\t\"tabularEditingEnabled\": true,\n\t\t\t\"configSwitching\": \"keyOnly\",\n\t\t\t\"workflowEnabled\": true,\n\t\t\t\"useCustomFormatters\": {\n\t\t\t\t\"Recycle fraction in current supply\": \"recyclingPercent\",\n\t\t\t\t\"Recycle\": \"recyclingBool\",\n\t\t\t\t\"Biodegrade\": \"biodegradeBool\",\n\t\t\t\t\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\n\t\t\t\t\"Flammability\": \"flammabilityDiscrete\",\n\t\t\t\t\"Food contact\": \"foodcontactDiscrete\",\n\t\t\t\t\"Material form\": \"materialformDiscrete\",\n\t\t\t\t\"Organic solvents\": \"organicsolventsDiscrete\",\n\t\t\t\t\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\n\t\t\t\t\"Strong acids\": \"strongacidsDiscrete\",\n\t\t\t\t\"Strong alkalis\": \"strongalkalisDiscrete\",\n\t\t\t\t\"Weak acids\": \"weakacidsDiscrete\",\n\t\t\t\t\"Weak alkalis\": \"weakalkalisDiscrete\",\n\t\t\t\t\"Water (fresh)\": \"waterfreshDiscrete\",\n\t\t\t\t\"Water (salt)\": \"watersaltDiscrete\",\n\t\t\t\t\"Transparency\": \"transparencyDiscrete\",\n\t\t\t\t\"Wear resistance\": \"wearresistanceDiscrete\",\n\t\t\t\t\"A renewable resource?\": \"arenewableresourceBool\",\n\t\t\t\t\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\n\t\t\t\t\"Downcycle\": \"downcycleBool\",\n\t\t\t\t\"Flame retardant additive\": \"flameretardantadditiveBool\",\n\t\t\t\t\"Landfill\": \"landfillBool\",\n\t\t\t\t\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\n\t\t\t\t\"Substance declaration available?\": \"substancedeclarationavailableBool\"\n\t\t\t}\n\t\t}\n\t],\n\t\"customFormatterDefinitions\": {\n\t\t\"recyclingBool\": {\n\t\t\t\"attributeFormatter\": {\n\t\t\t\t\"list\": {\n\t\t\t\t\t\"columnHeader\": false,\n\t\t\t\t\t\"columnWidth\": 40\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"valueFormatters\": [{\n\t\t\t\t\t\"match\": true,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can be recycled\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"green\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"match\": false,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can not be recycled\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"red\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"biodegradeBool\": {\n\t\t\t\"attributeFormatter\": {\n\t\t\t\t\"list\": {\n\t\t\t\t\t\"columnHeader\": false,\n\t\t\t\t\t\"columnWidth\": 40\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"valueFormatters\": [{\n\t\t\t\t\t\"match\": true,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can be biodegraded\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"green\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"match\": false,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can not be biodegraded\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"red\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t}\n}", "name": "examples (updated)", - "guid": "90ad6cc4-281f-4a2e-8d2b-3348749fdc35" + "guid": "f2207b77-7616-4f84-ae70-6b2998087187" } }, - "Example 2": { + "Example 6": { "summary": "Update a name", "description": "This example shows how to update the 'Name' property of the Explore 'examples' configuration (guid = 997e8f58-bd2a-494f-9a99-18b3d395ad0a) from the MI_Training database.", "value": { @@ -17101,17 +17101,17 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaConfigurationsUpdateConfiguration" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Everything for a configuration", "description": "This example shows how to update all properties of the Explore 'examples' configuration (guid = 997e8f58-bd2a-494f-9a99-18b3d395ad0a) from the MI_Training database. Its unit is changed to 'Ohm'", "value": { "description": "Updated description for MI_Training Explore 'examples' configuration.", "value": "{\n\t\"configurations\": [\n\t{\n\t\t\t\"key\": \"training-materials\",\n\t\t\t\"displayName\": \"MI Training Materials\",\n\t\t\t\"default\": true,\n\t\t\t\"groups\": [\n\t\t\t\t\"MI Training examples\"\n\t\t\t],\n\t\t\t\"table\": \"MaterialUniverse\",\n\t\t\t\"loadDataOnDemand\": false,\n\t\t\t\"description\": \"Explore MaterialUniverse data in the MI Training database\",\n\t\t\t\"searchLayout\": \"All bulk materials\",\n\t\t\t\"dataSheetLayout\": \"All bulk materials\",\n\t\t\t\"editableDatasheetLayout\": \"All bulk materials\",\n\t\t\t\"searchListLayout\": \"Explore list layout Materials\",\n\t\t\t\"newRecordLocation\": \"NEW RECORDS/{Base}\",\n\t\t\t\"subset\": \"All bulk materials\",\n\t\t\t\"logsliders\": true,\n\t\t\t\"xyChart\": {\n\t\t\t\t\"colorAttribute\": \"UV radiation (sunlight)\",\n\t\t\t\t\"colorAttribute2\": \"Flammability\",\n\t\t\t\t\"colorAttribute3\": \"Food contact\",\n\t\t\t\t\"colorAttribute4\": \"Material form\",\n\t\t\t\t\"colorAttribute5\": \"Organic solvents\",\n\t\t\t\t\"colorAttribute6\": \"Oxidation at 500C\",\n\t\t\t\t\"colorAttribute7\": \"Strong acids\",\n\t\t\t\t\"colorAttribute8\": \"Strong alkalis\",\n\t\t\t\t\"colorAttribute9\": \"Weak acids\",\n\t\t\t\t\"colorAttribute10\": \"Weak alkalis\",\n\t\t\t\t\"colorAttribute11\": \"Water (fresh)\",\n\t\t\t\t\"colorAttribute12\": \"Water (salt)\",\n\t\t\t\t\"colorAttribute13\": \"Transparency\",\n\t\t\t\t\"colorAttribute14\": \"Wear resistance\",\n\t\t\t\t\"xAttribute\": \"Density\",\n\t\t\t\t\"yAttribute\": \"Yield strength (elastic limit)\",\n\t\t\t\t\"preventAxisChange\": false,\n\t\t\t\t\"xAxisLogarithmic\": true,\n\t\t\t\t\"yAxisLogarithmic\": true\n\t\t\t},\n\t\t\t\"showBlanks\": false,\n\t\t\t\"reportsDisabled\": false,\n\t\t\t\"exportersDisabled\": false,\n\t\t\t\"tabularEditingEnabled\": true,\n\t\t\t\"configSwitching\": \"keyOnly\",\n\t\t\t\"workflowEnabled\": true,\n\t\t\t\"useCustomFormatters\": {\n\t\t\t\t\"Recycle fraction in current supply\": \"recyclingPercent\",\n\t\t\t\t\"Recycle\": \"recyclingBool\",\n\t\t\t\t\"Biodegrade\": \"biodegradeBool\",\n\t\t\t\t\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\n\t\t\t\t\"Flammability\": \"flammabilityDiscrete\",\n\t\t\t\t\"Food contact\": \"foodcontactDiscrete\",\n\t\t\t\t\"Material form\": \"materialformDiscrete\",\n\t\t\t\t\"Organic solvents\": \"organicsolventsDiscrete\",\n\t\t\t\t\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\n\t\t\t\t\"Strong acids\": \"strongacidsDiscrete\",\n\t\t\t\t\"Strong alkalis\": \"strongalkalisDiscrete\",\n\t\t\t\t\"Weak acids\": \"weakacidsDiscrete\",\n\t\t\t\t\"Weak alkalis\": \"weakalkalisDiscrete\",\n\t\t\t\t\"Water (fresh)\": \"waterfreshDiscrete\",\n\t\t\t\t\"Water (salt)\": \"watersaltDiscrete\",\n\t\t\t\t\"Transparency\": \"transparencyDiscrete\",\n\t\t\t\t\"Wear resistance\": \"wearresistanceDiscrete\",\n\t\t\t\t\"A renewable resource?\": \"arenewableresourceBool\",\n\t\t\t\t\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\n\t\t\t\t\"Downcycle\": \"downcycleBool\",\n\t\t\t\t\"Flame retardant additive\": \"flameretardantadditiveBool\",\n\t\t\t\t\"Landfill\": \"landfillBool\",\n\t\t\t\t\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\n\t\t\t\t\"Substance declaration available?\": \"substancedeclarationavailableBool\"\n\t\t\t}\n\t\t}\n\t],\n\t\"customFormatterDefinitions\": {\n\t\t\"recyclingBool\": {\n\t\t\t\"attributeFormatter\": {\n\t\t\t\t\"list\": {\n\t\t\t\t\t\"columnHeader\": false,\n\t\t\t\t\t\"columnWidth\": 40\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"valueFormatters\": [{\n\t\t\t\t\t\"match\": true,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can be recycled\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"green\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"match\": false,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can not be recycled\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"red\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"biodegradeBool\": {\n\t\t\t\"attributeFormatter\": {\n\t\t\t\t\"list\": {\n\t\t\t\t\t\"columnHeader\": false,\n\t\t\t\t\t\"columnWidth\": 40\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"valueFormatters\": [{\n\t\t\t\t\t\"match\": true,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can be biodegraded\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"green\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"match\": false,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can not be biodegraded\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"red\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t}\n}", "name": "examples (updated)", - "guid": "90ad6cc4-281f-4a2e-8d2b-3348749fdc35" + "guid": "f2207b77-7616-4f84-ae70-6b2998087187" } }, - "Example 2": { + "Example 6": { "summary": "Update a name", "description": "This example shows how to update the 'Name' property of the Explore 'examples' configuration (guid = 997e8f58-bd2a-494f-9a99-18b3d395ad0a) from the MI_Training database.", "value": { @@ -17125,17 +17125,17 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaConfigurationsUpdateConfiguration" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Everything for a configuration", "description": "This example shows how to update all properties of the Explore 'examples' configuration (guid = 997e8f58-bd2a-494f-9a99-18b3d395ad0a) from the MI_Training database. Its unit is changed to 'Ohm'", "value": { "description": "Updated description for MI_Training Explore 'examples' configuration.", "value": "{\n\t\"configurations\": [\n\t{\n\t\t\t\"key\": \"training-materials\",\n\t\t\t\"displayName\": \"MI Training Materials\",\n\t\t\t\"default\": true,\n\t\t\t\"groups\": [\n\t\t\t\t\"MI Training examples\"\n\t\t\t],\n\t\t\t\"table\": \"MaterialUniverse\",\n\t\t\t\"loadDataOnDemand\": false,\n\t\t\t\"description\": \"Explore MaterialUniverse data in the MI Training database\",\n\t\t\t\"searchLayout\": \"All bulk materials\",\n\t\t\t\"dataSheetLayout\": \"All bulk materials\",\n\t\t\t\"editableDatasheetLayout\": \"All bulk materials\",\n\t\t\t\"searchListLayout\": \"Explore list layout Materials\",\n\t\t\t\"newRecordLocation\": \"NEW RECORDS/{Base}\",\n\t\t\t\"subset\": \"All bulk materials\",\n\t\t\t\"logsliders\": true,\n\t\t\t\"xyChart\": {\n\t\t\t\t\"colorAttribute\": \"UV radiation (sunlight)\",\n\t\t\t\t\"colorAttribute2\": \"Flammability\",\n\t\t\t\t\"colorAttribute3\": \"Food contact\",\n\t\t\t\t\"colorAttribute4\": \"Material form\",\n\t\t\t\t\"colorAttribute5\": \"Organic solvents\",\n\t\t\t\t\"colorAttribute6\": \"Oxidation at 500C\",\n\t\t\t\t\"colorAttribute7\": \"Strong acids\",\n\t\t\t\t\"colorAttribute8\": \"Strong alkalis\",\n\t\t\t\t\"colorAttribute9\": \"Weak acids\",\n\t\t\t\t\"colorAttribute10\": \"Weak alkalis\",\n\t\t\t\t\"colorAttribute11\": \"Water (fresh)\",\n\t\t\t\t\"colorAttribute12\": \"Water (salt)\",\n\t\t\t\t\"colorAttribute13\": \"Transparency\",\n\t\t\t\t\"colorAttribute14\": \"Wear resistance\",\n\t\t\t\t\"xAttribute\": \"Density\",\n\t\t\t\t\"yAttribute\": \"Yield strength (elastic limit)\",\n\t\t\t\t\"preventAxisChange\": false,\n\t\t\t\t\"xAxisLogarithmic\": true,\n\t\t\t\t\"yAxisLogarithmic\": true\n\t\t\t},\n\t\t\t\"showBlanks\": false,\n\t\t\t\"reportsDisabled\": false,\n\t\t\t\"exportersDisabled\": false,\n\t\t\t\"tabularEditingEnabled\": true,\n\t\t\t\"configSwitching\": \"keyOnly\",\n\t\t\t\"workflowEnabled\": true,\n\t\t\t\"useCustomFormatters\": {\n\t\t\t\t\"Recycle fraction in current supply\": \"recyclingPercent\",\n\t\t\t\t\"Recycle\": \"recyclingBool\",\n\t\t\t\t\"Biodegrade\": \"biodegradeBool\",\n\t\t\t\t\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\n\t\t\t\t\"Flammability\": \"flammabilityDiscrete\",\n\t\t\t\t\"Food contact\": \"foodcontactDiscrete\",\n\t\t\t\t\"Material form\": \"materialformDiscrete\",\n\t\t\t\t\"Organic solvents\": \"organicsolventsDiscrete\",\n\t\t\t\t\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\n\t\t\t\t\"Strong acids\": \"strongacidsDiscrete\",\n\t\t\t\t\"Strong alkalis\": \"strongalkalisDiscrete\",\n\t\t\t\t\"Weak acids\": \"weakacidsDiscrete\",\n\t\t\t\t\"Weak alkalis\": \"weakalkalisDiscrete\",\n\t\t\t\t\"Water (fresh)\": \"waterfreshDiscrete\",\n\t\t\t\t\"Water (salt)\": \"watersaltDiscrete\",\n\t\t\t\t\"Transparency\": \"transparencyDiscrete\",\n\t\t\t\t\"Wear resistance\": \"wearresistanceDiscrete\",\n\t\t\t\t\"A renewable resource?\": \"arenewableresourceBool\",\n\t\t\t\t\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\n\t\t\t\t\"Downcycle\": \"downcycleBool\",\n\t\t\t\t\"Flame retardant additive\": \"flameretardantadditiveBool\",\n\t\t\t\t\"Landfill\": \"landfillBool\",\n\t\t\t\t\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\n\t\t\t\t\"Substance declaration available?\": \"substancedeclarationavailableBool\"\n\t\t\t}\n\t\t}\n\t],\n\t\"customFormatterDefinitions\": {\n\t\t\"recyclingBool\": {\n\t\t\t\"attributeFormatter\": {\n\t\t\t\t\"list\": {\n\t\t\t\t\t\"columnHeader\": false,\n\t\t\t\t\t\"columnWidth\": 40\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"valueFormatters\": [{\n\t\t\t\t\t\"match\": true,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can be recycled\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"green\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"match\": false,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can not be recycled\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"red\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"biodegradeBool\": {\n\t\t\t\"attributeFormatter\": {\n\t\t\t\t\"list\": {\n\t\t\t\t\t\"columnHeader\": false,\n\t\t\t\t\t\"columnWidth\": 40\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"valueFormatters\": [{\n\t\t\t\t\t\"match\": true,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can be biodegraded\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"green\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"match\": false,\n\t\t\t\t\t\"list\": {\n\t\t\t\t\t\t\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\n\t\t\t\t\t\t\"tooltipValue\": \"Can not be biodegraded\"\n\t\t\t\t\t},\n\t\t\t\t\t\"chart\": {\n\t\t\t\t\t\t\"renderColor\": \"red\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t}\n}", "name": "examples (updated)", - "guid": "90ad6cc4-281f-4a2e-8d2b-3348749fdc35" + "guid": "f2207b77-7616-4f84-ae70-6b2998087187" } }, - "Example 2": { + "Example 6": { "summary": "Update a name", "description": "This example shows how to update the 'Name' property of the Explore 'examples' configuration (guid = 997e8f58-bd2a-494f-9a99-18b3d395ad0a) from the MI_Training database.", "value": { @@ -17345,7 +17345,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaConstantsCreateConstant" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Constant", "description": "This example demonstrates how to create a new constant for the MI_Training database.", "value": { @@ -17353,16 +17353,16 @@ "name": "fine-structure constant" } }, - "Example 2": { + "Example 8": { "summary": "Constant with specified guid", "description": "This example demonstrates how to create a new constant for the MI_Training database with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "value": 0.0072973525693, "name": "fine-structure constant (guid)", - "guid": "672592e0-5155-4933-9ea7-c86095f5432c" + "guid": "3ac734a2-814c-4f20-a541-d29fa22d2d58" } }, - "Example 3": { + "Example 9": { "summary": "Constant with specified unit", "description": "This example demonstrates how to create a new constant with a specified unit 'ohm' from the MI_Training database.", "value": { @@ -17378,7 +17378,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaConstantsCreateConstant" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Constant", "description": "This example demonstrates how to create a new constant for the MI_Training database.", "value": { @@ -17386,16 +17386,16 @@ "name": "fine-structure constant" } }, - "Example 2": { + "Example 8": { "summary": "Constant with specified guid", "description": "This example demonstrates how to create a new constant for the MI_Training database with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "value": 0.0072973525693, "name": "fine-structure constant (guid)", - "guid": "672592e0-5155-4933-9ea7-c86095f5432c" + "guid": "3ac734a2-814c-4f20-a541-d29fa22d2d58" } }, - "Example 3": { + "Example 9": { "summary": "Constant with specified unit", "description": "This example demonstrates how to create a new constant with a specified unit 'ohm' from the MI_Training database.", "value": { @@ -17411,7 +17411,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaConstantsCreateConstant" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Constant", "description": "This example demonstrates how to create a new constant for the MI_Training database.", "value": { @@ -17419,16 +17419,16 @@ "name": "fine-structure constant" } }, - "Example 2": { + "Example 8": { "summary": "Constant with specified guid", "description": "This example demonstrates how to create a new constant for the MI_Training database with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "value": 0.0072973525693, "name": "fine-structure constant (guid)", - "guid": "672592e0-5155-4933-9ea7-c86095f5432c" + "guid": "3ac734a2-814c-4f20-a541-d29fa22d2d58" } }, - "Example 3": { + "Example 9": { "summary": "Constant with specified unit", "description": "This example demonstrates how to create a new constant with a specified unit 'ohm' from the MI_Training database.", "value": { @@ -17444,7 +17444,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaConstantsCreateConstant" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Constant", "description": "This example demonstrates how to create a new constant for the MI_Training database.", "value": { @@ -17452,16 +17452,16 @@ "name": "fine-structure constant" } }, - "Example 2": { + "Example 8": { "summary": "Constant with specified guid", "description": "This example demonstrates how to create a new constant for the MI_Training database with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "value": 0.0072973525693, "name": "fine-structure constant (guid)", - "guid": "672592e0-5155-4933-9ea7-c86095f5432c" + "guid": "3ac734a2-814c-4f20-a541-d29fa22d2d58" } }, - "Example 3": { + "Example 9": { "summary": "Constant with specified unit", "description": "This example demonstrates how to create a new constant with a specified unit 'ohm' from the MI_Training database.", "value": { @@ -17594,29 +17594,29 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaConstantsUpdateConstant" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Everything for a constant", "description": "This example shows how to update all properties of the 'Speed of light in Vacuum' constant (guid = 0000000f-0004-4fff-8fff-0000ffff0000) from the MI_Training database. Its unit is changed to 'Ohm'", "value": { "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", "value": 376.730313668, "name": "characteristic impedance of vacuum", - "guid": "52cb8844-44f6-48d8-9c73-aa09261b337d" + "guid": "12cad3e5-23fc-43f2-b6a1-46a02e105af3" } }, - "Example 2": { + "Example 8": { "summary": "Update name", "description": "This example shows how to update the 'Name' property of the 'Speed of light in Vacuum' constant (guid = 0000000f-0004-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "characteristic impedance of vacuum" } }, - "Example 3": { + "Example 9": { "summary": "Update guid and unit", "description": "This example shows how to update the 'Guid' and 'Unit' properties of the 'Speed of light in Vacuum' constant (guid = 0000000f-0004-4fff-8fff-0000ffff0000) from the MI_Training database. Its unit is changed to 'Ohm'", "value": { "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", - "guid": "73b8086d-19e3-4976-a7d9-52fcef9e57a3" + "guid": "3cf48c91-a1d6-45fb-b0fb-b265b117b2db" } } } @@ -17626,29 +17626,29 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaConstantsUpdateConstant" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Everything for a constant", "description": "This example shows how to update all properties of the 'Speed of light in Vacuum' constant (guid = 0000000f-0004-4fff-8fff-0000ffff0000) from the MI_Training database. Its unit is changed to 'Ohm'", "value": { "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", "value": 376.730313668, "name": "characteristic impedance of vacuum", - "guid": "52cb8844-44f6-48d8-9c73-aa09261b337d" + "guid": "12cad3e5-23fc-43f2-b6a1-46a02e105af3" } }, - "Example 2": { + "Example 8": { "summary": "Update name", "description": "This example shows how to update the 'Name' property of the 'Speed of light in Vacuum' constant (guid = 0000000f-0004-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "characteristic impedance of vacuum" } }, - "Example 3": { + "Example 9": { "summary": "Update guid and unit", "description": "This example shows how to update the 'Guid' and 'Unit' properties of the 'Speed of light in Vacuum' constant (guid = 0000000f-0004-4fff-8fff-0000ffff0000) from the MI_Training database. Its unit is changed to 'Ohm'", "value": { "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", - "guid": "73b8086d-19e3-4976-a7d9-52fcef9e57a3" + "guid": "3cf48c91-a1d6-45fb-b0fb-b265b117b2db" } } } @@ -17658,29 +17658,29 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaConstantsUpdateConstant" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Everything for a constant", "description": "This example shows how to update all properties of the 'Speed of light in Vacuum' constant (guid = 0000000f-0004-4fff-8fff-0000ffff0000) from the MI_Training database. Its unit is changed to 'Ohm'", "value": { "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", "value": 376.730313668, "name": "characteristic impedance of vacuum", - "guid": "52cb8844-44f6-48d8-9c73-aa09261b337d" + "guid": "12cad3e5-23fc-43f2-b6a1-46a02e105af3" } }, - "Example 2": { + "Example 8": { "summary": "Update name", "description": "This example shows how to update the 'Name' property of the 'Speed of light in Vacuum' constant (guid = 0000000f-0004-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "characteristic impedance of vacuum" } }, - "Example 3": { + "Example 9": { "summary": "Update guid and unit", "description": "This example shows how to update the 'Guid' and 'Unit' properties of the 'Speed of light in Vacuum' constant (guid = 0000000f-0004-4fff-8fff-0000ffff0000) from the MI_Training database. Its unit is changed to 'Ohm'", "value": { "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", - "guid": "73b8086d-19e3-4976-a7d9-52fcef9e57a3" + "guid": "3cf48c91-a1d6-45fb-b0fb-b265b117b2db" } } } @@ -17690,29 +17690,29 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaConstantsUpdateConstant" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Everything for a constant", "description": "This example shows how to update all properties of the 'Speed of light in Vacuum' constant (guid = 0000000f-0004-4fff-8fff-0000ffff0000) from the MI_Training database. Its unit is changed to 'Ohm'", "value": { "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", "value": 376.730313668, "name": "characteristic impedance of vacuum", - "guid": "52cb8844-44f6-48d8-9c73-aa09261b337d" + "guid": "12cad3e5-23fc-43f2-b6a1-46a02e105af3" } }, - "Example 2": { + "Example 8": { "summary": "Update name", "description": "This example shows how to update the 'Name' property of the 'Speed of light in Vacuum' constant (guid = 0000000f-0004-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "characteristic impedance of vacuum" } }, - "Example 3": { + "Example 9": { "summary": "Update guid and unit", "description": "This example shows how to update the 'Guid' and 'Unit' properties of the 'Speed of light in Vacuum' constant (guid = 0000000f-0004-4fff-8fff-0000ffff0000) from the MI_Training database. Its unit is changed to 'Ohm'", "value": { "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", - "guid": "73b8086d-19e3-4976-a7d9-52fcef9e57a3" + "guid": "3cf48c91-a1d6-45fb-b0fb-b265b117b2db" } } } @@ -17873,7 +17873,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaDataRulesCreateDataRule" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Data rule for attributes", "description": "This example demonstrates how to create a new data rule.", "value": { @@ -17889,7 +17889,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaDataRulesCreateDataRule" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Data rule for attributes", "description": "This example demonstrates how to create a new data rule.", "value": { @@ -17905,7 +17905,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaDataRulesCreateDataRule" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Data rule for attributes", "description": "This example demonstrates how to create a new data rule.", "value": { @@ -17921,7 +17921,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaDataRulesCreateDataRule" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Data rule for attributes", "description": "This example demonstrates how to create a new data rule.", "value": { @@ -18203,7 +18203,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaUpdateDatabase" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Update everything in a database", "description": "This example shows how to update all properties of the MI_Training database.", "value": { @@ -18211,9 +18211,9 @@ "company": "ANSYS, Inc. (updated)", "notes": "MI Training Database for Granta MI v2022R2 and above.\r\n\r\n\nThis database has been developed to support training classes. Any other use of this database will not be supported by Ansys Granta. (Updated)", "currencyCode": "PLN", - "versionGuid": "c4f8066c-ae88-4031-9528-eb577b95ca95", + "versionGuid": "3398279e-f293-4b76-a14d-e12474d5c4f5", "name": "MI Training (Updated)", - "guid": "5cb46f76-c9a1-4e49-88bc-f952508b72ec" + "guid": "e49cd524-1a91-438a-8dfb-440e1cab8754" } }, "Update the author": { @@ -18229,7 +18229,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaUpdateDatabase" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Update everything in a database", "description": "This example shows how to update all properties of the MI_Training database.", "value": { @@ -18237,9 +18237,9 @@ "company": "ANSYS, Inc. (updated)", "notes": "MI Training Database for Granta MI v2022R2 and above.\r\n\r\n\nThis database has been developed to support training classes. Any other use of this database will not be supported by Ansys Granta. (Updated)", "currencyCode": "PLN", - "versionGuid": "c4f8066c-ae88-4031-9528-eb577b95ca95", + "versionGuid": "3398279e-f293-4b76-a14d-e12474d5c4f5", "name": "MI Training (Updated)", - "guid": "5cb46f76-c9a1-4e49-88bc-f952508b72ec" + "guid": "e49cd524-1a91-438a-8dfb-440e1cab8754" } }, "Update the author": { @@ -18255,7 +18255,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaUpdateDatabase" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Update everything in a database", "description": "This example shows how to update all properties of the MI_Training database.", "value": { @@ -18263,9 +18263,9 @@ "company": "ANSYS, Inc. (updated)", "notes": "MI Training Database for Granta MI v2022R2 and above.\r\n\r\n\nThis database has been developed to support training classes. Any other use of this database will not be supported by Ansys Granta. (Updated)", "currencyCode": "PLN", - "versionGuid": "c4f8066c-ae88-4031-9528-eb577b95ca95", + "versionGuid": "3398279e-f293-4b76-a14d-e12474d5c4f5", "name": "MI Training (Updated)", - "guid": "5cb46f76-c9a1-4e49-88bc-f952508b72ec" + "guid": "e49cd524-1a91-438a-8dfb-440e1cab8754" } }, "Update the author": { @@ -18281,7 +18281,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaUpdateDatabase" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Update everything in a database", "description": "This example shows how to update all properties of the MI_Training database.", "value": { @@ -18289,9 +18289,9 @@ "company": "ANSYS, Inc. (updated)", "notes": "MI Training Database for Granta MI v2022R2 and above.\r\n\r\n\nThis database has been developed to support training classes. Any other use of this database will not be supported by Ansys Granta. (Updated)", "currencyCode": "PLN", - "versionGuid": "c4f8066c-ae88-4031-9528-eb577b95ca95", + "versionGuid": "3398279e-f293-4b76-a14d-e12474d5c4f5", "name": "MI Training (Updated)", - "guid": "5cb46f76-c9a1-4e49-88bc-f952508b72ec" + "guid": "e49cd524-1a91-438a-8dfb-440e1cab8754" } }, "Update the author": { @@ -18468,7 +18468,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaDiscreteTypesCreateDiscreteType" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Ordered Discrete Type", "description": "This example demonstrates how to create a new ordered discrete type for the MI_Training database.", "value": { @@ -18476,7 +18476,7 @@ "name": "Ordered Discrete Type" } }, - "Example 2": { + "Example 6": { "summary": "Unordered Discrete Type", "description": "This example demonstrates how to create a new unordered discrete type for the MI_Training database.", "value": { @@ -18491,7 +18491,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaDiscreteTypesCreateDiscreteType" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Ordered Discrete Type", "description": "This example demonstrates how to create a new ordered discrete type for the MI_Training database.", "value": { @@ -18499,7 +18499,7 @@ "name": "Ordered Discrete Type" } }, - "Example 2": { + "Example 6": { "summary": "Unordered Discrete Type", "description": "This example demonstrates how to create a new unordered discrete type for the MI_Training database.", "value": { @@ -18514,7 +18514,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaDiscreteTypesCreateDiscreteType" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Ordered Discrete Type", "description": "This example demonstrates how to create a new ordered discrete type for the MI_Training database.", "value": { @@ -18522,7 +18522,7 @@ "name": "Ordered Discrete Type" } }, - "Example 2": { + "Example 6": { "summary": "Unordered Discrete Type", "description": "This example demonstrates how to create a new unordered discrete type for the MI_Training database.", "value": { @@ -18537,7 +18537,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaDiscreteTypesCreateDiscreteType" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Ordered Discrete Type", "description": "This example demonstrates how to create a new ordered discrete type for the MI_Training database.", "value": { @@ -18545,7 +18545,7 @@ "name": "Ordered Discrete Type" } }, - "Example 2": { + "Example 6": { "summary": "Unordered Discrete Type", "description": "This example demonstrates how to create a new unordered discrete type for the MI_Training database.", "value": { @@ -18878,19 +18878,19 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaDiscreteValuesCreateDiscreteValue" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Discrete Value", "description": "This example demonstrates how to create a new discrete value.", "value": { "name": "New Discrete Value 1" } }, - "Example 2": { + "Example 6": { "summary": "Discrete Value with Guid", "description": "This example demonstrates how to create a new discrete value with a specified guid value.", "value": { "name": "New Discrete Value 2", - "guid": "e08122e8-7582-40c6-ba8a-b6af5b50d937" + "guid": "86b73596-d71c-411b-bb70-08350ab84526" } } } @@ -18900,19 +18900,19 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaDiscreteValuesCreateDiscreteValue" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Discrete Value", "description": "This example demonstrates how to create a new discrete value.", "value": { "name": "New Discrete Value 1" } }, - "Example 2": { + "Example 6": { "summary": "Discrete Value with Guid", "description": "This example demonstrates how to create a new discrete value with a specified guid value.", "value": { "name": "New Discrete Value 2", - "guid": "e08122e8-7582-40c6-ba8a-b6af5b50d937" + "guid": "86b73596-d71c-411b-bb70-08350ab84526" } } } @@ -18922,19 +18922,19 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaDiscreteValuesCreateDiscreteValue" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Discrete Value", "description": "This example demonstrates how to create a new discrete value.", "value": { "name": "New Discrete Value 1" } }, - "Example 2": { + "Example 6": { "summary": "Discrete Value with Guid", "description": "This example demonstrates how to create a new discrete value with a specified guid value.", "value": { "name": "New Discrete Value 2", - "guid": "e08122e8-7582-40c6-ba8a-b6af5b50d937" + "guid": "86b73596-d71c-411b-bb70-08350ab84526" } } } @@ -18944,19 +18944,19 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaDiscreteValuesCreateDiscreteValue" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Discrete Value", "description": "This example demonstrates how to create a new discrete value.", "value": { "name": "New Discrete Value 1" } }, - "Example 2": { + "Example 6": { "summary": "Discrete Value with Guid", "description": "This example demonstrates how to create a new discrete value with a specified guid value.", "value": { "name": "New Discrete Value 2", - "guid": "e08122e8-7582-40c6-ba8a-b6af5b50d937" + "guid": "86b73596-d71c-411b-bb70-08350ab84526" } } } @@ -19437,7 +19437,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesCreateFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Exporter Folder", "description": "This example demonstrates how to create a new exporter folder under the root 'Exporters' folder.", "value": { @@ -19452,7 +19452,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesCreateFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Exporter Folder", "description": "This example demonstrates how to create a new exporter folder under the root 'Exporters' folder.", "value": { @@ -19467,7 +19467,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesCreateFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Exporter Folder", "description": "This example demonstrates how to create a new exporter folder under the root 'Exporters' folder.", "value": { @@ -19482,7 +19482,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesCreateFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Exporter Folder", "description": "This example demonstrates how to create a new exporter folder under the root 'Exporters' folder.", "value": { @@ -19694,18 +19694,18 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFolder" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Rename Exporter Folder", "description": "This example demonstrates how to rename an existing Exporter folder.", "value": { "name": "New Folder Name" } }, - "Example 2": { + "Example 6": { "summary": "Change guid for Exporter Folder", "description": "This example demonstrates how to modify the guid of an existing Exporter folder.", "value": { - "guid": "6357a2db-2c1e-415c-a749-9a551554c2c3" + "guid": "e382a69c-d6dd-45e0-82d1-7c73e48180f9" } } } @@ -19715,18 +19715,18 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFolder" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Rename Exporter Folder", "description": "This example demonstrates how to rename an existing Exporter folder.", "value": { "name": "New Folder Name" } }, - "Example 2": { + "Example 6": { "summary": "Change guid for Exporter Folder", "description": "This example demonstrates how to modify the guid of an existing Exporter folder.", "value": { - "guid": "6357a2db-2c1e-415c-a749-9a551554c2c3" + "guid": "e382a69c-d6dd-45e0-82d1-7c73e48180f9" } } } @@ -19736,18 +19736,18 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFolder" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Rename Exporter Folder", "description": "This example demonstrates how to rename an existing Exporter folder.", "value": { "name": "New Folder Name" } }, - "Example 2": { + "Example 6": { "summary": "Change guid for Exporter Folder", "description": "This example demonstrates how to modify the guid of an existing Exporter folder.", "value": { - "guid": "6357a2db-2c1e-415c-a749-9a551554c2c3" + "guid": "e382a69c-d6dd-45e0-82d1-7c73e48180f9" } } } @@ -19757,18 +19757,18 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFolder" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Rename Exporter Folder", "description": "This example demonstrates how to rename an existing Exporter folder.", "value": { "name": "New Folder Name" } }, - "Example 2": { + "Example 6": { "summary": "Change guid for Exporter Folder", "description": "This example demonstrates how to modify the guid of an existing Exporter folder.", "value": { - "guid": "6357a2db-2c1e-415c-a749-9a551554c2c3" + "guid": "e382a69c-d6dd-45e0-82d1-7c73e48180f9" } } } @@ -20035,7 +20035,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Exporter Folder", "description": "This example demonstrates how to move an existing exporter folder to be under the root 'Exporters' folder.", "value": { @@ -20049,7 +20049,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Exporter Folder", "description": "This example demonstrates how to move an existing exporter folder to be under the root 'Exporters' folder.", "value": { @@ -20063,7 +20063,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Exporter Folder", "description": "This example demonstrates how to move an existing exporter folder to be under the root 'Exporters' folder.", "value": { @@ -20077,7 +20077,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Exporter Folder", "description": "This example demonstrates how to move an existing exporter folder to be under the root 'Exporters' folder.", "value": { @@ -20171,11 +20171,11 @@ "files": [ { "name": "exporter-1.exp", - "guid": "1e0c6757-2bbc-4508-b46c-3c70bfb5c280" + "guid": "4ed6440b-0ed3-479b-826a-ba0b71a5bc36" }, { "name": "no-transform.xslt", - "guid": "6f5c7770-2011-494b-a475-3fd3c452868b" + "guid": "e7f60bc7-81f6-4570-b7a8-451dfcfb5777" } ] } @@ -20188,11 +20188,11 @@ "files": [ { "name": "exporter-1.exp", - "guid": "1e0c6757-2bbc-4508-b46c-3c70bfb5c280" + "guid": "4ed6440b-0ed3-479b-826a-ba0b71a5bc36" }, { "name": "no-transform.xslt", - "guid": "6f5c7770-2011-494b-a475-3fd3c452868b" + "guid": "e7f60bc7-81f6-4570-b7a8-451dfcfb5777" } ] } @@ -20205,11 +20205,11 @@ "files": [ { "name": "exporter-1.exp", - "guid": "1e0c6757-2bbc-4508-b46c-3c70bfb5c280" + "guid": "4ed6440b-0ed3-479b-826a-ba0b71a5bc36" }, { "name": "no-transform.xslt", - "guid": "6f5c7770-2011-494b-a475-3fd3c452868b" + "guid": "e7f60bc7-81f6-4570-b7a8-451dfcfb5777" } ] } @@ -20287,7 +20287,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "c77e77fd-a8ac-46d1-be4d-ca1f595f07b5" + "guid": "1cb08797-aa43-4522-86c0-ab155c647b7d" } }, "application/json": { @@ -20301,7 +20301,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "c77e77fd-a8ac-46d1-be4d-ca1f595f07b5" + "guid": "1cb08797-aa43-4522-86c0-ab155c647b7d" } }, "text/json": { @@ -20315,7 +20315,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "c77e77fd-a8ac-46d1-be4d-ca1f595f07b5" + "guid": "1cb08797-aa43-4522-86c0-ab155c647b7d" } } } @@ -20382,7 +20382,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "0fe4a8b0-719d-4461-b0ea-070d74cb1746" + "guid": "9afa39fa-3de5-4ae5-bd94-05268114b33a" } }, "application/json": { @@ -20396,7 +20396,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "0fe4a8b0-719d-4461-b0ea-070d74cb1746" + "guid": "9afa39fa-3de5-4ae5-bd94-05268114b33a" } }, "text/json": { @@ -20410,7 +20410,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "0fe4a8b0-719d-4461-b0ea-070d74cb1746" + "guid": "9afa39fa-3de5-4ae5-bd94-05268114b33a" } } } @@ -20461,25 +20461,25 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFile" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Rename Exporter File", "description": "This example demonstrates how to rename an existing Exporter file.", "value": { "name": "New File Name" } }, - "Example 2": { + "Example 8": { "summary": "Modify the description for an Exporter File", "description": "This example demonstrates how to change the description for an existing Exporter file.", "value": { "description": "New description for Exporter file." } }, - "Example 3": { + "Example 9": { "summary": "Change guid for Exporter File", "description": "This example demonstrates how to modify the guid of an existing Exporter file.", "value": { - "guid": "485f4965-13b0-4510-acd9-292c7f11b63d" + "guid": "f3c8a470-6a64-438c-8ae0-f8f96019bb12" } } } @@ -20489,25 +20489,25 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFile" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Rename Exporter File", "description": "This example demonstrates how to rename an existing Exporter file.", "value": { "name": "New File Name" } }, - "Example 2": { + "Example 8": { "summary": "Modify the description for an Exporter File", "description": "This example demonstrates how to change the description for an existing Exporter file.", "value": { "description": "New description for Exporter file." } }, - "Example 3": { + "Example 9": { "summary": "Change guid for Exporter File", "description": "This example demonstrates how to modify the guid of an existing Exporter file.", "value": { - "guid": "485f4965-13b0-4510-acd9-292c7f11b63d" + "guid": "f3c8a470-6a64-438c-8ae0-f8f96019bb12" } } } @@ -20517,25 +20517,25 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFile" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Rename Exporter File", "description": "This example demonstrates how to rename an existing Exporter file.", "value": { "name": "New File Name" } }, - "Example 2": { + "Example 8": { "summary": "Modify the description for an Exporter File", "description": "This example demonstrates how to change the description for an existing Exporter file.", "value": { "description": "New description for Exporter file." } }, - "Example 3": { + "Example 9": { "summary": "Change guid for Exporter File", "description": "This example demonstrates how to modify the guid of an existing Exporter file.", "value": { - "guid": "485f4965-13b0-4510-acd9-292c7f11b63d" + "guid": "f3c8a470-6a64-438c-8ae0-f8f96019bb12" } } } @@ -20545,25 +20545,25 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFile" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Rename Exporter File", "description": "This example demonstrates how to rename an existing Exporter file.", "value": { "name": "New File Name" } }, - "Example 2": { + "Example 8": { "summary": "Modify the description for an Exporter File", "description": "This example demonstrates how to change the description for an existing Exporter file.", "value": { "description": "New description for Exporter file." } }, - "Example 3": { + "Example 9": { "summary": "Change guid for Exporter File", "description": "This example demonstrates how to modify the guid of an existing Exporter file.", "value": { - "guid": "485f4965-13b0-4510-acd9-292c7f11b63d" + "guid": "f3c8a470-6a64-438c-8ae0-f8f96019bb12" } } } @@ -20585,7 +20585,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "16e30ec6-1453-4740-955d-f04813d59798" + "guid": "10b55267-e4cf-4ff7-82aa-229faa0118f8" } }, "application/json": { @@ -20599,7 +20599,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "16e30ec6-1453-4740-955d-f04813d59798" + "guid": "10b55267-e4cf-4ff7-82aa-229faa0118f8" } }, "text/json": { @@ -20613,7 +20613,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "16e30ec6-1453-4740-955d-f04813d59798" + "guid": "10b55267-e4cf-4ff7-82aa-229faa0118f8" } } } @@ -20763,7 +20763,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFile" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Exporter File", "description": "This example demonstrates how to move an existing Exporter file to be under the root 'Exporters' folder.", "value": { @@ -20777,7 +20777,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFile" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Exporter File", "description": "This example demonstrates how to move an existing Exporter file to be under the root 'Exporters' folder.", "value": { @@ -20791,7 +20791,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFile" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Exporter File", "description": "This example demonstrates how to move an existing Exporter file to be under the root 'Exporters' folder.", "value": { @@ -20805,7 +20805,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFile" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Exporter File", "description": "This example demonstrates how to move an existing Exporter file to be under the root 'Exporters' folder.", "value": { @@ -20831,7 +20831,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "980376e1-a58a-4943-8108-7f678de8b92f" + "guid": "8860afa5-b950-41fa-85fb-9c79baccfbe8" } }, "application/json": { @@ -20845,7 +20845,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "980376e1-a58a-4943-8108-7f678de8b92f" + "guid": "8860afa5-b950-41fa-85fb-9c79baccfbe8" } }, "text/json": { @@ -20859,7 +20859,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "980376e1-a58a-4943-8108-7f678de8b92f" + "guid": "8860afa5-b950-41fa-85fb-9c79baccfbe8" } } } @@ -20935,7 +20935,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaExpressionsExpressionsInfo" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Get all expressions", "description": "This example demonstrates the response to getting all expressions from 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from MI_Training database.", "value": { @@ -20988,7 +20988,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaExpressionsCreateExpression" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Expression", "description": "This example demonstrates how to create a new expression for 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') in the MI_Training database.", "value": { @@ -20996,16 +20996,16 @@ "name": "Simple expression" } }, - "Example 2": { + "Example 8": { "summary": "Expression with specified guid", "description": "This example demonstrates how to create a new expression for 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') in the MI_Training database with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "value": "[A:Tensile strength] + [P:Stress Ratio] * [A:Yield strength (elastic limit)] / log10(20000000) + 5", "name": "Simple expression with specified guid", - "guid": "494234ac-12b8-4b3b-b659-a0346ec3450f" + "guid": "77612879-97f9-4a56-b7c5-0ce89493fb35" } }, - "Example 3": { + "Example 9": { "summary": "Expression with specified unit", "description": "This example demonstrates how to create a new expression for 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') with a specified unit 'ohm' from the MI_Training database.", "value": { @@ -21023,7 +21023,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaExpressionsCreateExpression" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Expression", "description": "This example demonstrates how to create a new expression for 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') in the MI_Training database.", "value": { @@ -21031,16 +21031,16 @@ "name": "Simple expression" } }, - "Example 2": { + "Example 8": { "summary": "Expression with specified guid", "description": "This example demonstrates how to create a new expression for 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') in the MI_Training database with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "value": "[A:Tensile strength] + [P:Stress Ratio] * [A:Yield strength (elastic limit)] / log10(20000000) + 5", "name": "Simple expression with specified guid", - "guid": "494234ac-12b8-4b3b-b659-a0346ec3450f" + "guid": "77612879-97f9-4a56-b7c5-0ce89493fb35" } }, - "Example 3": { + "Example 9": { "summary": "Expression with specified unit", "description": "This example demonstrates how to create a new expression for 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') with a specified unit 'ohm' from the MI_Training database.", "value": { @@ -21058,7 +21058,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaExpressionsCreateExpression" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Expression", "description": "This example demonstrates how to create a new expression for 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') in the MI_Training database.", "value": { @@ -21066,16 +21066,16 @@ "name": "Simple expression" } }, - "Example 2": { + "Example 8": { "summary": "Expression with specified guid", "description": "This example demonstrates how to create a new expression for 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') in the MI_Training database with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "value": "[A:Tensile strength] + [P:Stress Ratio] * [A:Yield strength (elastic limit)] / log10(20000000) + 5", "name": "Simple expression with specified guid", - "guid": "494234ac-12b8-4b3b-b659-a0346ec3450f" + "guid": "77612879-97f9-4a56-b7c5-0ce89493fb35" } }, - "Example 3": { + "Example 9": { "summary": "Expression with specified unit", "description": "This example demonstrates how to create a new expression for 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') with a specified unit 'ohm' from the MI_Training database.", "value": { @@ -21093,7 +21093,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaExpressionsCreateExpression" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Expression", "description": "This example demonstrates how to create a new expression for 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') in the MI_Training database.", "value": { @@ -21101,16 +21101,16 @@ "name": "Simple expression" } }, - "Example 2": { + "Example 8": { "summary": "Expression with specified guid", "description": "This example demonstrates how to create a new expression for 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') in the MI_Training database with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "value": "[A:Tensile strength] + [P:Stress Ratio] * [A:Yield strength (elastic limit)] / log10(20000000) + 5", "name": "Simple expression with specified guid", - "guid": "494234ac-12b8-4b3b-b659-a0346ec3450f" + "guid": "77612879-97f9-4a56-b7c5-0ce89493fb35" } }, - "Example 3": { + "Example 9": { "summary": "Expression with specified unit", "description": "This example demonstrates how to create a new expression for 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') with a specified unit 'ohm' from the MI_Training database.", "value": { @@ -21134,7 +21134,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaExpressionsExpression" }, "examples": { - "Example 2": { + "Example 8": { "summary": "Get expression", "description": "This example demonstrates the response to getting 'Fatigue Model' expression (GUID = '535074aa-216f-4f60-b13e-f5e8be72d05f') from 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from MI_Training database.", "value": { @@ -21264,7 +21264,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaExpressionsExpression" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Get expression", "description": "This example demonstrates the response to getting 'Fatigue Model' expression (GUID = '535074aa-216f-4f60-b13e-f5e8be72d05f') from 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from MI_Training database.", "value": { @@ -21360,7 +21360,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaExpressionsUpdateExpression" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Everything for an expression", "description": "This example demonstrates how to update all properties of the 'Fatigue Model' expression (guid = 535074aa-216f-4f60-b13e-f5e8be72d05f) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Unit will be set to kg.", "value": { @@ -21369,10 +21369,10 @@ "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, "name": "Fatigue Model (Updated)", - "guid": "d7e14ba8-7811-4c5e-a6ef-6d6d2baf341a" + "guid": "31e62fc5-fb66-4669-b028-3430887c264a" } }, - "Example 2": { + "Example 6": { "summary": "Rename expression", "description": "This example demonstrates how to update the 'Name' property of the 'Fatigue Model' expression (guid = 535074aa-216f-4f60-b13e-f5e8be72d05f) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -21386,7 +21386,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaExpressionsUpdateExpression" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Everything for an expression", "description": "This example demonstrates how to update all properties of the 'Fatigue Model' expression (guid = 535074aa-216f-4f60-b13e-f5e8be72d05f) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Unit will be set to kg.", "value": { @@ -21395,10 +21395,10 @@ "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, "name": "Fatigue Model (Updated)", - "guid": "d7e14ba8-7811-4c5e-a6ef-6d6d2baf341a" + "guid": "31e62fc5-fb66-4669-b028-3430887c264a" } }, - "Example 2": { + "Example 6": { "summary": "Rename expression", "description": "This example demonstrates how to update the 'Name' property of the 'Fatigue Model' expression (guid = 535074aa-216f-4f60-b13e-f5e8be72d05f) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -21412,7 +21412,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaExpressionsUpdateExpression" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Everything for an expression", "description": "This example demonstrates how to update all properties of the 'Fatigue Model' expression (guid = 535074aa-216f-4f60-b13e-f5e8be72d05f) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Unit will be set to kg.", "value": { @@ -21421,10 +21421,10 @@ "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, "name": "Fatigue Model (Updated)", - "guid": "d7e14ba8-7811-4c5e-a6ef-6d6d2baf341a" + "guid": "31e62fc5-fb66-4669-b028-3430887c264a" } }, - "Example 2": { + "Example 6": { "summary": "Rename expression", "description": "This example demonstrates how to update the 'Name' property of the 'Fatigue Model' expression (guid = 535074aa-216f-4f60-b13e-f5e8be72d05f) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -21438,7 +21438,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaExpressionsUpdateExpression" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Everything for an expression", "description": "This example demonstrates how to update all properties of the 'Fatigue Model' expression (guid = 535074aa-216f-4f60-b13e-f5e8be72d05f) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Unit will be set to kg.", "value": { @@ -21447,10 +21447,10 @@ "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, "name": "Fatigue Model (Updated)", - "guid": "d7e14ba8-7811-4c5e-a6ef-6d6d2baf341a" + "guid": "31e62fc5-fb66-4669-b028-3430887c264a" } }, - "Example 2": { + "Example 6": { "summary": "Rename expression", "description": "This example demonstrates how to update the 'Name' property of the 'Fatigue Model' expression (guid = 535074aa-216f-4f60-b13e-f5e8be72d05f) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -21470,7 +21470,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaExpressionsExpression" }, "examples": { - "Example 3": { + "Example 9": { "summary": "Get expression", "description": "This example demonstrates the response to getting 'Fatigue Model' expression (GUID = '535074aa-216f-4f60-b13e-f5e8be72d05f') from 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from MI_Training database.", "value": { @@ -21716,7 +21716,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesCreateFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Help File Folder", "description": "This example demonstrates how to create a new help file folder under the root 'Help Pages' folder.", "value": { @@ -21731,7 +21731,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesCreateFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Help File Folder", "description": "This example demonstrates how to create a new help file folder under the root 'Help Pages' folder.", "value": { @@ -21746,7 +21746,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesCreateFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Help File Folder", "description": "This example demonstrates how to create a new help file folder under the root 'Help Pages' folder.", "value": { @@ -21761,7 +21761,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesCreateFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Help File Folder", "description": "This example demonstrates how to create a new help file folder under the root 'Help Pages' folder.", "value": { @@ -21973,18 +21973,18 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFolder" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Rename Help File Folder", "description": "This example demonstrates how to rename an existing help file folder.", "value": { "name": "New Folder Name" } }, - "Example 2": { + "Example 6": { "summary": "Change guid for Help File Folder", "description": "This example demonstrates how to modify the guid of an existing help file folder.", "value": { - "guid": "1897d27b-ce9f-4f2e-9a54-6915221748f5" + "guid": "8d160abe-dd64-4c3c-8c43-8e89c78ebbda" } } } @@ -21994,18 +21994,18 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFolder" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Rename Help File Folder", "description": "This example demonstrates how to rename an existing help file folder.", "value": { "name": "New Folder Name" } }, - "Example 2": { + "Example 6": { "summary": "Change guid for Help File Folder", "description": "This example demonstrates how to modify the guid of an existing help file folder.", "value": { - "guid": "1897d27b-ce9f-4f2e-9a54-6915221748f5" + "guid": "8d160abe-dd64-4c3c-8c43-8e89c78ebbda" } } } @@ -22015,18 +22015,18 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFolder" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Rename Help File Folder", "description": "This example demonstrates how to rename an existing help file folder.", "value": { "name": "New Folder Name" } }, - "Example 2": { + "Example 6": { "summary": "Change guid for Help File Folder", "description": "This example demonstrates how to modify the guid of an existing help file folder.", "value": { - "guid": "1897d27b-ce9f-4f2e-9a54-6915221748f5" + "guid": "8d160abe-dd64-4c3c-8c43-8e89c78ebbda" } } } @@ -22036,18 +22036,18 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFolder" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Rename Help File Folder", "description": "This example demonstrates how to rename an existing help file folder.", "value": { "name": "New Folder Name" } }, - "Example 2": { + "Example 6": { "summary": "Change guid for Help File Folder", "description": "This example demonstrates how to modify the guid of an existing help file folder.", "value": { - "guid": "1897d27b-ce9f-4f2e-9a54-6915221748f5" + "guid": "8d160abe-dd64-4c3c-8c43-8e89c78ebbda" } } } @@ -22264,7 +22264,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Help File Folder", "description": "This example demonstrates how to move an existing help file folder to be under the root 'Help Pages' folder.", "value": { @@ -22278,7 +22278,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Help File Folder", "description": "This example demonstrates how to move an existing help file folder to be under the root 'Help Pages' folder.", "value": { @@ -22292,7 +22292,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Help File Folder", "description": "This example demonstrates how to move an existing help file folder to be under the root 'Help Pages' folder.", "value": { @@ -22306,7 +22306,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Help File Folder", "description": "This example demonstrates how to move an existing help file folder to be under the root 'Help Pages' folder.", "value": { @@ -22516,7 +22516,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "24dc6df4-9b83-4054-8543-487da8b1cab8" + "guid": "6c07b868-677e-41bc-9c7a-50103a9b6a33" } }, "application/json": { @@ -22530,7 +22530,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "24dc6df4-9b83-4054-8543-487da8b1cab8" + "guid": "6c07b868-677e-41bc-9c7a-50103a9b6a33" } }, "text/json": { @@ -22544,7 +22544,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "24dc6df4-9b83-4054-8543-487da8b1cab8" + "guid": "6c07b868-677e-41bc-9c7a-50103a9b6a33" } } } @@ -22690,25 +22690,25 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFile" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Rename Help File", "description": "This example demonstrates how to rename an existing help file.", "value": { "name": "New File Name" } }, - "Example 2": { + "Example 8": { "summary": "Modify the description for a Help File", "description": "This example demonstrates how to change the description for an existing help file.", "value": { "description": "New description for help file." } }, - "Example 3": { + "Example 9": { "summary": "Change guid for Help File", "description": "This example demonstrates how to modify the guid of an existing help file.", "value": { - "guid": "d4ba7aea-d491-4ccd-b480-3e8bf390e311" + "guid": "555fe753-e7a5-44d9-9e04-51a500b77b70" } } } @@ -22718,25 +22718,25 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFile" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Rename Help File", "description": "This example demonstrates how to rename an existing help file.", "value": { "name": "New File Name" } }, - "Example 2": { + "Example 8": { "summary": "Modify the description for a Help File", "description": "This example demonstrates how to change the description for an existing help file.", "value": { "description": "New description for help file." } }, - "Example 3": { + "Example 9": { "summary": "Change guid for Help File", "description": "This example demonstrates how to modify the guid of an existing help file.", "value": { - "guid": "d4ba7aea-d491-4ccd-b480-3e8bf390e311" + "guid": "555fe753-e7a5-44d9-9e04-51a500b77b70" } } } @@ -22746,25 +22746,25 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFile" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Rename Help File", "description": "This example demonstrates how to rename an existing help file.", "value": { "name": "New File Name" } }, - "Example 2": { + "Example 8": { "summary": "Modify the description for a Help File", "description": "This example demonstrates how to change the description for an existing help file.", "value": { "description": "New description for help file." } }, - "Example 3": { + "Example 9": { "summary": "Change guid for Help File", "description": "This example demonstrates how to modify the guid of an existing help file.", "value": { - "guid": "d4ba7aea-d491-4ccd-b480-3e8bf390e311" + "guid": "555fe753-e7a5-44d9-9e04-51a500b77b70" } } } @@ -22774,25 +22774,25 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFile" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Rename Help File", "description": "This example demonstrates how to rename an existing help file.", "value": { "name": "New File Name" } }, - "Example 2": { + "Example 8": { "summary": "Modify the description for a Help File", "description": "This example demonstrates how to change the description for an existing help file.", "value": { "description": "New description for help file." } }, - "Example 3": { + "Example 9": { "summary": "Change guid for Help File", "description": "This example demonstrates how to modify the guid of an existing help file.", "value": { - "guid": "d4ba7aea-d491-4ccd-b480-3e8bf390e311" + "guid": "555fe753-e7a5-44d9-9e04-51a500b77b70" } } } @@ -22814,7 +22814,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "97fecdca-8f1b-4125-8eb1-66722c6747d3" + "guid": "39434e2c-b789-4f44-ac92-2d7ac1c6b02c" } }, "application/json": { @@ -22828,7 +22828,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "97fecdca-8f1b-4125-8eb1-66722c6747d3" + "guid": "39434e2c-b789-4f44-ac92-2d7ac1c6b02c" } }, "text/json": { @@ -22842,7 +22842,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "97fecdca-8f1b-4125-8eb1-66722c6747d3" + "guid": "39434e2c-b789-4f44-ac92-2d7ac1c6b02c" } } } @@ -22992,7 +22992,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFile" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Help File", "description": "This example demonstrates how to move an existing help file to be under the root 'Help Pages' folder.", "value": { @@ -23006,7 +23006,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFile" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Help File", "description": "This example demonstrates how to move an existing help file to be under the root 'Help Pages' folder.", "value": { @@ -23020,7 +23020,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFile" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Help File", "description": "This example demonstrates how to move an existing help file to be under the root 'Help Pages' folder.", "value": { @@ -23034,7 +23034,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFile" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Help File", "description": "This example demonstrates how to move an existing help file to be under the root 'Help Pages' folder.", "value": { @@ -23060,7 +23060,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "bbe55a65-77e6-4e9f-997f-59a59be82631" + "guid": "c8c724ba-fb45-44a4-a4be-ad74d98553be" } }, "application/json": { @@ -23074,7 +23074,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "bbe55a65-77e6-4e9f-997f-59a59be82631" + "guid": "c8c724ba-fb45-44a4-a4be-ad74d98553be" } }, "text/json": { @@ -23088,7 +23088,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "bbe55a65-77e6-4e9f-997f-59a59be82631" + "guid": "c8c724ba-fb45-44a4-a4be-ad74d98553be" } } } @@ -23139,7 +23139,7 @@ { "parentGuid": "c13eb185-2558-4b4a-8395-33c031663925", "name": "images", - "guid": "4ea20645-5c56-433d-afac-4fd7b36477a0" + "guid": "bfdfd16f-af51-479e-865d-c07c98bf73cc" } ] } @@ -23157,7 +23157,7 @@ { "parentGuid": "c13eb185-2558-4b4a-8395-33c031663925", "name": "images", - "guid": "4ea20645-5c56-433d-afac-4fd7b36477a0" + "guid": "bfdfd16f-af51-479e-865d-c07c98bf73cc" } ] } @@ -23175,7 +23175,7 @@ { "parentGuid": "c13eb185-2558-4b4a-8395-33c031663925", "name": "images", - "guid": "4ea20645-5c56-433d-afac-4fd7b36477a0" + "guid": "bfdfd16f-af51-479e-865d-c07c98bf73cc" } ] } @@ -23210,7 +23210,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesCreateFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Home Page Folder", "description": "This example demonstrates how to create a new home page folder under the root 'Home Pages' folder.", "value": { @@ -23225,7 +23225,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesCreateFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Home Page Folder", "description": "This example demonstrates how to create a new home page folder under the root 'Home Pages' folder.", "value": { @@ -23240,7 +23240,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesCreateFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Home Page Folder", "description": "This example demonstrates how to create a new home page folder under the root 'Home Pages' folder.", "value": { @@ -23255,7 +23255,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesCreateFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Home Page Folder", "description": "This example demonstrates how to create a new home page folder under the root 'Home Pages' folder.", "value": { @@ -23405,7 +23405,7 @@ "example": { "parentGuid": "c13eb185-2558-4b4a-8395-33c031663925", "name": "images", - "guid": "2b42699d-5ea1-4975-9366-60d161748fcb" + "guid": "f1c59fe9-5135-47bf-b738-2a45cd7dae42" } }, "application/json": { @@ -23415,7 +23415,7 @@ "example": { "parentGuid": "c13eb185-2558-4b4a-8395-33c031663925", "name": "images", - "guid": "2b42699d-5ea1-4975-9366-60d161748fcb" + "guid": "f1c59fe9-5135-47bf-b738-2a45cd7dae42" } }, "text/json": { @@ -23425,7 +23425,7 @@ "example": { "parentGuid": "c13eb185-2558-4b4a-8395-33c031663925", "name": "images", - "guid": "2b42699d-5ea1-4975-9366-60d161748fcb" + "guid": "f1c59fe9-5135-47bf-b738-2a45cd7dae42" } } } @@ -23467,18 +23467,18 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFolder" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Rename Home Page Folder", "description": "This example demonstrates how to rename an existing home page folder.", "value": { "name": "New Folder Name" } }, - "Example 2": { + "Example 6": { "summary": "Change guid for Home Page Folder", "description": "This example demonstrates how to modify the guid of an existing home page folder.", "value": { - "guid": "fd76f569-4bbe-4e9b-8e1e-89403490286a" + "guid": "711d7454-1c61-4966-a1f1-1ae158c4d0ff" } } } @@ -23488,18 +23488,18 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFolder" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Rename Home Page Folder", "description": "This example demonstrates how to rename an existing home page folder.", "value": { "name": "New Folder Name" } }, - "Example 2": { + "Example 6": { "summary": "Change guid for Home Page Folder", "description": "This example demonstrates how to modify the guid of an existing home page folder.", "value": { - "guid": "fd76f569-4bbe-4e9b-8e1e-89403490286a" + "guid": "711d7454-1c61-4966-a1f1-1ae158c4d0ff" } } } @@ -23509,18 +23509,18 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFolder" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Rename Home Page Folder", "description": "This example demonstrates how to rename an existing home page folder.", "value": { "name": "New Folder Name" } }, - "Example 2": { + "Example 6": { "summary": "Change guid for Home Page Folder", "description": "This example demonstrates how to modify the guid of an existing home page folder.", "value": { - "guid": "fd76f569-4bbe-4e9b-8e1e-89403490286a" + "guid": "711d7454-1c61-4966-a1f1-1ae158c4d0ff" } } } @@ -23530,18 +23530,18 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFolder" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Rename Home Page Folder", "description": "This example demonstrates how to rename an existing home page folder.", "value": { "name": "New Folder Name" } }, - "Example 2": { + "Example 6": { "summary": "Change guid for Home Page Folder", "description": "This example demonstrates how to modify the guid of an existing home page folder.", "value": { - "guid": "fd76f569-4bbe-4e9b-8e1e-89403490286a" + "guid": "711d7454-1c61-4966-a1f1-1ae158c4d0ff" } } } @@ -23669,7 +23669,7 @@ { "parentGuid": "c13eb185-2558-4b4a-8395-33c031663925", "name": "images", - "guid": "85378156-233e-4e6b-bbdc-094ebb4d1823" + "guid": "7dc792ca-6942-40b7-9d61-ca2a42245a4d" } ] } @@ -23683,7 +23683,7 @@ { "parentGuid": "c13eb185-2558-4b4a-8395-33c031663925", "name": "images", - "guid": "85378156-233e-4e6b-bbdc-094ebb4d1823" + "guid": "7dc792ca-6942-40b7-9d61-ca2a42245a4d" } ] } @@ -23697,7 +23697,7 @@ { "parentGuid": "c13eb185-2558-4b4a-8395-33c031663925", "name": "images", - "guid": "85378156-233e-4e6b-bbdc-094ebb4d1823" + "guid": "7dc792ca-6942-40b7-9d61-ca2a42245a4d" } ] } @@ -23743,7 +23743,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Home Page Folder", "description": "This example demonstrates how to move an existing home page folder to be under the root 'Home Pages' folder.", "value": { @@ -23757,7 +23757,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Home Page Folder", "description": "This example demonstrates how to move an existing home page folder to be under the root 'Home Pages' folder.", "value": { @@ -23771,7 +23771,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Home Page Folder", "description": "This example demonstrates how to move an existing home page folder to be under the root 'Home Pages' folder.", "value": { @@ -23785,7 +23785,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFolder" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Home Page Folder", "description": "This example demonstrates how to move an existing home page folder to be under the root 'Home Pages' folder.", "value": { @@ -23879,11 +23879,11 @@ "files": [ { "name": "home-page-1.html", - "guid": "740f5be6-1e85-4fe4-a197-8eeca45c4a5b" + "guid": "576fe7ac-11f5-4bac-bfed-46798223e2cd" }, { "name": "home-page-2.html", - "guid": "5f0fc5ee-f3c7-4e38-9154-bfd1ffde61c1" + "guid": "c086588b-f05b-4ffd-8caa-8a8f02274680" } ] } @@ -23896,11 +23896,11 @@ "files": [ { "name": "home-page-1.html", - "guid": "740f5be6-1e85-4fe4-a197-8eeca45c4a5b" + "guid": "576fe7ac-11f5-4bac-bfed-46798223e2cd" }, { "name": "home-page-2.html", - "guid": "5f0fc5ee-f3c7-4e38-9154-bfd1ffde61c1" + "guid": "c086588b-f05b-4ffd-8caa-8a8f02274680" } ] } @@ -23913,11 +23913,11 @@ "files": [ { "name": "home-page-1.html", - "guid": "740f5be6-1e85-4fe4-a197-8eeca45c4a5b" + "guid": "576fe7ac-11f5-4bac-bfed-46798223e2cd" }, { "name": "home-page-2.html", - "guid": "5f0fc5ee-f3c7-4e38-9154-bfd1ffde61c1" + "guid": "c086588b-f05b-4ffd-8caa-8a8f02274680" } ] } @@ -23995,7 +23995,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "46e2ea6c-4504-42e8-8026-d9011de5f257" + "guid": "c928b86b-d811-4dbd-be42-48e7c9caf141" } }, "application/json": { @@ -24009,7 +24009,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "46e2ea6c-4504-42e8-8026-d9011de5f257" + "guid": "c928b86b-d811-4dbd-be42-48e7c9caf141" } }, "text/json": { @@ -24023,7 +24023,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "46e2ea6c-4504-42e8-8026-d9011de5f257" + "guid": "c928b86b-d811-4dbd-be42-48e7c9caf141" } } } @@ -24090,7 +24090,7 @@ "dataLength": 12895, "path": "HomePages", "name": "home-page.html", - "guid": "3561fd89-480a-4cbf-87ae-ab54198c13a3" + "guid": "8b9d9fbf-db55-411e-a161-5a4018baf50d" } }, "application/json": { @@ -24104,7 +24104,7 @@ "dataLength": 12895, "path": "HomePages", "name": "home-page.html", - "guid": "3561fd89-480a-4cbf-87ae-ab54198c13a3" + "guid": "8b9d9fbf-db55-411e-a161-5a4018baf50d" } }, "text/json": { @@ -24118,7 +24118,7 @@ "dataLength": 12895, "path": "HomePages", "name": "home-page.html", - "guid": "3561fd89-480a-4cbf-87ae-ab54198c13a3" + "guid": "8b9d9fbf-db55-411e-a161-5a4018baf50d" } } } @@ -24169,25 +24169,25 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFile" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Rename Home Page File", "description": "This example demonstrates how to rename an existing home page file.", "value": { "name": "New File Name" } }, - "Example 2": { + "Example 8": { "summary": "Modify the description for a Home Page File", "description": "This example demonstrates how to change the description for an existing home page file.", "value": { "description": "New description for home page file." } }, - "Example 3": { + "Example 9": { "summary": "Change guid for Home Page File", "description": "This example demonstrates how to modify the guid of an existing home page file.", "value": { - "guid": "c69d8f23-edf0-4f8a-92de-c2b2b81b405f" + "guid": "86b4a179-a1d7-4a0d-a124-af3e885b53c0" } } } @@ -24197,25 +24197,25 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFile" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Rename Home Page File", "description": "This example demonstrates how to rename an existing home page file.", "value": { "name": "New File Name" } }, - "Example 2": { + "Example 8": { "summary": "Modify the description for a Home Page File", "description": "This example demonstrates how to change the description for an existing home page file.", "value": { "description": "New description for home page file." } }, - "Example 3": { + "Example 9": { "summary": "Change guid for Home Page File", "description": "This example demonstrates how to modify the guid of an existing home page file.", "value": { - "guid": "c69d8f23-edf0-4f8a-92de-c2b2b81b405f" + "guid": "86b4a179-a1d7-4a0d-a124-af3e885b53c0" } } } @@ -24225,25 +24225,25 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFile" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Rename Home Page File", "description": "This example demonstrates how to rename an existing home page file.", "value": { "name": "New File Name" } }, - "Example 2": { + "Example 8": { "summary": "Modify the description for a Home Page File", "description": "This example demonstrates how to change the description for an existing home page file.", "value": { "description": "New description for home page file." } }, - "Example 3": { + "Example 9": { "summary": "Change guid for Home Page File", "description": "This example demonstrates how to modify the guid of an existing home page file.", "value": { - "guid": "c69d8f23-edf0-4f8a-92de-c2b2b81b405f" + "guid": "86b4a179-a1d7-4a0d-a124-af3e885b53c0" } } } @@ -24253,25 +24253,25 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesUpdateFile" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Rename Home Page File", "description": "This example demonstrates how to rename an existing home page file.", "value": { "name": "New File Name" } }, - "Example 2": { + "Example 8": { "summary": "Modify the description for a Home Page File", "description": "This example demonstrates how to change the description for an existing home page file.", "value": { "description": "New description for home page file." } }, - "Example 3": { + "Example 9": { "summary": "Change guid for Home Page File", "description": "This example demonstrates how to modify the guid of an existing home page file.", "value": { - "guid": "c69d8f23-edf0-4f8a-92de-c2b2b81b405f" + "guid": "86b4a179-a1d7-4a0d-a124-af3e885b53c0" } } } @@ -24293,7 +24293,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "242252c6-5747-466f-9c95-3cc0df509d87" + "guid": "9fe7339c-1dbf-4e10-a6d9-78c57218e770" } }, "application/json": { @@ -24307,7 +24307,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "242252c6-5747-466f-9c95-3cc0df509d87" + "guid": "9fe7339c-1dbf-4e10-a6d9-78c57218e770" } }, "text/json": { @@ -24321,7 +24321,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "242252c6-5747-466f-9c95-3cc0df509d87" + "guid": "9fe7339c-1dbf-4e10-a6d9-78c57218e770" } } } @@ -24471,7 +24471,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFile" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Home Page File", "description": "This example demonstrates how to move an existing home page file to be under the root 'Home Pages' folder.", "value": { @@ -24485,7 +24485,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFile" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Home Page File", "description": "This example demonstrates how to move an existing home page file to be under the root 'Home Pages' folder.", "value": { @@ -24499,7 +24499,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFile" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Home Page File", "description": "This example demonstrates how to move an existing home page file to be under the root 'Home Pages' folder.", "value": { @@ -24513,7 +24513,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaFilesMoveFile" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Move Home Page File", "description": "This example demonstrates how to move an existing home page file to be under the root 'Home Pages' folder.", "value": { @@ -24539,7 +24539,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "b0c0d65e-00dc-4b74-ba28-775be31344a6" + "guid": "cf9fb24b-9bbc-4bf5-aade-7e89e989c08a" } }, "application/json": { @@ -24553,7 +24553,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "b0c0d65e-00dc-4b74-ba28-775be31344a6" + "guid": "cf9fb24b-9bbc-4bf5-aade-7e89e989c08a" } }, "text/json": { @@ -24567,7 +24567,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "b0c0d65e-00dc-4b74-ba28-775be31344a6" + "guid": "cf9fb24b-9bbc-4bf5-aade-7e89e989c08a" } } } @@ -24659,7 +24659,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsLayoutSectionsInfo" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Get 'slim' layout sections", "description": "This example demonstrates the response to getting the sections for a layout with the 'showFullDetail' parameter set to false, which is the default value.", "value": { @@ -24685,7 +24685,7 @@ ] } }, - "Example 2": { + "Example 6": { "summary": "Get 'full' layout sections", "description": "This example demonstrates the response to getting the sections for a layout with the 'showFullDetail' parameter set to true.", "value": { @@ -24699,9 +24699,9 @@ "required": false, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "89f5028d-641a-42b9-9f2b-6b5aa616cd44", + "underlyingEntityGuid": "db463a25-fb3b-469e-b65e-00bc54539645", "name": "Price", - "guid": "2f7a4549-74e1-4480-87e0-f7e397a3619f" + "guid": "571f941e-cca0-4b8e-a8b2-ac6f9b25c3b6" }, { "itemType": "attribute", @@ -24709,9 +24709,9 @@ "required": false, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "8c54448c-edb3-452c-a64d-1236a88ad5e4", + "underlyingEntityGuid": "0f6efb98-4dd2-4b23-a0cd-30e2658b8569", "name": "Density", - "guid": "0cf13f87-e5dc-4331-89a0-c9c09792eb87" + "guid": "1ccbffe1-aa39-4314-9653-86ab891bb4d1" } ], "displayNames": { @@ -24730,9 +24730,9 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "78824248-32ad-4f75-89b2-695b3925a13f", + "underlyingEntityGuid": "06aad55a-2ba8-4669-acbe-301393633674", "name": "Young's modulus", - "guid": "2240d932-1240-43ce-aeec-d4faf8db36d6" + "guid": "bc3deaff-299a-436f-8d06-3716d298bb97" }, { "itemType": "attribute", @@ -24740,9 +24740,9 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "3c7b5615-d849-477b-afe6-5dc20b36a0f5", + "underlyingEntityGuid": "2f3ac009-9de1-4f0f-a5c9-546d9700f46d", "name": "Tensile strength", - "guid": "99e35f84-af1f-4132-9e70-a02cdfc5a270" + "guid": "0b7e08af-f47a-4f9c-adf2-8733219bcf9f" }, { "itemType": "attribute", @@ -24750,9 +24750,9 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "096f8079-f0ea-4708-93b3-0c59f7d10666", + "underlyingEntityGuid": "943cbc44-f849-414f-80ed-31d2a527cd3e", "name": "Shape factor", - "guid": "07bdf999-6831-4248-ba88-67a08e2fb96e" + "guid": "853bec0c-cb46-409e-9819-c13b53604a2c" } ], "displayNames": { @@ -24815,19 +24815,19 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsCreateLayoutSection" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Layout Section", "description": "This example demonstrates how to create a new layout section in the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "Additional Properties" } }, - "Example 2": { + "Example 6": { "summary": "Layout Section with Guid", "description": "This example demonstrates how to create a new layout section with a specified guid value in the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "Additional Properties (Guid)", - "guid": "58be8b17-919b-4b0f-a007-ca59e4f61343" + "guid": "26200e9e-61ca-40d7-ad78-920a0691098f" } } } @@ -24837,19 +24837,19 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsCreateLayoutSection" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Layout Section", "description": "This example demonstrates how to create a new layout section in the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "Additional Properties" } }, - "Example 2": { + "Example 6": { "summary": "Layout Section with Guid", "description": "This example demonstrates how to create a new layout section with a specified guid value in the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "Additional Properties (Guid)", - "guid": "58be8b17-919b-4b0f-a007-ca59e4f61343" + "guid": "26200e9e-61ca-40d7-ad78-920a0691098f" } } } @@ -24859,19 +24859,19 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsCreateLayoutSection" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Layout Section", "description": "This example demonstrates how to create a new layout section in the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "Additional Properties" } }, - "Example 2": { + "Example 6": { "summary": "Layout Section with Guid", "description": "This example demonstrates how to create a new layout section with a specified guid value in the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "Additional Properties (Guid)", - "guid": "58be8b17-919b-4b0f-a007-ca59e4f61343" + "guid": "26200e9e-61ca-40d7-ad78-920a0691098f" } } } @@ -24881,19 +24881,19 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsCreateLayoutSection" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Layout Section", "description": "This example demonstrates how to create a new layout section in the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "Additional Properties" } }, - "Example 2": { + "Example 6": { "summary": "Layout Section with Guid", "description": "This example demonstrates how to create a new layout section with a specified guid value in the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "Additional Properties (Guid)", - "guid": "58be8b17-919b-4b0f-a007-ca59e4f61343" + "guid": "26200e9e-61ca-40d7-ad78-920a0691098f" } } } @@ -24912,7 +24912,7 @@ "sectionDetailType": "slim", "displayNames": {}, "name": "Additional Properties", - "guid": "9170e8b5-ad10-424b-99b9-61a5db3e76b1" + "guid": "00ed3227-9d45-453a-bf5d-702c6545b13c" } } } @@ -24969,7 +24969,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsReorderSectionsInfo" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Reorder Layout Sections", "description": "This example demonstrates how to reorder sections in the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -25041,7 +25041,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsReorderSectionsInfo" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Reorder Layout Sections", "description": "This example demonstrates how to reorder sections in the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -25113,7 +25113,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsReorderSectionsInfo" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Reorder Layout Sections", "description": "This example demonstrates how to reorder sections in the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -25185,7 +25185,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsReorderSectionsInfo" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Reorder Layout Sections", "description": "This example demonstrates how to reorder sections in the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -25545,7 +25545,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsLayoutSection" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Get 'slim' layout section", "description": "This example demonstrates the response to getting a layout section with the 'showFullDetail' parameter set to false, which is the default value.", "value": { @@ -25555,10 +25555,10 @@ "fr": "Testing Information French Display Name" }, "name": "Testing Information", - "guid": "c112d435-606b-4061-8b0f-4d6d783ee2f3" + "guid": "7caba713-cfd7-4b77-9786-0e80c5977b19" } }, - "Example 2": { + "Example 6": { "summary": "Get 'full' layout section", "description": "This example demonstrates the response to getting a layout section with the 'showFullDetail' parameter set to true.", "value": { @@ -25570,9 +25570,9 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "e671733f-9d20-4b4d-aa31-db1c1932d3f7", + "underlyingEntityGuid": "39722348-50b5-4163-8f70-d5bd8c413202", "name": "Form", - "guid": "2e2e82c9-c360-44ad-8427-1b4af0d0d847" + "guid": "daed46fd-6f73-496f-b8c7-f9835a78f288" }, { "itemType": "attribute", @@ -25585,34 +25585,34 @@ "attributeType": "longText", "required": true, "readOnly": false, - "underlyingEntityGuid": "450f1b96-03cd-44b3-b0fa-c0c8092bd3cf", + "underlyingEntityGuid": "a0c2bd20-df0f-440e-8421-86674ee0a89c", "name": "Sources", - "guid": "81167ed7-b010-43df-b3ef-3375a15e10bb" + "guid": "81306311-6270-4649-8594-478205cee858" }, { "itemType": "attribute", "attributeType": "shortText", "required": true, "readOnly": false, - "underlyingEntityGuid": "800b1594-d31a-4c4c-b4d0-b468307c4cde", + "underlyingEntityGuid": "89133da9-dd0e-473d-96b4-e014aa952d9e", "name": "Notes", - "guid": "fb6baa15-9d2b-405d-9dad-d9b7ba70caed" + "guid": "7135550b-416b-4d78-a7c4-cbd3fb3a2adc" } ], - "underlyingEntityGuid": "3c15f7c2-1784-4702-bb4d-8b22042cd674", + "underlyingEntityGuid": "731b703e-b305-4853-be16-1158c817d4eb", "name": "Chemical resistance", - "guid": "5cf97f76-638a-4672-8d17-2836ecad1a2b" + "guid": "1c475200-455c-4870-94cf-d1bb87331e3f" }, { "itemType": "link", "linkType": "recordLink", - "targetDatabase": "6959abb1-a3f1-4999-aeed-233df9ea9efb", - "targetDatabaseVersion": "961c9dda-7e75-4b69-9f5c-1bf10d4cedc3", - "targetTable": "54c2f8a2-ff17-4f91-971d-f5dc0484b51c", + "targetDatabase": "695c404f-37b1-4c26-b6f3-ceebe89fd34d", + "targetDatabaseVersion": "10b517b1-3542-46ac-8ac3-7a45b6925de1", + "targetTable": "560e5835-bcd9-4beb-bc3a-10cdb7d190ea", "forwards": true, - "underlyingEntityGuid": "f847da09-55bf-4f7e-bcad-5213f9982f2e", + "underlyingEntityGuid": "4acbb2c3-6baf-403d-ba5d-8e3b6f348c01", "name": "Material Pedigree", - "guid": "ac82bfd9-92a9-4752-9810-992d68ba0b22" + "guid": "b4b9c3e3-8d59-441f-9462-81647c5e8d63" }, { "itemType": "attribute", @@ -25623,42 +25623,42 @@ "tabularColumns": [ { "columnType": "linkedAttribute", - "tabularColumnGuid": "a8552fa7-0861-414f-a6ef-5228ba47046d", + "tabularColumnGuid": "6dd47589-03d9-41d1-8fda-0d96481638a9", "name": "Offset Yield Stress", - "guid": "d985a7fc-869a-4018-9630-e923171ac0ab" + "guid": "234c7e03-64a7-4e17-bb52-52e1b1c86f80" }, { "columnType": "localShortText", - "tabularColumnGuid": "56ff7a0d-0ecf-4f76-9c75-a5ce4b3890dc", + "tabularColumnGuid": "c8a1870f-7e16-41a2-bda1-2a94f7aabf27", "name": "Young's Modulus Notes", - "guid": "3ee121a3-73a0-479d-aad8-1763b4be1b3d" + "guid": "aff2951c-fa9e-4b6f-814f-32d1e9fe92d1" } ], - "underlyingEntityGuid": "5d64b0e6-c64c-4f23-8a25-f4ec407ae909", + "underlyingEntityGuid": "5290b3fc-9331-40bb-84ee-ebfd62e7a183", "name": "Reference Characteristics", - "guid": "e69e8c88-f8ee-4b6b-bae7-d93d4d550cb0" + "guid": "4d0076c3-4f47-4389-a023-792b48e236ad" }, { "itemType": "link", "linkType": "associationChain", - "targetDatabase": "6959abb1-a3f1-4999-aeed-233df9ea9efb", - "targetDatabaseVersion": "961c9dda-7e75-4b69-9f5c-1bf10d4cedc3", - "targetTable": "e480ce92-6ee5-4143-8f8e-918522cd8afc", + "targetDatabase": "695c404f-37b1-4c26-b6f3-ceebe89fd34d", + "targetDatabaseVersion": "10b517b1-3542-46ac-8ac3-7a45b6925de1", + "targetTable": "8c17f765-55b9-44b4-84d1-446ca5201615", "forwards": true, "nextLink": { "itemType": "link", "linkType": "associationChain", - "targetDatabase": "6959abb1-a3f1-4999-aeed-233df9ea9efb", - "targetDatabaseVersion": "961c9dda-7e75-4b69-9f5c-1bf10d4cedc3", - "targetTable": "b6d17a66-a991-427f-b24a-5633c93b2ac5", + "targetDatabase": "695c404f-37b1-4c26-b6f3-ceebe89fd34d", + "targetDatabaseVersion": "10b517b1-3542-46ac-8ac3-7a45b6925de1", + "targetTable": "d71ebf59-ff10-4de4-877a-3ebc78d4fab3", "forwards": false, - "underlyingEntityGuid": "6b6710d6-9ff0-46a1-8206-9d25f544406c", + "underlyingEntityGuid": "474faf9e-3871-45f7-9d6b-ac309ee40eae", "name": "Pedigree information", - "guid": "58c781be-54e8-4c7e-8818-ef561b3763eb" + "guid": "6ebe863b-b5f6-412a-8bf2-52f00ddec9f8" }, - "underlyingEntityGuid": "e0712ca3-12cb-4cd4-b0e6-ab83243c4053", + "underlyingEntityGuid": "f8727ae8-251c-4605-bdf2-a0c671fea408", "name": "To Pedigree from Producers", - "guid": "ee5654c7-9d32-4371-88d3-e70757ebf4a6" + "guid": "3f0772cf-fc8d-4a64-ac33-8ec4fa76a4a3" } ], "displayNames": { @@ -25666,7 +25666,7 @@ "fr": "Testing Information French Display Name" }, "name": "Testing Information", - "guid": "48133413-7e1c-4234-8a91-76c7eebb1e01" + "guid": "d59ac3c9-197a-4b6b-bed9-87131375dfbc" } } } @@ -25788,7 +25788,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsNewLayoutItem" }, "examples": { - "Example 1": { + "Example 17": { "summary": "Layout Attribute Item", "description": "This example demonstrates how to add the 'Additive' attribute to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. The ReadOnly and Required properties default to false.", "value": { @@ -25796,7 +25796,7 @@ "attributeGuid": "ec51581f-4a78-4b1b-81df-83382c541b7b" } }, - "Example 2": { + "Example 18": { "summary": "Layout Attribute Item with ReadOnly and Required properties set", "description": "This example demonstrates how to add the 'Additive' attribute to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database specifying the ReadOnly and Required properties and the Guid of the created layout item.", "value": { @@ -25806,7 +25806,7 @@ "readOnly": true } }, - "Example 3": { + "Example 19": { "summary": "Layout Attribute Item with Meta Attributes", "description": "This example demonstrates how to add the 'Flexural modulus' attribute with its 'Notes' meta-attribute to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -25822,7 +25822,7 @@ ] } }, - "Example 4": { + "Example 20": { "summary": "Layout Attribute Item for a Tabular Attribute", "description": "This example demonstrates how to add the 'Restricted substances associated with this material' attribute to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with specified tabular columns to include.", "value": { @@ -25834,7 +25834,7 @@ ] } }, - "Example 5": { + "Example 21": { "summary": "Layout Record Link Group Item", "description": "This example demonstrates how to add the 'MaterialUniverse' (reverse name 'Training Exercise') link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -25842,7 +25842,7 @@ "linkGroupGuid": "00e07ec0-695e-4ca3-bf1d-3bbeef126949" } }, - "Example 6": { + "Example 22": { "summary": "Layout Smart Link Group Item", "description": "This example demonstrates how to add the 'Smart Link to Training Record' smart link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -25851,17 +25851,17 @@ "linkGroupGuid": "7bf0d4d5-6896-4a10-b7a1-d1fe4e533e66" } }, - "Example 7": { + "Example 23": { "summary": "Layout Cross Database Link Group Item", "description": "This example demonstrates how to add a cross database link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "itemType": "crossDatabaseLink", - "sourceDatabaseGuid": "34210c54-854f-4cbc-8d06-fccff35e926a", - "sourceTableGuid": "ba1c3c9f-d10a-4c36-93ab-464fdc56dd83", - "linkGroupGuid": "4f98eb28-207c-4a22-b28c-6ea7f53a32cf" + "sourceDatabaseGuid": "cb518e9d-32f2-4224-b98c-008890935f62", + "sourceTableGuid": "f6a6f984-847f-442c-bd27-9f4b7f8bac22", + "linkGroupGuid": "53a22b3d-4c85-4b95-ab19-5ef16e9d678d" } }, - "Example 8": { + "Example 24": { "summary": "Layout Association Chain Item", "description": "This example demonstrates how to add an association chain to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -25870,13 +25870,13 @@ "associationChainLinks": [ { "forwards": true, - "sourceDatabaseVersionGuid": "b70111f7-748d-4363-a66c-477d40931bc8", - "tabularAttributeGuid": "93cc7ec4-9e68-488e-849b-c77d1d8fdb0a" + "sourceDatabaseVersionGuid": "8a025ec3-7068-4990-be16-233375c5ab28", + "tabularAttributeGuid": "e8c631a7-a1b2-4824-af75-93d2d85ed66b" }, { "forwards": false, - "sourceDatabaseVersionGuid": "b8f36cfc-8b7c-4249-a386-1b5a10c3cbac", - "tabularAttributeGuid": "e3b0ea6c-611f-456d-b349-ef00fffcfabd" + "sourceDatabaseVersionGuid": "cbd7fdc7-e5bf-483f-ae85-394d5f9c5fbb", + "tabularAttributeGuid": "c84bc282-3115-4966-9e49-be1706c3d8c4" } ] } @@ -25888,7 +25888,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsNewLayoutItem" }, "examples": { - "Example 1": { + "Example 17": { "summary": "Layout Attribute Item", "description": "This example demonstrates how to add the 'Additive' attribute to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. The ReadOnly and Required properties default to false.", "value": { @@ -25896,7 +25896,7 @@ "attributeGuid": "ec51581f-4a78-4b1b-81df-83382c541b7b" } }, - "Example 2": { + "Example 18": { "summary": "Layout Attribute Item with ReadOnly and Required properties set", "description": "This example demonstrates how to add the 'Additive' attribute to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database specifying the ReadOnly and Required properties and the Guid of the created layout item.", "value": { @@ -25906,7 +25906,7 @@ "readOnly": true } }, - "Example 3": { + "Example 19": { "summary": "Layout Attribute Item with Meta Attributes", "description": "This example demonstrates how to add the 'Flexural modulus' attribute with its 'Notes' meta-attribute to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -25922,7 +25922,7 @@ ] } }, - "Example 4": { + "Example 20": { "summary": "Layout Attribute Item for a Tabular Attribute", "description": "This example demonstrates how to add the 'Restricted substances associated with this material' attribute to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with specified tabular columns to include.", "value": { @@ -25934,7 +25934,7 @@ ] } }, - "Example 5": { + "Example 21": { "summary": "Layout Record Link Group Item", "description": "This example demonstrates how to add the 'MaterialUniverse' (reverse name 'Training Exercise') link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -25942,7 +25942,7 @@ "linkGroupGuid": "00e07ec0-695e-4ca3-bf1d-3bbeef126949" } }, - "Example 6": { + "Example 22": { "summary": "Layout Smart Link Group Item", "description": "This example demonstrates how to add the 'Smart Link to Training Record' smart link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -25951,17 +25951,17 @@ "linkGroupGuid": "7bf0d4d5-6896-4a10-b7a1-d1fe4e533e66" } }, - "Example 7": { + "Example 23": { "summary": "Layout Cross Database Link Group Item", "description": "This example demonstrates how to add a cross database link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "itemType": "crossDatabaseLink", - "sourceDatabaseGuid": "34210c54-854f-4cbc-8d06-fccff35e926a", - "sourceTableGuid": "ba1c3c9f-d10a-4c36-93ab-464fdc56dd83", - "linkGroupGuid": "4f98eb28-207c-4a22-b28c-6ea7f53a32cf" + "sourceDatabaseGuid": "cb518e9d-32f2-4224-b98c-008890935f62", + "sourceTableGuid": "f6a6f984-847f-442c-bd27-9f4b7f8bac22", + "linkGroupGuid": "53a22b3d-4c85-4b95-ab19-5ef16e9d678d" } }, - "Example 8": { + "Example 24": { "summary": "Layout Association Chain Item", "description": "This example demonstrates how to add an association chain to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -25970,13 +25970,13 @@ "associationChainLinks": [ { "forwards": true, - "sourceDatabaseVersionGuid": "b70111f7-748d-4363-a66c-477d40931bc8", - "tabularAttributeGuid": "93cc7ec4-9e68-488e-849b-c77d1d8fdb0a" + "sourceDatabaseVersionGuid": "8a025ec3-7068-4990-be16-233375c5ab28", + "tabularAttributeGuid": "e8c631a7-a1b2-4824-af75-93d2d85ed66b" }, { "forwards": false, - "sourceDatabaseVersionGuid": "b8f36cfc-8b7c-4249-a386-1b5a10c3cbac", - "tabularAttributeGuid": "e3b0ea6c-611f-456d-b349-ef00fffcfabd" + "sourceDatabaseVersionGuid": "cbd7fdc7-e5bf-483f-ae85-394d5f9c5fbb", + "tabularAttributeGuid": "c84bc282-3115-4966-9e49-be1706c3d8c4" } ] } @@ -25988,7 +25988,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsNewLayoutItem" }, "examples": { - "Example 1": { + "Example 17": { "summary": "Layout Attribute Item", "description": "This example demonstrates how to add the 'Additive' attribute to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. The ReadOnly and Required properties default to false.", "value": { @@ -25996,7 +25996,7 @@ "attributeGuid": "ec51581f-4a78-4b1b-81df-83382c541b7b" } }, - "Example 2": { + "Example 18": { "summary": "Layout Attribute Item with ReadOnly and Required properties set", "description": "This example demonstrates how to add the 'Additive' attribute to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database specifying the ReadOnly and Required properties and the Guid of the created layout item.", "value": { @@ -26006,7 +26006,7 @@ "readOnly": true } }, - "Example 3": { + "Example 19": { "summary": "Layout Attribute Item with Meta Attributes", "description": "This example demonstrates how to add the 'Flexural modulus' attribute with its 'Notes' meta-attribute to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -26022,7 +26022,7 @@ ] } }, - "Example 4": { + "Example 20": { "summary": "Layout Attribute Item for a Tabular Attribute", "description": "This example demonstrates how to add the 'Restricted substances associated with this material' attribute to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with specified tabular columns to include.", "value": { @@ -26034,7 +26034,7 @@ ] } }, - "Example 5": { + "Example 21": { "summary": "Layout Record Link Group Item", "description": "This example demonstrates how to add the 'MaterialUniverse' (reverse name 'Training Exercise') link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -26042,7 +26042,7 @@ "linkGroupGuid": "00e07ec0-695e-4ca3-bf1d-3bbeef126949" } }, - "Example 6": { + "Example 22": { "summary": "Layout Smart Link Group Item", "description": "This example demonstrates how to add the 'Smart Link to Training Record' smart link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -26051,17 +26051,17 @@ "linkGroupGuid": "7bf0d4d5-6896-4a10-b7a1-d1fe4e533e66" } }, - "Example 7": { + "Example 23": { "summary": "Layout Cross Database Link Group Item", "description": "This example demonstrates how to add a cross database link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "itemType": "crossDatabaseLink", - "sourceDatabaseGuid": "34210c54-854f-4cbc-8d06-fccff35e926a", - "sourceTableGuid": "ba1c3c9f-d10a-4c36-93ab-464fdc56dd83", - "linkGroupGuid": "4f98eb28-207c-4a22-b28c-6ea7f53a32cf" + "sourceDatabaseGuid": "cb518e9d-32f2-4224-b98c-008890935f62", + "sourceTableGuid": "f6a6f984-847f-442c-bd27-9f4b7f8bac22", + "linkGroupGuid": "53a22b3d-4c85-4b95-ab19-5ef16e9d678d" } }, - "Example 8": { + "Example 24": { "summary": "Layout Association Chain Item", "description": "This example demonstrates how to add an association chain to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -26070,13 +26070,13 @@ "associationChainLinks": [ { "forwards": true, - "sourceDatabaseVersionGuid": "b70111f7-748d-4363-a66c-477d40931bc8", - "tabularAttributeGuid": "93cc7ec4-9e68-488e-849b-c77d1d8fdb0a" + "sourceDatabaseVersionGuid": "8a025ec3-7068-4990-be16-233375c5ab28", + "tabularAttributeGuid": "e8c631a7-a1b2-4824-af75-93d2d85ed66b" }, { "forwards": false, - "sourceDatabaseVersionGuid": "b8f36cfc-8b7c-4249-a386-1b5a10c3cbac", - "tabularAttributeGuid": "e3b0ea6c-611f-456d-b349-ef00fffcfabd" + "sourceDatabaseVersionGuid": "cbd7fdc7-e5bf-483f-ae85-394d5f9c5fbb", + "tabularAttributeGuid": "c84bc282-3115-4966-9e49-be1706c3d8c4" } ] } @@ -26088,7 +26088,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsNewLayoutItem" }, "examples": { - "Example 1": { + "Example 17": { "summary": "Layout Attribute Item", "description": "This example demonstrates how to add the 'Additive' attribute to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. The ReadOnly and Required properties default to false.", "value": { @@ -26096,7 +26096,7 @@ "attributeGuid": "ec51581f-4a78-4b1b-81df-83382c541b7b" } }, - "Example 2": { + "Example 18": { "summary": "Layout Attribute Item with ReadOnly and Required properties set", "description": "This example demonstrates how to add the 'Additive' attribute to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database specifying the ReadOnly and Required properties and the Guid of the created layout item.", "value": { @@ -26106,7 +26106,7 @@ "readOnly": true } }, - "Example 3": { + "Example 19": { "summary": "Layout Attribute Item with Meta Attributes", "description": "This example demonstrates how to add the 'Flexural modulus' attribute with its 'Notes' meta-attribute to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -26122,7 +26122,7 @@ ] } }, - "Example 4": { + "Example 20": { "summary": "Layout Attribute Item for a Tabular Attribute", "description": "This example demonstrates how to add the 'Restricted substances associated with this material' attribute to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with specified tabular columns to include.", "value": { @@ -26134,7 +26134,7 @@ ] } }, - "Example 5": { + "Example 21": { "summary": "Layout Record Link Group Item", "description": "This example demonstrates how to add the 'MaterialUniverse' (reverse name 'Training Exercise') link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -26142,7 +26142,7 @@ "linkGroupGuid": "00e07ec0-695e-4ca3-bf1d-3bbeef126949" } }, - "Example 6": { + "Example 22": { "summary": "Layout Smart Link Group Item", "description": "This example demonstrates how to add the 'Smart Link to Training Record' smart link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -26151,17 +26151,17 @@ "linkGroupGuid": "7bf0d4d5-6896-4a10-b7a1-d1fe4e533e66" } }, - "Example 7": { + "Example 23": { "summary": "Layout Cross Database Link Group Item", "description": "This example demonstrates how to add a cross database link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "itemType": "crossDatabaseLink", - "sourceDatabaseGuid": "34210c54-854f-4cbc-8d06-fccff35e926a", - "sourceTableGuid": "ba1c3c9f-d10a-4c36-93ab-464fdc56dd83", - "linkGroupGuid": "4f98eb28-207c-4a22-b28c-6ea7f53a32cf" + "sourceDatabaseGuid": "cb518e9d-32f2-4224-b98c-008890935f62", + "sourceTableGuid": "f6a6f984-847f-442c-bd27-9f4b7f8bac22", + "linkGroupGuid": "53a22b3d-4c85-4b95-ab19-5ef16e9d678d" } }, - "Example 8": { + "Example 24": { "summary": "Layout Association Chain Item", "description": "This example demonstrates how to add an association chain to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -26170,13 +26170,13 @@ "associationChainLinks": [ { "forwards": true, - "sourceDatabaseVersionGuid": "b70111f7-748d-4363-a66c-477d40931bc8", - "tabularAttributeGuid": "93cc7ec4-9e68-488e-849b-c77d1d8fdb0a" + "sourceDatabaseVersionGuid": "8a025ec3-7068-4990-be16-233375c5ab28", + "tabularAttributeGuid": "e8c631a7-a1b2-4824-af75-93d2d85ed66b" }, { "forwards": false, - "sourceDatabaseVersionGuid": "b8f36cfc-8b7c-4249-a386-1b5a10c3cbac", - "tabularAttributeGuid": "e3b0ea6c-611f-456d-b349-ef00fffcfabd" + "sourceDatabaseVersionGuid": "cbd7fdc7-e5bf-483f-ae85-394d5f9c5fbb", + "tabularAttributeGuid": "c84bc282-3115-4966-9e49-be1706c3d8c4" } ] } @@ -26194,7 +26194,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsNewLayoutItem" }, "examples": { - "Example 1": { + "Example 15": { "summary": "Layout Attribute Item", "description": "This example demonstrates the response to creating a new attribute layout item. It was created by adding the 'Additive' attribute to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -26204,10 +26204,10 @@ "readOnly": false, "metaAttributes": null, "tabularColumnGuids": null, - "guid": "5f09f8ef-8583-46b3-bd45-1549a9b690a9" + "guid": "aaec52bf-b85f-4be0-9161-e93fca782cac" } }, - "Example 2": { + "Example 16": { "summary": "Layout Attribute Item with Meta Attributes", "description": "This example demonstrates the response to creating a new attribute layout item with a meta-attribute. It was created by adding the 'Flexural modulus' attribute with its 'Notes' meta-attribute to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -26224,10 +26224,10 @@ } ], "tabularColumnGuids": null, - "guid": "22e8638d-6a29-4ea5-9dfe-34d5884b8199" + "guid": "20ffd8a9-00cc-4f3d-bc86-7792bc2e64cf" } }, - "Example 3": { + "Example 17": { "summary": "Layout Attribute Item for a Tabular Attribute", "description": "This example demonstrates the response to creating a new tabular attribute layout item with specified tabular columns to include. It was created by adding the 'Restricted substances associated with this material' attribute to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with specified tabular columns to include. ", "value": { @@ -26243,7 +26243,7 @@ "guid": null } }, - "Example 4": { + "Example 18": { "summary": "Layout Record Link Group Item", "description": "This example demonstrates the response to creating a new link group layout item. It was created by adding the 'MaterialUniverse' (reverse name 'Training Exercise') link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -26252,7 +26252,7 @@ "guid": null } }, - "Example 5": { + "Example 19": { "summary": "Layout Smart Link Group Item", "description": "This example demonstrates the response to creating a new smart link group layout item. It was created by adding the 'Smart Link to Training Record' smart link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -26262,18 +26262,18 @@ "guid": null } }, - "Example 6": { + "Example 20": { "summary": "Layout Cross Database Link Group Item", "description": "This example demonstrates the response to creating a new cross database link group layout item. It was created by adding a cross database link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "itemType": "crossDatabaseLink", - "sourceDatabaseGuid": "254e2990-1f4a-4f62-a7e6-b58cf75d12c3", - "sourceTableGuid": "041e499a-cddc-4269-a942-35b9374323b2", - "linkGroupGuid": "0e33c30e-6d4c-4aab-8b26-ca916f588462", + "sourceDatabaseGuid": "6a1f6acf-60dd-440f-a327-94042118db80", + "sourceTableGuid": "4eca99d2-f531-4c43-a3ae-0e89fc66635b", + "linkGroupGuid": "d5674d45-e526-43ae-bec2-7a29f53af05a", "guid": null } }, - "Example 7": { + "Example 21": { "summary": "Layout Association Chain Item", "description": "This example demonstrates the response to creating a new association chain layout item. It was created by adding a association chain to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -26283,12 +26283,12 @@ { "forwards": true, "sourceDatabaseVersionGuid": "00000000-0000-0000-0000-000000000000", - "tabularAttributeGuid": "5713bb7d-0318-406a-bee4-338e98a0f425" + "tabularAttributeGuid": "4dbd5f11-710d-47df-9db3-ad5d2d7ce18f" }, { "forwards": false, "sourceDatabaseVersionGuid": "00000000-0000-0000-0000-000000000000", - "tabularAttributeGuid": "401e2aeb-125b-41bb-ab9f-45b424b3ca70" + "tabularAttributeGuid": "202c274a-3073-4852-aae4-7920de458185" } ], "guid": null @@ -26499,19 +26499,19 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsCreateLayout" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Layout", "description": "This example demonstrates how to create a new layout for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "Composite materials" } }, - "Example 2": { + "Example 6": { "summary": "Layout with Guid", "description": "This example demonstrates how to create a new layout for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with a specified guid value. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Composite materials (guid)", - "guid": "9f2899db-d162-4c03-9339-13c70126bfe6" + "guid": "704a0ae6-8400-4c37-8435-9df7ae17dbd2" } } } @@ -26521,19 +26521,19 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsCreateLayout" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Layout", "description": "This example demonstrates how to create a new layout for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "Composite materials" } }, - "Example 2": { + "Example 6": { "summary": "Layout with Guid", "description": "This example demonstrates how to create a new layout for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with a specified guid value. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Composite materials (guid)", - "guid": "9f2899db-d162-4c03-9339-13c70126bfe6" + "guid": "704a0ae6-8400-4c37-8435-9df7ae17dbd2" } } } @@ -26543,19 +26543,19 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsCreateLayout" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Layout", "description": "This example demonstrates how to create a new layout for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "Composite materials" } }, - "Example 2": { + "Example 6": { "summary": "Layout with Guid", "description": "This example demonstrates how to create a new layout for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with a specified guid value. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Composite materials (guid)", - "guid": "9f2899db-d162-4c03-9339-13c70126bfe6" + "guid": "704a0ae6-8400-4c37-8435-9df7ae17dbd2" } } } @@ -26565,19 +26565,19 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsCreateLayout" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Layout", "description": "This example demonstrates how to create a new layout for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "Composite materials" } }, - "Example 2": { + "Example 6": { "summary": "Layout with Guid", "description": "This example demonstrates how to create a new layout for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with a specified guid value. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Composite materials (guid)", - "guid": "9f2899db-d162-4c03-9339-13c70126bfe6" + "guid": "704a0ae6-8400-4c37-8435-9df7ae17dbd2" } } } @@ -26595,7 +26595,7 @@ "example": { "displayNames": {}, "name": "Ceramics", - "guid": "d2cedf38-a213-4f36-ae86-c345b4fd00b8" + "guid": "b1c9b98b-0704-4079-b790-9bb0582f5f94" } } } @@ -26687,7 +26687,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsLayout" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Layout with 'slim' sections", "description": "This example demonstrated the response to getting a layout with the 'showFullDetail' parameter set to false, which is the default value.", "value": { @@ -26719,7 +26719,7 @@ "guid": "00000b36-0009-4fff-8fff-dd92ffff0000" } }, - "Example 2": { + "Example 6": { "summary": "Layout with 'full' sections", "description": "This example demonstrated the response to getting a layout with the 'showFullDetail' parameter set to true.", "value": { @@ -26733,9 +26733,9 @@ "required": false, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "fef60a39-c969-4dc8-b2c7-cd0d06a44a53", + "underlyingEntityGuid": "ba4242e3-298b-43e0-bd6f-c9ad459077f4", "name": "Price", - "guid": "d208863f-49f0-43fe-a7d0-fab813c59737" + "guid": "8192a0a4-6aef-48cc-9c97-270443043a9e" }, { "itemType": "attribute", @@ -26743,9 +26743,9 @@ "required": false, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "a8a717dc-1945-42a9-b697-2f253660be2c", + "underlyingEntityGuid": "628469e7-6df6-41ec-8a43-661ec8ed7dca", "name": "Density", - "guid": "ec7a6be7-9d30-4764-9183-084b9f98b4c2" + "guid": "e569fd45-84ff-4b14-ab5e-f79d8299303e" } ], "displayNames": { @@ -26764,9 +26764,9 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "4d09c2c2-849e-44f8-9c8a-678e1634e99e", + "underlyingEntityGuid": "1002359c-63c2-4ab2-baf4-40776e55e3f3", "name": "Young's modulus", - "guid": "f9b8b3a3-5eba-42fb-b9ac-c8119a1c1cd7" + "guid": "aacee667-7847-44e4-96d0-e8e2c8688a29" }, { "itemType": "attribute", @@ -26774,9 +26774,9 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "3f2a778d-a4ab-4328-bade-3c30b03bbeb1", + "underlyingEntityGuid": "6abb8d48-7b28-42df-880e-79cc13dc8457", "name": "Tensile strength", - "guid": "65f08d4a-5e6c-404b-8b12-a0e55966b12e" + "guid": "7cbb8a02-e24b-4674-9406-5ddf4f11febb" }, { "itemType": "attribute", @@ -26784,9 +26784,9 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "8c9eb888-00a9-4b13-8f51-07ed987d47e5", + "underlyingEntityGuid": "15e34d05-8e02-4aa1-8f10-e9ddf7536e33", "name": "Shape factor", - "guid": "918a074c-a9de-40fb-a7e7-2b0e4436c1a1" + "guid": "3096668a-7789-4a30-8092-3ba2e7a8283e" } ], "displayNames": { @@ -26855,15 +26855,15 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsUpdateLayout" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Everything for a layout", "description": "This example demonstrates how to update all properties of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "Ceramics (Updated)", - "guid": "089440bc-c2dc-42ed-85a2-4d9f5da3de0c" + "guid": "4c27d22b-e275-4050-963b-44cc633b5002" } }, - "Example 2": { + "Example 6": { "summary": "Rename layout", "description": "This example demonstrates how to update the 'Name' property of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -26877,15 +26877,15 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsUpdateLayout" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Everything for a layout", "description": "This example demonstrates how to update all properties of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "Ceramics (Updated)", - "guid": "089440bc-c2dc-42ed-85a2-4d9f5da3de0c" + "guid": "4c27d22b-e275-4050-963b-44cc633b5002" } }, - "Example 2": { + "Example 6": { "summary": "Rename layout", "description": "This example demonstrates how to update the 'Name' property of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -26899,15 +26899,15 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsUpdateLayout" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Everything for a layout", "description": "This example demonstrates how to update all properties of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "Ceramics (Updated)", - "guid": "089440bc-c2dc-42ed-85a2-4d9f5da3de0c" + "guid": "4c27d22b-e275-4050-963b-44cc633b5002" } }, - "Example 2": { + "Example 6": { "summary": "Rename layout", "description": "This example demonstrates how to update the 'Name' property of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -26921,15 +26921,15 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaLayoutsUpdateLayout" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Everything for a layout", "description": "This example demonstrates how to update all properties of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "Ceramics (Updated)", - "guid": "089440bc-c2dc-42ed-85a2-4d9f5da3de0c" + "guid": "4c27d22b-e275-4050-963b-44cc633b5002" } }, - "Example 2": { + "Example 6": { "summary": "Rename layout", "description": "This example demonstrates how to update the 'Name' property of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -27038,7 +27038,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaParametersParametersInfo" }, "examples": { - "Example 1": { + "Example 3": { "summary": "A mix of parameters", "description": "This example contains a mix of numeric and discrete parameters from the MI_Training database.", "value": { @@ -27162,7 +27162,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaParametersCreateParameter" }, "examples": { - "Example 1": { + "Example 11": { "summary": "Discrete Parameter", "description": "This example demonstrates how to create a new discrete parameter for the MI_Training database.", "value": { @@ -27181,7 +27181,7 @@ "name": "Color" } }, - "Example 2": { + "Example 12": { "summary": "Discrete Parameter with Guids", "description": "This example demonstrates how to create a new discrete parameter with a specified guid value for the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. Guids can be explicitly set for the individual parameter values, if needed.", "value": { @@ -27189,7 +27189,7 @@ { "type": "discrete", "name": "Red", - "guid": "b5cc5126-14f4-43bb-90c2-4c0e0a84f187" + "guid": "b16dda29-1196-440d-9ee7-444c3b3791a1" }, { "type": "discrete", @@ -27199,10 +27199,10 @@ "type": "discrete", "defaultParameterValueIndex": 1, "name": "Color (guid)", - "guid": "844713d2-43ea-47b0-962a-335aca2e5800" + "guid": "710f6d3f-6023-4c45-9a19-02ff80ecf4bf" } }, - "Example 3": { + "Example 13": { "summary": "Numeric Restricted Parameter", "description": "This example demonstrates how to create a new numeric restricted parameter for the MI_Training database. Note that the IsRestricted flag is set to true.", "value": { @@ -27230,7 +27230,7 @@ "name": "Year" } }, - "Example 4": { + "Example 14": { "summary": "Numeric Restricted Parameter with Unit", "description": "This example demonstrates how to create a new numeric restricted parameter which also has the 'centimetre' unit from the MI_Training database. Note that the IsRestricted flag is set to true. Only the unit guid is required to reference a unit.", "value": { @@ -27261,7 +27261,7 @@ "name": "Box dimension" } }, - "Example 5": { + "Example 15": { "summary": "Numeric Unrestricted Parameter with Unit", "description": "This example demonstrates how to create a new numeric unrestricted parameter which also has the 'Temperature (Kelvin/Celsius)' unit from the MI_Training database. The IsRestricted flag can either be explicitly set to false or omitted. Pre-defined parameter values can still be specified, but the parameter will not be restricted to them.", "value": { @@ -27300,7 +27300,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaParametersCreateParameter" }, "examples": { - "Example 1": { + "Example 11": { "summary": "Discrete Parameter", "description": "This example demonstrates how to create a new discrete parameter for the MI_Training database.", "value": { @@ -27319,7 +27319,7 @@ "name": "Color" } }, - "Example 2": { + "Example 12": { "summary": "Discrete Parameter with Guids", "description": "This example demonstrates how to create a new discrete parameter with a specified guid value for the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. Guids can be explicitly set for the individual parameter values, if needed.", "value": { @@ -27327,7 +27327,7 @@ { "type": "discrete", "name": "Red", - "guid": "b5cc5126-14f4-43bb-90c2-4c0e0a84f187" + "guid": "b16dda29-1196-440d-9ee7-444c3b3791a1" }, { "type": "discrete", @@ -27337,10 +27337,10 @@ "type": "discrete", "defaultParameterValueIndex": 1, "name": "Color (guid)", - "guid": "844713d2-43ea-47b0-962a-335aca2e5800" + "guid": "710f6d3f-6023-4c45-9a19-02ff80ecf4bf" } }, - "Example 3": { + "Example 13": { "summary": "Numeric Restricted Parameter", "description": "This example demonstrates how to create a new numeric restricted parameter for the MI_Training database. Note that the IsRestricted flag is set to true.", "value": { @@ -27368,7 +27368,7 @@ "name": "Year" } }, - "Example 4": { + "Example 14": { "summary": "Numeric Restricted Parameter with Unit", "description": "This example demonstrates how to create a new numeric restricted parameter which also has the 'centimetre' unit from the MI_Training database. Note that the IsRestricted flag is set to true. Only the unit guid is required to reference a unit.", "value": { @@ -27399,7 +27399,7 @@ "name": "Box dimension" } }, - "Example 5": { + "Example 15": { "summary": "Numeric Unrestricted Parameter with Unit", "description": "This example demonstrates how to create a new numeric unrestricted parameter which also has the 'Temperature (Kelvin/Celsius)' unit from the MI_Training database. The IsRestricted flag can either be explicitly set to false or omitted. Pre-defined parameter values can still be specified, but the parameter will not be restricted to them.", "value": { @@ -27438,7 +27438,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaParametersCreateParameter" }, "examples": { - "Example 1": { + "Example 11": { "summary": "Discrete Parameter", "description": "This example demonstrates how to create a new discrete parameter for the MI_Training database.", "value": { @@ -27457,7 +27457,7 @@ "name": "Color" } }, - "Example 2": { + "Example 12": { "summary": "Discrete Parameter with Guids", "description": "This example demonstrates how to create a new discrete parameter with a specified guid value for the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. Guids can be explicitly set for the individual parameter values, if needed.", "value": { @@ -27465,7 +27465,7 @@ { "type": "discrete", "name": "Red", - "guid": "b5cc5126-14f4-43bb-90c2-4c0e0a84f187" + "guid": "b16dda29-1196-440d-9ee7-444c3b3791a1" }, { "type": "discrete", @@ -27475,10 +27475,10 @@ "type": "discrete", "defaultParameterValueIndex": 1, "name": "Color (guid)", - "guid": "844713d2-43ea-47b0-962a-335aca2e5800" + "guid": "710f6d3f-6023-4c45-9a19-02ff80ecf4bf" } }, - "Example 3": { + "Example 13": { "summary": "Numeric Restricted Parameter", "description": "This example demonstrates how to create a new numeric restricted parameter for the MI_Training database. Note that the IsRestricted flag is set to true.", "value": { @@ -27506,7 +27506,7 @@ "name": "Year" } }, - "Example 4": { + "Example 14": { "summary": "Numeric Restricted Parameter with Unit", "description": "This example demonstrates how to create a new numeric restricted parameter which also has the 'centimetre' unit from the MI_Training database. Note that the IsRestricted flag is set to true. Only the unit guid is required to reference a unit.", "value": { @@ -27537,7 +27537,7 @@ "name": "Box dimension" } }, - "Example 5": { + "Example 15": { "summary": "Numeric Unrestricted Parameter with Unit", "description": "This example demonstrates how to create a new numeric unrestricted parameter which also has the 'Temperature (Kelvin/Celsius)' unit from the MI_Training database. The IsRestricted flag can either be explicitly set to false or omitted. Pre-defined parameter values can still be specified, but the parameter will not be restricted to them.", "value": { @@ -27576,7 +27576,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaParametersCreateParameter" }, "examples": { - "Example 1": { + "Example 11": { "summary": "Discrete Parameter", "description": "This example demonstrates how to create a new discrete parameter for the MI_Training database.", "value": { @@ -27595,7 +27595,7 @@ "name": "Color" } }, - "Example 2": { + "Example 12": { "summary": "Discrete Parameter with Guids", "description": "This example demonstrates how to create a new discrete parameter with a specified guid value for the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. Guids can be explicitly set for the individual parameter values, if needed.", "value": { @@ -27603,7 +27603,7 @@ { "type": "discrete", "name": "Red", - "guid": "b5cc5126-14f4-43bb-90c2-4c0e0a84f187" + "guid": "b16dda29-1196-440d-9ee7-444c3b3791a1" }, { "type": "discrete", @@ -27613,10 +27613,10 @@ "type": "discrete", "defaultParameterValueIndex": 1, "name": "Color (guid)", - "guid": "844713d2-43ea-47b0-962a-335aca2e5800" + "guid": "710f6d3f-6023-4c45-9a19-02ff80ecf4bf" } }, - "Example 3": { + "Example 13": { "summary": "Numeric Restricted Parameter", "description": "This example demonstrates how to create a new numeric restricted parameter for the MI_Training database. Note that the IsRestricted flag is set to true.", "value": { @@ -27644,7 +27644,7 @@ "name": "Year" } }, - "Example 4": { + "Example 14": { "summary": "Numeric Restricted Parameter with Unit", "description": "This example demonstrates how to create a new numeric restricted parameter which also has the 'centimetre' unit from the MI_Training database. Note that the IsRestricted flag is set to true. Only the unit guid is required to reference a unit.", "value": { @@ -27675,7 +27675,7 @@ "name": "Box dimension" } }, - "Example 5": { + "Example 15": { "summary": "Numeric Unrestricted Parameter with Unit", "description": "This example demonstrates how to create a new numeric unrestricted parameter which also has the 'Temperature (Kelvin/Celsius)' unit from the MI_Training database. The IsRestricted flag can either be explicitly set to false or omitted. Pre-defined parameter values can still be specified, but the parameter will not be restricted to them.", "value": { @@ -27868,7 +27868,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaParametersUpdateParameter" }, "examples": { - "Example 1": { + "Example 15": { "summary": "Everything for a numeric parameter", "description": "This example shows how to update all properties of the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. Its Unit will be changed to kg.", "value": { @@ -27881,10 +27881,10 @@ "helpPath": "help/strain-updated.html", "defaultParameterValueGuid": "173284fb-e557-406f-a7eb-f4e75f1d48a9", "name": "Strain (Updated)", - "guid": "66a7d855-c830-4715-8edf-f9fd451900c4" + "guid": "61146ad2-508a-40dd-883c-8cbb7f3e76ce" } }, - "Example 2": { + "Example 16": { "summary": "Everything for a discrete parameter", "description": "This example shows how to update all properties of the 'Basis' discrete parameter (guid = 7a6ccb7b-8a47-4cab-8203-c741d476560f) from the MI_Training database.", "value": { @@ -27892,18 +27892,18 @@ "helpPath": "help/basis-updated.html", "defaultParameterValueGuid": "505b5d32-0a4a-48af-9a7a-90c4caacd35c", "name": "Basis (Updated)", - "guid": "931eda0c-574c-4e6e-9e0d-c8a858197e29" + "guid": "7f775af3-66c0-4e6c-b613-749be8ad8a40" } }, - "Example 3": { + "Example 17": { "summary": "Update Guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Strain' parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. Guid can be updated for both kinds of parameters.", "value": { "type": "numeric", - "guid": "2a7f240c-2993-467f-8bd2-548b9eb213a5" + "guid": "0e7970c2-39cc-4594-a5dd-2b6788512eb2" } }, - "Example 4": { + "Example 18": { "summary": "Update Name", "description": "This example demonstrates how to update the 'Name' property of the 'Strain' parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. Name can be updated for both kinds of parameters.", "value": { @@ -27911,7 +27911,7 @@ "name": "Strain (Updated)" } }, - "Example 5": { + "Example 19": { "summary": "Update Guid and Unit", "description": "This example demonstrates how to update the 'Guid' and 'Unit' properties of the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. Its Unit will be changed to kg. Only numeric parameters have units.", "value": { @@ -27919,10 +27919,10 @@ "unit": { "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, - "guid": "1105b356-dd30-4f47-93a1-b8ebd2f39edb" + "guid": "d853c855-d955-46c7-9605-e4dfc272db21" } }, - "Example 6": { + "Example 20": { "summary": "Remove Unit", "description": "This example demonstrates how to remove the 'Unit' property of the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database by setting it to null.", "value": { @@ -27930,7 +27930,7 @@ "unit": null } }, - "Example 7": { + "Example 21": { "summary": "Change interpolation and scale type", "description": "This example demonstrates how to update the interpolation type and scale type of the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. The parameter must be a numeric parameter.", "value": { @@ -27946,7 +27946,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaParametersUpdateParameter" }, "examples": { - "Example 1": { + "Example 15": { "summary": "Everything for a numeric parameter", "description": "This example shows how to update all properties of the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. Its Unit will be changed to kg.", "value": { @@ -27959,10 +27959,10 @@ "helpPath": "help/strain-updated.html", "defaultParameterValueGuid": "173284fb-e557-406f-a7eb-f4e75f1d48a9", "name": "Strain (Updated)", - "guid": "66a7d855-c830-4715-8edf-f9fd451900c4" + "guid": "61146ad2-508a-40dd-883c-8cbb7f3e76ce" } }, - "Example 2": { + "Example 16": { "summary": "Everything for a discrete parameter", "description": "This example shows how to update all properties of the 'Basis' discrete parameter (guid = 7a6ccb7b-8a47-4cab-8203-c741d476560f) from the MI_Training database.", "value": { @@ -27970,18 +27970,18 @@ "helpPath": "help/basis-updated.html", "defaultParameterValueGuid": "505b5d32-0a4a-48af-9a7a-90c4caacd35c", "name": "Basis (Updated)", - "guid": "931eda0c-574c-4e6e-9e0d-c8a858197e29" + "guid": "7f775af3-66c0-4e6c-b613-749be8ad8a40" } }, - "Example 3": { + "Example 17": { "summary": "Update Guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Strain' parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. Guid can be updated for both kinds of parameters.", "value": { "type": "numeric", - "guid": "2a7f240c-2993-467f-8bd2-548b9eb213a5" + "guid": "0e7970c2-39cc-4594-a5dd-2b6788512eb2" } }, - "Example 4": { + "Example 18": { "summary": "Update Name", "description": "This example demonstrates how to update the 'Name' property of the 'Strain' parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. Name can be updated for both kinds of parameters.", "value": { @@ -27989,7 +27989,7 @@ "name": "Strain (Updated)" } }, - "Example 5": { + "Example 19": { "summary": "Update Guid and Unit", "description": "This example demonstrates how to update the 'Guid' and 'Unit' properties of the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. Its Unit will be changed to kg. Only numeric parameters have units.", "value": { @@ -27997,10 +27997,10 @@ "unit": { "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, - "guid": "1105b356-dd30-4f47-93a1-b8ebd2f39edb" + "guid": "d853c855-d955-46c7-9605-e4dfc272db21" } }, - "Example 6": { + "Example 20": { "summary": "Remove Unit", "description": "This example demonstrates how to remove the 'Unit' property of the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database by setting it to null.", "value": { @@ -28008,7 +28008,7 @@ "unit": null } }, - "Example 7": { + "Example 21": { "summary": "Change interpolation and scale type", "description": "This example demonstrates how to update the interpolation type and scale type of the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. The parameter must be a numeric parameter.", "value": { @@ -28024,7 +28024,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaParametersUpdateParameter" }, "examples": { - "Example 1": { + "Example 15": { "summary": "Everything for a numeric parameter", "description": "This example shows how to update all properties of the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. Its Unit will be changed to kg.", "value": { @@ -28037,10 +28037,10 @@ "helpPath": "help/strain-updated.html", "defaultParameterValueGuid": "173284fb-e557-406f-a7eb-f4e75f1d48a9", "name": "Strain (Updated)", - "guid": "66a7d855-c830-4715-8edf-f9fd451900c4" + "guid": "61146ad2-508a-40dd-883c-8cbb7f3e76ce" } }, - "Example 2": { + "Example 16": { "summary": "Everything for a discrete parameter", "description": "This example shows how to update all properties of the 'Basis' discrete parameter (guid = 7a6ccb7b-8a47-4cab-8203-c741d476560f) from the MI_Training database.", "value": { @@ -28048,18 +28048,18 @@ "helpPath": "help/basis-updated.html", "defaultParameterValueGuid": "505b5d32-0a4a-48af-9a7a-90c4caacd35c", "name": "Basis (Updated)", - "guid": "931eda0c-574c-4e6e-9e0d-c8a858197e29" + "guid": "7f775af3-66c0-4e6c-b613-749be8ad8a40" } }, - "Example 3": { + "Example 17": { "summary": "Update Guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Strain' parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. Guid can be updated for both kinds of parameters.", "value": { "type": "numeric", - "guid": "2a7f240c-2993-467f-8bd2-548b9eb213a5" + "guid": "0e7970c2-39cc-4594-a5dd-2b6788512eb2" } }, - "Example 4": { + "Example 18": { "summary": "Update Name", "description": "This example demonstrates how to update the 'Name' property of the 'Strain' parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. Name can be updated for both kinds of parameters.", "value": { @@ -28067,7 +28067,7 @@ "name": "Strain (Updated)" } }, - "Example 5": { + "Example 19": { "summary": "Update Guid and Unit", "description": "This example demonstrates how to update the 'Guid' and 'Unit' properties of the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. Its Unit will be changed to kg. Only numeric parameters have units.", "value": { @@ -28075,10 +28075,10 @@ "unit": { "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, - "guid": "1105b356-dd30-4f47-93a1-b8ebd2f39edb" + "guid": "d853c855-d955-46c7-9605-e4dfc272db21" } }, - "Example 6": { + "Example 20": { "summary": "Remove Unit", "description": "This example demonstrates how to remove the 'Unit' property of the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database by setting it to null.", "value": { @@ -28086,7 +28086,7 @@ "unit": null } }, - "Example 7": { + "Example 21": { "summary": "Change interpolation and scale type", "description": "This example demonstrates how to update the interpolation type and scale type of the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. The parameter must be a numeric parameter.", "value": { @@ -28102,7 +28102,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaParametersUpdateParameter" }, "examples": { - "Example 1": { + "Example 15": { "summary": "Everything for a numeric parameter", "description": "This example shows how to update all properties of the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. Its Unit will be changed to kg.", "value": { @@ -28115,10 +28115,10 @@ "helpPath": "help/strain-updated.html", "defaultParameterValueGuid": "173284fb-e557-406f-a7eb-f4e75f1d48a9", "name": "Strain (Updated)", - "guid": "66a7d855-c830-4715-8edf-f9fd451900c4" + "guid": "61146ad2-508a-40dd-883c-8cbb7f3e76ce" } }, - "Example 2": { + "Example 16": { "summary": "Everything for a discrete parameter", "description": "This example shows how to update all properties of the 'Basis' discrete parameter (guid = 7a6ccb7b-8a47-4cab-8203-c741d476560f) from the MI_Training database.", "value": { @@ -28126,18 +28126,18 @@ "helpPath": "help/basis-updated.html", "defaultParameterValueGuid": "505b5d32-0a4a-48af-9a7a-90c4caacd35c", "name": "Basis (Updated)", - "guid": "931eda0c-574c-4e6e-9e0d-c8a858197e29" + "guid": "7f775af3-66c0-4e6c-b613-749be8ad8a40" } }, - "Example 3": { + "Example 17": { "summary": "Update Guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Strain' parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. Guid can be updated for both kinds of parameters.", "value": { "type": "numeric", - "guid": "2a7f240c-2993-467f-8bd2-548b9eb213a5" + "guid": "0e7970c2-39cc-4594-a5dd-2b6788512eb2" } }, - "Example 4": { + "Example 18": { "summary": "Update Name", "description": "This example demonstrates how to update the 'Name' property of the 'Strain' parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. Name can be updated for both kinds of parameters.", "value": { @@ -28145,7 +28145,7 @@ "name": "Strain (Updated)" } }, - "Example 5": { + "Example 19": { "summary": "Update Guid and Unit", "description": "This example demonstrates how to update the 'Guid' and 'Unit' properties of the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. Its Unit will be changed to kg. Only numeric parameters have units.", "value": { @@ -28153,10 +28153,10 @@ "unit": { "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, - "guid": "1105b356-dd30-4f47-93a1-b8ebd2f39edb" + "guid": "d853c855-d955-46c7-9605-e4dfc272db21" } }, - "Example 6": { + "Example 20": { "summary": "Remove Unit", "description": "This example demonstrates how to remove the 'Unit' property of the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database by setting it to null.", "value": { @@ -28164,7 +28164,7 @@ "unit": null } }, - "Example 7": { + "Example 21": { "summary": "Change interpolation and scale type", "description": "This example demonstrates how to update the interpolation type and scale type of the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. The parameter must be a numeric parameter.", "value": { @@ -28434,31 +28434,31 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaParametersUpdateParameterValue" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Update numeric parameter value", "description": "This example demonstrates how to update all properties of the 'Strain 0.1' numeric parameter value (guid = 173284fb-e557-406f-a7eb-f4e75f1d48a9) from the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "value": 10.0, "type": "numeric", "name": "Strain 0.1 (Updated)", - "guid": "90df11b8-724e-450b-91ad-2cceadfed7d5" + "guid": "68208e83-53da-4e4e-a9e3-413cfebd2a29" } }, - "Example 2": { + "Example 8": { "summary": "Update discrete parameter value", "description": "This example demonstrates how to update all properties of the 'Mean' discrete parameter value (guid = 21a27377-12eb-413c-bac4-d4ffceda39d1) from the 'Basis' numeric parameter (guid = 7a6ccb7b-8a47-4cab-8203-c741d476560f) from the MI_Training database.", "value": { "type": "discrete", "name": "Mean (Updated)", - "guid": "0a82c5b2-bc49-4e08-85a2-e09339441d7c" + "guid": "85a5beec-646d-4cb3-97fd-aed496ba7c90" } }, - "Example 3": { + "Example 9": { "summary": "Change guid of numeric", "description": "This example demonstrates how to update guid of the 'Strain 0.1' numeric parameter value (guid = 173284fb-e557-406f-a7eb-f4e75f1d48a9) from the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database using a PATCH request.", "value": { "type": "numeric", - "guid": "171d4ec5-84ae-4a5a-b9b6-8a0232adeac9" + "guid": "cd2d203d-ecfd-44a9-a166-1faba6dee794" } } } @@ -28468,31 +28468,31 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaParametersUpdateParameterValue" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Update numeric parameter value", "description": "This example demonstrates how to update all properties of the 'Strain 0.1' numeric parameter value (guid = 173284fb-e557-406f-a7eb-f4e75f1d48a9) from the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "value": 10.0, "type": "numeric", "name": "Strain 0.1 (Updated)", - "guid": "90df11b8-724e-450b-91ad-2cceadfed7d5" + "guid": "68208e83-53da-4e4e-a9e3-413cfebd2a29" } }, - "Example 2": { + "Example 8": { "summary": "Update discrete parameter value", "description": "This example demonstrates how to update all properties of the 'Mean' discrete parameter value (guid = 21a27377-12eb-413c-bac4-d4ffceda39d1) from the 'Basis' numeric parameter (guid = 7a6ccb7b-8a47-4cab-8203-c741d476560f) from the MI_Training database.", "value": { "type": "discrete", "name": "Mean (Updated)", - "guid": "0a82c5b2-bc49-4e08-85a2-e09339441d7c" + "guid": "85a5beec-646d-4cb3-97fd-aed496ba7c90" } }, - "Example 3": { + "Example 9": { "summary": "Change guid of numeric", "description": "This example demonstrates how to update guid of the 'Strain 0.1' numeric parameter value (guid = 173284fb-e557-406f-a7eb-f4e75f1d48a9) from the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database using a PATCH request.", "value": { "type": "numeric", - "guid": "171d4ec5-84ae-4a5a-b9b6-8a0232adeac9" + "guid": "cd2d203d-ecfd-44a9-a166-1faba6dee794" } } } @@ -28502,31 +28502,31 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaParametersUpdateParameterValue" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Update numeric parameter value", "description": "This example demonstrates how to update all properties of the 'Strain 0.1' numeric parameter value (guid = 173284fb-e557-406f-a7eb-f4e75f1d48a9) from the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "value": 10.0, "type": "numeric", "name": "Strain 0.1 (Updated)", - "guid": "90df11b8-724e-450b-91ad-2cceadfed7d5" + "guid": "68208e83-53da-4e4e-a9e3-413cfebd2a29" } }, - "Example 2": { + "Example 8": { "summary": "Update discrete parameter value", "description": "This example demonstrates how to update all properties of the 'Mean' discrete parameter value (guid = 21a27377-12eb-413c-bac4-d4ffceda39d1) from the 'Basis' numeric parameter (guid = 7a6ccb7b-8a47-4cab-8203-c741d476560f) from the MI_Training database.", "value": { "type": "discrete", "name": "Mean (Updated)", - "guid": "0a82c5b2-bc49-4e08-85a2-e09339441d7c" + "guid": "85a5beec-646d-4cb3-97fd-aed496ba7c90" } }, - "Example 3": { + "Example 9": { "summary": "Change guid of numeric", "description": "This example demonstrates how to update guid of the 'Strain 0.1' numeric parameter value (guid = 173284fb-e557-406f-a7eb-f4e75f1d48a9) from the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database using a PATCH request.", "value": { "type": "numeric", - "guid": "171d4ec5-84ae-4a5a-b9b6-8a0232adeac9" + "guid": "cd2d203d-ecfd-44a9-a166-1faba6dee794" } } } @@ -28536,31 +28536,31 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaParametersUpdateParameterValue" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Update numeric parameter value", "description": "This example demonstrates how to update all properties of the 'Strain 0.1' numeric parameter value (guid = 173284fb-e557-406f-a7eb-f4e75f1d48a9) from the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "value": 10.0, "type": "numeric", "name": "Strain 0.1 (Updated)", - "guid": "90df11b8-724e-450b-91ad-2cceadfed7d5" + "guid": "68208e83-53da-4e4e-a9e3-413cfebd2a29" } }, - "Example 2": { + "Example 8": { "summary": "Update discrete parameter value", "description": "This example demonstrates how to update all properties of the 'Mean' discrete parameter value (guid = 21a27377-12eb-413c-bac4-d4ffceda39d1) from the 'Basis' numeric parameter (guid = 7a6ccb7b-8a47-4cab-8203-c741d476560f) from the MI_Training database.", "value": { "type": "discrete", "name": "Mean (Updated)", - "guid": "0a82c5b2-bc49-4e08-85a2-e09339441d7c" + "guid": "85a5beec-646d-4cb3-97fd-aed496ba7c90" } }, - "Example 3": { + "Example 9": { "summary": "Change guid of numeric", "description": "This example demonstrates how to update guid of the 'Strain 0.1' numeric parameter value (guid = 173284fb-e557-406f-a7eb-f4e75f1d48a9) from the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database using a PATCH request.", "value": { "type": "numeric", - "guid": "171d4ec5-84ae-4a5a-b9b6-8a0232adeac9" + "guid": "cd2d203d-ecfd-44a9-a166-1faba6dee794" } } } @@ -28701,7 +28701,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaParametersCreateParameterValue" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Numeric parameter value", "description": "This example demonstrates how to create a new numeric parameter value for the 'Temperature' numeric parameter (guid = 00000001-000a-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -28710,7 +28710,7 @@ "name": "Cold" } }, - "Example 2": { + "Example 6": { "summary": "Discrete parameter value", "description": "This example demonstrates how to create a new discrete parameter value for the 'Chemical Environment' discrete parameter (guid = b7cee874-160f-439a-a784-b887c516b2d5) from the MI_Training database.", "value": { @@ -28725,7 +28725,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaParametersCreateParameterValue" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Numeric parameter value", "description": "This example demonstrates how to create a new numeric parameter value for the 'Temperature' numeric parameter (guid = 00000001-000a-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -28734,7 +28734,7 @@ "name": "Cold" } }, - "Example 2": { + "Example 6": { "summary": "Discrete parameter value", "description": "This example demonstrates how to create a new discrete parameter value for the 'Chemical Environment' discrete parameter (guid = b7cee874-160f-439a-a784-b887c516b2d5) from the MI_Training database.", "value": { @@ -28749,7 +28749,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaParametersCreateParameterValue" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Numeric parameter value", "description": "This example demonstrates how to create a new numeric parameter value for the 'Temperature' numeric parameter (guid = 00000001-000a-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -28758,7 +28758,7 @@ "name": "Cold" } }, - "Example 2": { + "Example 6": { "summary": "Discrete parameter value", "description": "This example demonstrates how to create a new discrete parameter value for the 'Chemical Environment' discrete parameter (guid = b7cee874-160f-439a-a784-b887c516b2d5) from the MI_Training database.", "value": { @@ -28773,7 +28773,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaParametersCreateParameterValue" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Numeric parameter value", "description": "This example demonstrates how to create a new numeric parameter value for the 'Temperature' numeric parameter (guid = 00000001-000a-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -28782,7 +28782,7 @@ "name": "Cold" } }, - "Example 2": { + "Example 6": { "summary": "Discrete parameter value", "description": "This example demonstrates how to create a new discrete parameter value for the 'Chemical Environment' discrete parameter (guid = b7cee874-160f-439a-a784-b887c516b2d5) from the MI_Training database.", "value": { @@ -28895,7 +28895,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaProfilesUpdateAllProfilesInfo" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Update default profile", "description": "This example demonstrates how to update default profile. Default Profile might be set to one of the profiles visible to user or to null.", "value": { @@ -28904,14 +28904,14 @@ } } }, - "Example 2": { + "Example 10": { "summary": "Remove default profile", "description": "This example demonstrates how to remove default profile by setting it to null", "value": { "defaultProfile": null } }, - "Example 3": { + "Example 11": { "summary": "Update profiles order", "description": "This example demonstrates how to reorder profiles. Profiles will be reordered in the order provided. Their values can not be changed. Full list of explicit profiles must be provided.", "value": { @@ -28928,7 +28928,7 @@ ] } }, - "Example 4": { + "Example 12": { "summary": "Everything for AllProfilesInfo", "description": "This example shows all properties that can be updated for AllProfilesInfo.", "value": { @@ -28955,7 +28955,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaProfilesUpdateAllProfilesInfo" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Update default profile", "description": "This example demonstrates how to update default profile. Default Profile might be set to one of the profiles visible to user or to null.", "value": { @@ -28964,14 +28964,14 @@ } } }, - "Example 2": { + "Example 10": { "summary": "Remove default profile", "description": "This example demonstrates how to remove default profile by setting it to null", "value": { "defaultProfile": null } }, - "Example 3": { + "Example 11": { "summary": "Update profiles order", "description": "This example demonstrates how to reorder profiles. Profiles will be reordered in the order provided. Their values can not be changed. Full list of explicit profiles must be provided.", "value": { @@ -28988,7 +28988,7 @@ ] } }, - "Example 4": { + "Example 12": { "summary": "Everything for AllProfilesInfo", "description": "This example shows all properties that can be updated for AllProfilesInfo.", "value": { @@ -29015,7 +29015,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaProfilesUpdateAllProfilesInfo" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Update default profile", "description": "This example demonstrates how to update default profile. Default Profile might be set to one of the profiles visible to user or to null.", "value": { @@ -29024,14 +29024,14 @@ } } }, - "Example 2": { + "Example 10": { "summary": "Remove default profile", "description": "This example demonstrates how to remove default profile by setting it to null", "value": { "defaultProfile": null } }, - "Example 3": { + "Example 11": { "summary": "Update profiles order", "description": "This example demonstrates how to reorder profiles. Profiles will be reordered in the order provided. Their values can not be changed. Full list of explicit profiles must be provided.", "value": { @@ -29048,7 +29048,7 @@ ] } }, - "Example 4": { + "Example 12": { "summary": "Everything for AllProfilesInfo", "description": "This example shows all properties that can be updated for AllProfilesInfo.", "value": { @@ -29075,7 +29075,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaProfilesUpdateAllProfilesInfo" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Update default profile", "description": "This example demonstrates how to update default profile. Default Profile might be set to one of the profiles visible to user or to null.", "value": { @@ -29084,14 +29084,14 @@ } } }, - "Example 2": { + "Example 10": { "summary": "Remove default profile", "description": "This example demonstrates how to remove default profile by setting it to null", "value": { "defaultProfile": null } }, - "Example 3": { + "Example 11": { "summary": "Update profiles order", "description": "This example demonstrates how to reorder profiles. Profiles will be reordered in the order provided. Their values can not be changed. Full list of explicit profiles must be provided.", "value": { @@ -29108,7 +29108,7 @@ ] } }, - "Example 4": { + "Example 12": { "summary": "Everything for AllProfilesInfo", "description": "This example shows all properties that can be updated for AllProfilesInfo.", "value": { @@ -29204,22 +29204,22 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaProfilesCreateProfile" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Profile", "description": "This example demonstrates how to create a new profile", "value": { "name": "MI:Training Processes" } }, - "Example 2": { + "Example 8": { "summary": "Profile with specified guid", "description": "This example demonstrates how to create a new profile with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "MI:Training Processes", - "guid": "a856e1e4-b5ad-4aa5-ba3c-5ab8c5213c8b" + "guid": "e961809b-f9e3-4904-b9ef-bd35aad02b11" } }, - "Example 3": { + "Example 9": { "summary": "Full profile", "description": "This example demonstrates how to create a new profile with all of its fields filled out.", "value": { @@ -29227,7 +29227,7 @@ "homepageUrl": "TrainingProfiles/TrainingProcesses", "groupName": "MI:Training Profiles", "name": "MI:Training Processes", - "guid": "9ffb0f27-c2fe-46be-98d4-6f2371cfac0f" + "guid": "9b346e24-bb13-4c45-99ea-1a80974fff7c" } } } @@ -29237,22 +29237,22 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaProfilesCreateProfile" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Profile", "description": "This example demonstrates how to create a new profile", "value": { "name": "MI:Training Processes" } }, - "Example 2": { + "Example 8": { "summary": "Profile with specified guid", "description": "This example demonstrates how to create a new profile with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "MI:Training Processes", - "guid": "a856e1e4-b5ad-4aa5-ba3c-5ab8c5213c8b" + "guid": "e961809b-f9e3-4904-b9ef-bd35aad02b11" } }, - "Example 3": { + "Example 9": { "summary": "Full profile", "description": "This example demonstrates how to create a new profile with all of its fields filled out.", "value": { @@ -29260,7 +29260,7 @@ "homepageUrl": "TrainingProfiles/TrainingProcesses", "groupName": "MI:Training Profiles", "name": "MI:Training Processes", - "guid": "9ffb0f27-c2fe-46be-98d4-6f2371cfac0f" + "guid": "9b346e24-bb13-4c45-99ea-1a80974fff7c" } } } @@ -29270,22 +29270,22 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaProfilesCreateProfile" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Profile", "description": "This example demonstrates how to create a new profile", "value": { "name": "MI:Training Processes" } }, - "Example 2": { + "Example 8": { "summary": "Profile with specified guid", "description": "This example demonstrates how to create a new profile with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "MI:Training Processes", - "guid": "a856e1e4-b5ad-4aa5-ba3c-5ab8c5213c8b" + "guid": "e961809b-f9e3-4904-b9ef-bd35aad02b11" } }, - "Example 3": { + "Example 9": { "summary": "Full profile", "description": "This example demonstrates how to create a new profile with all of its fields filled out.", "value": { @@ -29293,7 +29293,7 @@ "homepageUrl": "TrainingProfiles/TrainingProcesses", "groupName": "MI:Training Profiles", "name": "MI:Training Processes", - "guid": "9ffb0f27-c2fe-46be-98d4-6f2371cfac0f" + "guid": "9b346e24-bb13-4c45-99ea-1a80974fff7c" } } } @@ -29303,22 +29303,22 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaProfilesCreateProfile" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Profile", "description": "This example demonstrates how to create a new profile", "value": { "name": "MI:Training Processes" } }, - "Example 2": { + "Example 8": { "summary": "Profile with specified guid", "description": "This example demonstrates how to create a new profile with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "MI:Training Processes", - "guid": "a856e1e4-b5ad-4aa5-ba3c-5ab8c5213c8b" + "guid": "e961809b-f9e3-4904-b9ef-bd35aad02b11" } }, - "Example 3": { + "Example 9": { "summary": "Full profile", "description": "This example demonstrates how to create a new profile with all of its fields filled out.", "value": { @@ -29326,7 +29326,7 @@ "homepageUrl": "TrainingProfiles/TrainingProcesses", "groupName": "MI:Training Profiles", "name": "MI:Training Processes", - "guid": "9ffb0f27-c2fe-46be-98d4-6f2371cfac0f" + "guid": "9b346e24-bb13-4c45-99ea-1a80974fff7c" } } } @@ -29464,21 +29464,21 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaProfilesUpdateProfile" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Update a guid", "description": "This example demonstrates how to update the 'Guid' property of the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "e5a04eec-e208-4f47-90d1-605a4fe1bbdf" + "guid": "c05aabf6-7143-44f0-a569-831092cedb00" } }, - "Example 2": { + "Example 8": { "summary": "Update a name", "description": "This example demonstrates how to update the 'Name' property of the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { "name": "MI:Training Metals (Updated)" } }, - "Example 3": { + "Example 9": { "summary": "Everything for a profile", "description": "This example demonstrates how to update all properties of the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f). Profile tables will be reordered in the order provided. Their values can not be changed. Full list of profiles profileTables must be provided.", "value": { @@ -29488,7 +29488,7 @@ "81bb4607-e2a3-4c78-81fc-a18a09979c72", "a7cb2018-8410-42fd-ac6a-8bc1b441ba6e" ], - "guid": "bce049bb-8f36-44fc-89df-3e4d2bc86398", + "guid": "a4e3908f-8cee-4584-b871-e47d1c9ed801", "groupName": "MI:Training Profiles (Updated)", "name": "MI:Training Metals" } @@ -29500,21 +29500,21 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaProfilesUpdateProfile" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Update a guid", "description": "This example demonstrates how to update the 'Guid' property of the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "e5a04eec-e208-4f47-90d1-605a4fe1bbdf" + "guid": "c05aabf6-7143-44f0-a569-831092cedb00" } }, - "Example 2": { + "Example 8": { "summary": "Update a name", "description": "This example demonstrates how to update the 'Name' property of the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { "name": "MI:Training Metals (Updated)" } }, - "Example 3": { + "Example 9": { "summary": "Everything for a profile", "description": "This example demonstrates how to update all properties of the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f). Profile tables will be reordered in the order provided. Their values can not be changed. Full list of profiles profileTables must be provided.", "value": { @@ -29524,7 +29524,7 @@ "81bb4607-e2a3-4c78-81fc-a18a09979c72", "a7cb2018-8410-42fd-ac6a-8bc1b441ba6e" ], - "guid": "bce049bb-8f36-44fc-89df-3e4d2bc86398", + "guid": "a4e3908f-8cee-4584-b871-e47d1c9ed801", "groupName": "MI:Training Profiles (Updated)", "name": "MI:Training Metals" } @@ -29536,21 +29536,21 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaProfilesUpdateProfile" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Update a guid", "description": "This example demonstrates how to update the 'Guid' property of the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "e5a04eec-e208-4f47-90d1-605a4fe1bbdf" + "guid": "c05aabf6-7143-44f0-a569-831092cedb00" } }, - "Example 2": { + "Example 8": { "summary": "Update a name", "description": "This example demonstrates how to update the 'Name' property of the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { "name": "MI:Training Metals (Updated)" } }, - "Example 3": { + "Example 9": { "summary": "Everything for a profile", "description": "This example demonstrates how to update all properties of the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f). Profile tables will be reordered in the order provided. Their values can not be changed. Full list of profiles profileTables must be provided.", "value": { @@ -29560,7 +29560,7 @@ "81bb4607-e2a3-4c78-81fc-a18a09979c72", "a7cb2018-8410-42fd-ac6a-8bc1b441ba6e" ], - "guid": "bce049bb-8f36-44fc-89df-3e4d2bc86398", + "guid": "a4e3908f-8cee-4584-b871-e47d1c9ed801", "groupName": "MI:Training Profiles (Updated)", "name": "MI:Training Metals" } @@ -29572,21 +29572,21 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaProfilesUpdateProfile" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Update a guid", "description": "This example demonstrates how to update the 'Guid' property of the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "e5a04eec-e208-4f47-90d1-605a4fe1bbdf" + "guid": "c05aabf6-7143-44f0-a569-831092cedb00" } }, - "Example 2": { + "Example 8": { "summary": "Update a name", "description": "This example demonstrates how to update the 'Name' property of the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { "name": "MI:Training Metals (Updated)" } }, - "Example 3": { + "Example 9": { "summary": "Everything for a profile", "description": "This example demonstrates how to update all properties of the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f). Profile tables will be reordered in the order provided. Their values can not be changed. Full list of profiles profileTables must be provided.", "value": { @@ -29596,7 +29596,7 @@ "81bb4607-e2a3-4c78-81fc-a18a09979c72", "a7cb2018-8410-42fd-ac6a-8bc1b441ba6e" ], - "guid": "bce049bb-8f36-44fc-89df-3e4d2bc86398", + "guid": "a4e3908f-8cee-4584-b871-e47d1c9ed801", "groupName": "MI:Training Profiles (Updated)", "name": "MI:Training Metals" } @@ -29764,7 +29764,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaProfileTablesCreateProfileTable" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Profile Table", "description": "This example demonstrates how to create a new profile table for the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f)", "value": { @@ -29772,16 +29772,16 @@ "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e" } }, - "Example 2": { + "Example 8": { "summary": "Profile Table with specified guid", "description": "This example demonstrates how to create a new profile table for the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f) with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", - "guid": "8cc07606-3568-4874-b70b-de4d15048114" + "guid": "5081b52c-9d59-4245-a408-10946ad15912" } }, - "Example 3": { + "Example 9": { "summary": "Full Profile Table", "description": "This example demonstrates how to create a new profile table for the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f) with all of its fields filled out.", "value": { @@ -29789,7 +29789,7 @@ "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", "subsetGuid": "c2a6b6d0-540c-4927-b861-840644fc3968", "layoutGuid": "f8379ae4-a8a8-4329-b9b5-cd0b2d285fd0", - "guid": "40ce5cb5-245d-45dd-bdc3-79d55a0ec410" + "guid": "e8618fc4-0bfd-43ec-9b42-cd126f51919f" } } } @@ -29799,7 +29799,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaProfileTablesCreateProfileTable" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Profile Table", "description": "This example demonstrates how to create a new profile table for the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f)", "value": { @@ -29807,16 +29807,16 @@ "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e" } }, - "Example 2": { + "Example 8": { "summary": "Profile Table with specified guid", "description": "This example demonstrates how to create a new profile table for the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f) with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", - "guid": "8cc07606-3568-4874-b70b-de4d15048114" + "guid": "5081b52c-9d59-4245-a408-10946ad15912" } }, - "Example 3": { + "Example 9": { "summary": "Full Profile Table", "description": "This example demonstrates how to create a new profile table for the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f) with all of its fields filled out.", "value": { @@ -29824,7 +29824,7 @@ "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", "subsetGuid": "c2a6b6d0-540c-4927-b861-840644fc3968", "layoutGuid": "f8379ae4-a8a8-4329-b9b5-cd0b2d285fd0", - "guid": "40ce5cb5-245d-45dd-bdc3-79d55a0ec410" + "guid": "e8618fc4-0bfd-43ec-9b42-cd126f51919f" } } } @@ -29834,7 +29834,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaProfileTablesCreateProfileTable" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Profile Table", "description": "This example demonstrates how to create a new profile table for the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f)", "value": { @@ -29842,16 +29842,16 @@ "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e" } }, - "Example 2": { + "Example 8": { "summary": "Profile Table with specified guid", "description": "This example demonstrates how to create a new profile table for the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f) with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", - "guid": "8cc07606-3568-4874-b70b-de4d15048114" + "guid": "5081b52c-9d59-4245-a408-10946ad15912" } }, - "Example 3": { + "Example 9": { "summary": "Full Profile Table", "description": "This example demonstrates how to create a new profile table for the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f) with all of its fields filled out.", "value": { @@ -29859,7 +29859,7 @@ "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", "subsetGuid": "c2a6b6d0-540c-4927-b861-840644fc3968", "layoutGuid": "f8379ae4-a8a8-4329-b9b5-cd0b2d285fd0", - "guid": "40ce5cb5-245d-45dd-bdc3-79d55a0ec410" + "guid": "e8618fc4-0bfd-43ec-9b42-cd126f51919f" } } } @@ -29869,7 +29869,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaProfileTablesCreateProfileTable" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Profile Table", "description": "This example demonstrates how to create a new profile table for the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f)", "value": { @@ -29877,16 +29877,16 @@ "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e" } }, - "Example 2": { + "Example 8": { "summary": "Profile Table with specified guid", "description": "This example demonstrates how to create a new profile table for the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f) with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", - "guid": "8cc07606-3568-4874-b70b-de4d15048114" + "guid": "5081b52c-9d59-4245-a408-10946ad15912" } }, - "Example 3": { + "Example 9": { "summary": "Full Profile Table", "description": "This example demonstrates how to create a new profile table for the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f) with all of its fields filled out.", "value": { @@ -29894,7 +29894,7 @@ "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", "subsetGuid": "c2a6b6d0-540c-4927-b861-840644fc3968", "layoutGuid": "f8379ae4-a8a8-4329-b9b5-cd0b2d285fd0", - "guid": "40ce5cb5-245d-45dd-bdc3-79d55a0ec410" + "guid": "e8618fc4-0bfd-43ec-9b42-cd126f51919f" } } } @@ -30025,16 +30025,16 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaProfileTablesUpdateProfileTable" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Everything for a profile table", "description": "This example shows how to update all properties of the 'MaterialUniverse' profile table (guid = a7cb2018-8410-42fd-ac6a-8bc1b441ba6e) from the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { "subsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000", "layoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000", - "guid": "0694d977-3737-4eae-94f6-8265d9b79d85" + "guid": "8e54afdd-e426-437e-b760-812291b31d98" } }, - "Example 2": { + "Example 8": { "summary": "Remove subset and layout", "description": "This example shows how to remove the 'Subset' and 'Layout' properties from the 'Design Data' profile table (guid = 2aa49cb3-19a4-44e3-a389-278123c96631) from the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { @@ -30042,11 +30042,11 @@ "layoutGuid": null } }, - "Example 3": { + "Example 9": { "summary": "Just guid", "description": "This example shows how to update the 'Guid' property of the 'MaterialUniverse' profile table (guid = a7cb2018-8410-42fd-ac6a-8bc1b441ba6e) from the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "996e33ee-6fb8-4372-b065-3ba601895f00" + "guid": "7629ff23-98fa-4343-b279-234ba953158f" } } } @@ -30056,16 +30056,16 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaProfileTablesUpdateProfileTable" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Everything for a profile table", "description": "This example shows how to update all properties of the 'MaterialUniverse' profile table (guid = a7cb2018-8410-42fd-ac6a-8bc1b441ba6e) from the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { "subsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000", "layoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000", - "guid": "0694d977-3737-4eae-94f6-8265d9b79d85" + "guid": "8e54afdd-e426-437e-b760-812291b31d98" } }, - "Example 2": { + "Example 8": { "summary": "Remove subset and layout", "description": "This example shows how to remove the 'Subset' and 'Layout' properties from the 'Design Data' profile table (guid = 2aa49cb3-19a4-44e3-a389-278123c96631) from the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { @@ -30073,11 +30073,11 @@ "layoutGuid": null } }, - "Example 3": { + "Example 9": { "summary": "Just guid", "description": "This example shows how to update the 'Guid' property of the 'MaterialUniverse' profile table (guid = a7cb2018-8410-42fd-ac6a-8bc1b441ba6e) from the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "996e33ee-6fb8-4372-b065-3ba601895f00" + "guid": "7629ff23-98fa-4343-b279-234ba953158f" } } } @@ -30087,16 +30087,16 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaProfileTablesUpdateProfileTable" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Everything for a profile table", "description": "This example shows how to update all properties of the 'MaterialUniverse' profile table (guid = a7cb2018-8410-42fd-ac6a-8bc1b441ba6e) from the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { "subsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000", "layoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000", - "guid": "0694d977-3737-4eae-94f6-8265d9b79d85" + "guid": "8e54afdd-e426-437e-b760-812291b31d98" } }, - "Example 2": { + "Example 8": { "summary": "Remove subset and layout", "description": "This example shows how to remove the 'Subset' and 'Layout' properties from the 'Design Data' profile table (guid = 2aa49cb3-19a4-44e3-a389-278123c96631) from the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { @@ -30104,11 +30104,11 @@ "layoutGuid": null } }, - "Example 3": { + "Example 9": { "summary": "Just guid", "description": "This example shows how to update the 'Guid' property of the 'MaterialUniverse' profile table (guid = a7cb2018-8410-42fd-ac6a-8bc1b441ba6e) from the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "996e33ee-6fb8-4372-b065-3ba601895f00" + "guid": "7629ff23-98fa-4343-b279-234ba953158f" } } } @@ -30118,16 +30118,16 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaProfileTablesUpdateProfileTable" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Everything for a profile table", "description": "This example shows how to update all properties of the 'MaterialUniverse' profile table (guid = a7cb2018-8410-42fd-ac6a-8bc1b441ba6e) from the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { "subsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000", "layoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000", - "guid": "0694d977-3737-4eae-94f6-8265d9b79d85" + "guid": "8e54afdd-e426-437e-b760-812291b31d98" } }, - "Example 2": { + "Example 8": { "summary": "Remove subset and layout", "description": "This example shows how to remove the 'Subset' and 'Layout' properties from the 'Design Data' profile table (guid = 2aa49cb3-19a4-44e3-a389-278123c96631) from the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { @@ -30135,11 +30135,11 @@ "layoutGuid": null } }, - "Example 3": { + "Example 9": { "summary": "Just guid", "description": "This example shows how to update the 'Guid' property of the 'MaterialUniverse' profile table (guid = a7cb2018-8410-42fd-ac6a-8bc1b441ba6e) from the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "996e33ee-6fb8-4372-b065-3ba601895f00" + "guid": "7629ff23-98fa-4343-b279-234ba953158f" } } } @@ -30309,7 +30309,7 @@ "reverseDisplayNames": {}, "displayNames": {}, "name": "MI Training Exercise for Import - Second Training Database And Table", - "guid": "3a6a6cc0-0032-4c8e-907e-e16a14844b2b" + "guid": "043bc901-8e58-4bdb-8c17-b08a42b0dd4d" } ] } @@ -30353,7 +30353,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaRecordLinkGroupsCreateRecordLinkGroup" }, "examples": { - "Example 1": { + "Example 13": { "summary": "Static record link group", "description": "This example demonstrates how to create a new static record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000'). This will link from 'MaterialUniverse' table to itself.", "value": { @@ -30366,7 +30366,7 @@ "name": "Material Universe static self link" } }, - "Example 2": { + "Example 14": { "summary": "Static record link group with specified guid", "description": "This example demonstrates how to create a new static record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated. This will link from 'MaterialUniverse' table to 'ProcessUniverse' table", "value": { @@ -30379,38 +30379,38 @@ }, "reverseName": "Material Universe static link", "name": "Process Universe static link", - "guid": "31bcd8f7-0cea-465e-bfd5-5ad7dc63cbd5" + "guid": "69804eaf-942b-4c8b-9077-847cafbcc8d9" } }, - "Example 3": { + "Example 15": { "summary": "Cross database record link group", "description": "This example demonstrates how to create a new cross database record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000'). This will link from 'MaterialUniverse' table to a table in different databases. Since no database guid is specified this will link to all databases containing this table.", "value": { "type": "crossDatabase", "includeIndirectLinks": false, "linkTarget": { - "tableGuid": "7563afa6-294c-43dd-b382-de725ffeda04" + "tableGuid": "2b361e4a-e911-49c7-ad7c-e56e95fa363d" }, "reverseName": "Cross database link to Material Universe", "name": "Cross database link from Material Universe" } }, - "Example 4": { + "Example 16": { "summary": "Cross database record link group with specified guid and target database guid", "description": "This example demonstrates how to create a new cross database record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated. This will link from 'MaterialUniverse' table to a table in different database. Since the database guid is specified it will link to all versions of that specific database.", "value": { "type": "crossDatabase", "includeIndirectLinks": true, "linkTarget": { - "databaseGuid": "0e415ef1-1a57-4fed-9e78-f2c71c1424c3", - "tableGuid": "d154b59c-a983-4ccc-98ce-8d94a4117932" + "databaseGuid": "0815736c-edb9-4ebd-af53-8c4789067f51", + "tableGuid": "47760f2b-2ee6-437a-8e20-24ec08ab3054" }, "reverseName": "Cross database link to MI Training - Material Universe", "name": "Cross database link from MI Training - Material Universe", - "guid": "d826aafb-6904-4dfd-8475-0c56cf971189" + "guid": "27f15df1-396c-4e9d-abc0-0c5fc8f6c34d" } }, - "Example 5": { + "Example 17": { "summary": "Dynamic record link group", "description": "This example demonstrates how to create a new dynamic record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000'). This will link from 'MaterialUniverse' table to itself. Created link will have 'One to One' referential integrity model and will allow orphans.", "value": { @@ -30430,7 +30430,7 @@ "name": "Material Universe dynamic self link" } }, - "Example 6": { + "Example 18": { "summary": "Dynamic record link group with all fields specified", "description": "This example demonstrates how to create a new dynamic record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') with a specified guid, referential integrity model and forbid orphans flag. If the guid is not specified a random new Guid will be generated. If referential integrity model is not specified it defaults to 'One to One' model. If forbid orphans flag is not specified it defaults to allowing them. This link group will link from 'MaterialUniverse' table to 'ProcessUniverse' table", "value": { @@ -30454,7 +30454,7 @@ }, "reverseName": "Material Universe dynamic link", "name": "Process Universe dynamic link", - "guid": "5657114b-0bc8-4861-89d5-76d5b57ead8f" + "guid": "45647e22-4359-4c22-8e4a-57b2617f4f47" } } } @@ -30464,7 +30464,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaRecordLinkGroupsCreateRecordLinkGroup" }, "examples": { - "Example 1": { + "Example 13": { "summary": "Static record link group", "description": "This example demonstrates how to create a new static record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000'). This will link from 'MaterialUniverse' table to itself.", "value": { @@ -30477,7 +30477,7 @@ "name": "Material Universe static self link" } }, - "Example 2": { + "Example 14": { "summary": "Static record link group with specified guid", "description": "This example demonstrates how to create a new static record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated. This will link from 'MaterialUniverse' table to 'ProcessUniverse' table", "value": { @@ -30490,38 +30490,38 @@ }, "reverseName": "Material Universe static link", "name": "Process Universe static link", - "guid": "31bcd8f7-0cea-465e-bfd5-5ad7dc63cbd5" + "guid": "69804eaf-942b-4c8b-9077-847cafbcc8d9" } }, - "Example 3": { + "Example 15": { "summary": "Cross database record link group", "description": "This example demonstrates how to create a new cross database record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000'). This will link from 'MaterialUniverse' table to a table in different databases. Since no database guid is specified this will link to all databases containing this table.", "value": { "type": "crossDatabase", "includeIndirectLinks": false, "linkTarget": { - "tableGuid": "7563afa6-294c-43dd-b382-de725ffeda04" + "tableGuid": "2b361e4a-e911-49c7-ad7c-e56e95fa363d" }, "reverseName": "Cross database link to Material Universe", "name": "Cross database link from Material Universe" } }, - "Example 4": { + "Example 16": { "summary": "Cross database record link group with specified guid and target database guid", "description": "This example demonstrates how to create a new cross database record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated. This will link from 'MaterialUniverse' table to a table in different database. Since the database guid is specified it will link to all versions of that specific database.", "value": { "type": "crossDatabase", "includeIndirectLinks": true, "linkTarget": { - "databaseGuid": "0e415ef1-1a57-4fed-9e78-f2c71c1424c3", - "tableGuid": "d154b59c-a983-4ccc-98ce-8d94a4117932" + "databaseGuid": "0815736c-edb9-4ebd-af53-8c4789067f51", + "tableGuid": "47760f2b-2ee6-437a-8e20-24ec08ab3054" }, "reverseName": "Cross database link to MI Training - Material Universe", "name": "Cross database link from MI Training - Material Universe", - "guid": "d826aafb-6904-4dfd-8475-0c56cf971189" + "guid": "27f15df1-396c-4e9d-abc0-0c5fc8f6c34d" } }, - "Example 5": { + "Example 17": { "summary": "Dynamic record link group", "description": "This example demonstrates how to create a new dynamic record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000'). This will link from 'MaterialUniverse' table to itself. Created link will have 'One to One' referential integrity model and will allow orphans.", "value": { @@ -30541,7 +30541,7 @@ "name": "Material Universe dynamic self link" } }, - "Example 6": { + "Example 18": { "summary": "Dynamic record link group with all fields specified", "description": "This example demonstrates how to create a new dynamic record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') with a specified guid, referential integrity model and forbid orphans flag. If the guid is not specified a random new Guid will be generated. If referential integrity model is not specified it defaults to 'One to One' model. If forbid orphans flag is not specified it defaults to allowing them. This link group will link from 'MaterialUniverse' table to 'ProcessUniverse' table", "value": { @@ -30565,7 +30565,7 @@ }, "reverseName": "Material Universe dynamic link", "name": "Process Universe dynamic link", - "guid": "5657114b-0bc8-4861-89d5-76d5b57ead8f" + "guid": "45647e22-4359-4c22-8e4a-57b2617f4f47" } } } @@ -30575,7 +30575,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaRecordLinkGroupsCreateRecordLinkGroup" }, "examples": { - "Example 1": { + "Example 13": { "summary": "Static record link group", "description": "This example demonstrates how to create a new static record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000'). This will link from 'MaterialUniverse' table to itself.", "value": { @@ -30588,7 +30588,7 @@ "name": "Material Universe static self link" } }, - "Example 2": { + "Example 14": { "summary": "Static record link group with specified guid", "description": "This example demonstrates how to create a new static record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated. This will link from 'MaterialUniverse' table to 'ProcessUniverse' table", "value": { @@ -30601,38 +30601,38 @@ }, "reverseName": "Material Universe static link", "name": "Process Universe static link", - "guid": "31bcd8f7-0cea-465e-bfd5-5ad7dc63cbd5" + "guid": "69804eaf-942b-4c8b-9077-847cafbcc8d9" } }, - "Example 3": { + "Example 15": { "summary": "Cross database record link group", "description": "This example demonstrates how to create a new cross database record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000'). This will link from 'MaterialUniverse' table to a table in different databases. Since no database guid is specified this will link to all databases containing this table.", "value": { "type": "crossDatabase", "includeIndirectLinks": false, "linkTarget": { - "tableGuid": "7563afa6-294c-43dd-b382-de725ffeda04" + "tableGuid": "2b361e4a-e911-49c7-ad7c-e56e95fa363d" }, "reverseName": "Cross database link to Material Universe", "name": "Cross database link from Material Universe" } }, - "Example 4": { + "Example 16": { "summary": "Cross database record link group with specified guid and target database guid", "description": "This example demonstrates how to create a new cross database record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated. This will link from 'MaterialUniverse' table to a table in different database. Since the database guid is specified it will link to all versions of that specific database.", "value": { "type": "crossDatabase", "includeIndirectLinks": true, "linkTarget": { - "databaseGuid": "0e415ef1-1a57-4fed-9e78-f2c71c1424c3", - "tableGuid": "d154b59c-a983-4ccc-98ce-8d94a4117932" + "databaseGuid": "0815736c-edb9-4ebd-af53-8c4789067f51", + "tableGuid": "47760f2b-2ee6-437a-8e20-24ec08ab3054" }, "reverseName": "Cross database link to MI Training - Material Universe", "name": "Cross database link from MI Training - Material Universe", - "guid": "d826aafb-6904-4dfd-8475-0c56cf971189" + "guid": "27f15df1-396c-4e9d-abc0-0c5fc8f6c34d" } }, - "Example 5": { + "Example 17": { "summary": "Dynamic record link group", "description": "This example demonstrates how to create a new dynamic record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000'). This will link from 'MaterialUniverse' table to itself. Created link will have 'One to One' referential integrity model and will allow orphans.", "value": { @@ -30652,7 +30652,7 @@ "name": "Material Universe dynamic self link" } }, - "Example 6": { + "Example 18": { "summary": "Dynamic record link group with all fields specified", "description": "This example demonstrates how to create a new dynamic record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') with a specified guid, referential integrity model and forbid orphans flag. If the guid is not specified a random new Guid will be generated. If referential integrity model is not specified it defaults to 'One to One' model. If forbid orphans flag is not specified it defaults to allowing them. This link group will link from 'MaterialUniverse' table to 'ProcessUniverse' table", "value": { @@ -30676,7 +30676,7 @@ }, "reverseName": "Material Universe dynamic link", "name": "Process Universe dynamic link", - "guid": "5657114b-0bc8-4861-89d5-76d5b57ead8f" + "guid": "45647e22-4359-4c22-8e4a-57b2617f4f47" } } } @@ -30686,7 +30686,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaRecordLinkGroupsCreateRecordLinkGroup" }, "examples": { - "Example 1": { + "Example 13": { "summary": "Static record link group", "description": "This example demonstrates how to create a new static record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000'). This will link from 'MaterialUniverse' table to itself.", "value": { @@ -30699,7 +30699,7 @@ "name": "Material Universe static self link" } }, - "Example 2": { + "Example 14": { "summary": "Static record link group with specified guid", "description": "This example demonstrates how to create a new static record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated. This will link from 'MaterialUniverse' table to 'ProcessUniverse' table", "value": { @@ -30712,38 +30712,38 @@ }, "reverseName": "Material Universe static link", "name": "Process Universe static link", - "guid": "31bcd8f7-0cea-465e-bfd5-5ad7dc63cbd5" + "guid": "69804eaf-942b-4c8b-9077-847cafbcc8d9" } }, - "Example 3": { + "Example 15": { "summary": "Cross database record link group", "description": "This example demonstrates how to create a new cross database record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000'). This will link from 'MaterialUniverse' table to a table in different databases. Since no database guid is specified this will link to all databases containing this table.", "value": { "type": "crossDatabase", "includeIndirectLinks": false, "linkTarget": { - "tableGuid": "7563afa6-294c-43dd-b382-de725ffeda04" + "tableGuid": "2b361e4a-e911-49c7-ad7c-e56e95fa363d" }, "reverseName": "Cross database link to Material Universe", "name": "Cross database link from Material Universe" } }, - "Example 4": { + "Example 16": { "summary": "Cross database record link group with specified guid and target database guid", "description": "This example demonstrates how to create a new cross database record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated. This will link from 'MaterialUniverse' table to a table in different database. Since the database guid is specified it will link to all versions of that specific database.", "value": { "type": "crossDatabase", "includeIndirectLinks": true, "linkTarget": { - "databaseGuid": "0e415ef1-1a57-4fed-9e78-f2c71c1424c3", - "tableGuid": "d154b59c-a983-4ccc-98ce-8d94a4117932" + "databaseGuid": "0815736c-edb9-4ebd-af53-8c4789067f51", + "tableGuid": "47760f2b-2ee6-437a-8e20-24ec08ab3054" }, "reverseName": "Cross database link to MI Training - Material Universe", "name": "Cross database link from MI Training - Material Universe", - "guid": "d826aafb-6904-4dfd-8475-0c56cf971189" + "guid": "27f15df1-396c-4e9d-abc0-0c5fc8f6c34d" } }, - "Example 5": { + "Example 17": { "summary": "Dynamic record link group", "description": "This example demonstrates how to create a new dynamic record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000'). This will link from 'MaterialUniverse' table to itself. Created link will have 'One to One' referential integrity model and will allow orphans.", "value": { @@ -30763,7 +30763,7 @@ "name": "Material Universe dynamic self link" } }, - "Example 6": { + "Example 18": { "summary": "Dynamic record link group with all fields specified", "description": "This example demonstrates how to create a new dynamic record link group for the MI_Training database in 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') with a specified guid, referential integrity model and forbid orphans flag. If the guid is not specified a random new Guid will be generated. If referential integrity model is not specified it defaults to 'One to One' model. If forbid orphans flag is not specified it defaults to allowing them. This link group will link from 'MaterialUniverse' table to 'ProcessUniverse' table", "value": { @@ -30787,7 +30787,7 @@ }, "reverseName": "Material Universe dynamic link", "name": "Process Universe dynamic link", - "guid": "5657114b-0bc8-4861-89d5-76d5b57ead8f" + "guid": "45647e22-4359-4c22-8e4a-57b2617f4f47" } } } @@ -30803,7 +30803,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaRecordLinkGroupsRecordLinkGroup" }, "examples": { - "Example 4": { + "Example 22": { "summary": "Static record link group", "description": "This example demonstrates the returned value from getting a 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from MI_Training database.", "value": { @@ -30829,7 +30829,7 @@ "guid": "485da78d-d094-4edb-a5a9-077fe1bc02f2" } }, - "Example 5": { + "Example 23": { "summary": "Cross database record link group", "description": "This example demonstrates the returned value from getting a cross database record link group from 'MaterialUniverse' table from MI_Training database.", "value": { @@ -30842,8 +30842,8 @@ "tableGuid": "0000dd92-0011-4fff-8fff-0000ffff0000" }, "linkTarget": { - "databaseGuid": "bfdcfbc6-770a-458b-8a7c-ae7e88a3a2cd", - "tableGuid": "e0916c54-1938-4bee-8339-e6ee492d6f7a" + "databaseGuid": "4ffcf65f-45a5-40dd-918b-b2b525402526", + "tableGuid": "5fd3ae96-f680-4b0e-afcd-f53a4f43e510" } }, "identity": 1, @@ -30851,10 +30851,10 @@ "reverseDisplayNames": {}, "displayNames": {}, "name": "Different database - different table", - "guid": "fe03d00d-1793-48fa-8a97-98fa3968aa5f" + "guid": "36b078ba-2f54-45aa-9474-397ade71e560" } }, - "Example 6": { + "Example 24": { "summary": "Dynamic record link group", "description": "This example demonstrates the returned value from getting a 'Tensile test data' dynamic record link group (GUID = '5b8fca7e-b8e7-4fc6-8e02-642b3fb3218f') from 'Composite Pedigree' table (GUID = '7db2ff8e-54ed-45d6-b522-e03c8be405b3') from MI_Training database.", "value": { @@ -31004,7 +31004,7 @@ "reverseDisplayNames": {}, "displayNames": {}, "name": "Second Training Database And Table - MI Training MaterialUniverse", - "guid": "52b820f9-b827-4029-bdfc-6a0cdf5c90ae" + "guid": "10cb5a61-c045-4583-99db-17fb3d5217ac" } ] } @@ -31099,7 +31099,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaRecordLinkGroupsRecordLinkGroup" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Static record link group", "description": "This example demonstrates the returned value from getting a 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from MI_Training database.", "value": { @@ -31125,7 +31125,7 @@ "guid": "485da78d-d094-4edb-a5a9-077fe1bc02f2" } }, - "Example 2": { + "Example 8": { "summary": "Cross database record link group", "description": "This example demonstrates the returned value from getting a cross database record link group from 'MaterialUniverse' table from MI_Training database.", "value": { @@ -31138,8 +31138,8 @@ "tableGuid": "0000dd92-0011-4fff-8fff-0000ffff0000" }, "linkTarget": { - "databaseGuid": "fcf91831-7a47-4907-89fa-f1ddf2edf68f", - "tableGuid": "e2e9641b-542f-48c0-a580-e715a47ae5fb" + "databaseGuid": "d0795839-3211-45d9-8bcc-b364bc73efd3", + "tableGuid": "e7edceba-f62a-444f-8745-32403d89474c" } }, "identity": 1, @@ -31147,10 +31147,10 @@ "reverseDisplayNames": {}, "displayNames": {}, "name": "Different database - different table", - "guid": "f6fb8e2f-080f-4fff-9c7b-be821408c3b7" + "guid": "39f35ebd-aeba-4a0b-8d18-339113412f71" } }, - "Example 3": { + "Example 9": { "summary": "Dynamic record link group", "description": "This example demonstrates the returned value from getting a 'Tensile test data' dynamic record link group (GUID = '5b8fca7e-b8e7-4fc6-8e02-642b3fb3218f') from 'Composite Pedigree' table (GUID = '7db2ff8e-54ed-45d6-b522-e03c8be405b3') from MI_Training database.", "value": { @@ -31305,15 +31305,15 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaRecordLinkGroupsUpdateRecordLinkGroup" }, "examples": { - "Example 1": { + "Example 11": { "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from the 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from the MI_Training database.", "value": { "type": "static", - "guid": "793139d9-9be4-49cf-83ee-7f0020480720" + "guid": "d540f76d-9064-4d7e-a977-48adec76555c" } }, - "Example 2": { + "Example 12": { "summary": "Update name and reverse name", "description": "This example demonstrates how to update the 'Name' and 'Reverse name' properties of the 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from the 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from the MI_Training database.", "value": { @@ -31322,7 +31322,7 @@ "name": "Fatigue Test Data (updated)" } }, - "Example 3": { + "Example 13": { "summary": "Update everything for static record link group", "description": "This example demonstrates how to update all properties of the 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from the 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from the MI_Training database.", "value": { @@ -31330,10 +31330,10 @@ "type": "static", "reverseName": "Fatigue Statistical Data (updated)", "name": "Fatigue Test Data (updated)", - "guid": "a7c251da-d729-4b3a-ac71-606b7b7b33a0" + "guid": "fa4b02a9-8b6f-4509-a102-28517b58f80e" } }, - "Example 4": { + "Example 14": { "summary": "Update everything for cross database record link group", "description": "This example demonstrates how to update all properties of cross database record link group from the 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from the MI_Training database.", "value": { @@ -31341,10 +31341,10 @@ "type": "crossDatabase", "reverseName": "Link To MI Training - Material Universe (Updated)", "name": "Link From MI Training - Material Universe (Updated)", - "guid": "595753ac-d42d-4913-947e-8700dcf973dc" + "guid": "5ded536b-0229-4b84-b0df-708d78569f4a" } }, - "Example 5": { + "Example 15": { "summary": "Update everything for dynamic record link group", "description": "This example demonstrates how to update all properties of 'Tensile test data' dynamic record link group (GUID = '5b8fca7e-b8e7-4fc6-8e02-642b3fb3218f') from the 'Composite Pedigree' table (GUID = '7db2ff8e-54ed-45d6-b522-e03c8be405b3') from the MI_Training database.", "value": { @@ -31363,7 +31363,7 @@ "type": "dynamic", "reverseName": "Further panel information (Updated)", "name": "Tensile test data (Updated)", - "guid": "e99cb34a-3297-420d-bdfd-330a175b09bf" + "guid": "e121449c-fa16-45c1-a907-53bc5dd47ed1" } } } @@ -31373,15 +31373,15 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaRecordLinkGroupsUpdateRecordLinkGroup" }, "examples": { - "Example 1": { + "Example 11": { "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from the 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from the MI_Training database.", "value": { "type": "static", - "guid": "793139d9-9be4-49cf-83ee-7f0020480720" + "guid": "d540f76d-9064-4d7e-a977-48adec76555c" } }, - "Example 2": { + "Example 12": { "summary": "Update name and reverse name", "description": "This example demonstrates how to update the 'Name' and 'Reverse name' properties of the 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from the 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from the MI_Training database.", "value": { @@ -31390,7 +31390,7 @@ "name": "Fatigue Test Data (updated)" } }, - "Example 3": { + "Example 13": { "summary": "Update everything for static record link group", "description": "This example demonstrates how to update all properties of the 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from the 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from the MI_Training database.", "value": { @@ -31398,10 +31398,10 @@ "type": "static", "reverseName": "Fatigue Statistical Data (updated)", "name": "Fatigue Test Data (updated)", - "guid": "a7c251da-d729-4b3a-ac71-606b7b7b33a0" + "guid": "fa4b02a9-8b6f-4509-a102-28517b58f80e" } }, - "Example 4": { + "Example 14": { "summary": "Update everything for cross database record link group", "description": "This example demonstrates how to update all properties of cross database record link group from the 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from the MI_Training database.", "value": { @@ -31409,10 +31409,10 @@ "type": "crossDatabase", "reverseName": "Link To MI Training - Material Universe (Updated)", "name": "Link From MI Training - Material Universe (Updated)", - "guid": "595753ac-d42d-4913-947e-8700dcf973dc" + "guid": "5ded536b-0229-4b84-b0df-708d78569f4a" } }, - "Example 5": { + "Example 15": { "summary": "Update everything for dynamic record link group", "description": "This example demonstrates how to update all properties of 'Tensile test data' dynamic record link group (GUID = '5b8fca7e-b8e7-4fc6-8e02-642b3fb3218f') from the 'Composite Pedigree' table (GUID = '7db2ff8e-54ed-45d6-b522-e03c8be405b3') from the MI_Training database.", "value": { @@ -31431,7 +31431,7 @@ "type": "dynamic", "reverseName": "Further panel information (Updated)", "name": "Tensile test data (Updated)", - "guid": "e99cb34a-3297-420d-bdfd-330a175b09bf" + "guid": "e121449c-fa16-45c1-a907-53bc5dd47ed1" } } } @@ -31441,15 +31441,15 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaRecordLinkGroupsUpdateRecordLinkGroup" }, "examples": { - "Example 1": { + "Example 11": { "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from the 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from the MI_Training database.", "value": { "type": "static", - "guid": "793139d9-9be4-49cf-83ee-7f0020480720" + "guid": "d540f76d-9064-4d7e-a977-48adec76555c" } }, - "Example 2": { + "Example 12": { "summary": "Update name and reverse name", "description": "This example demonstrates how to update the 'Name' and 'Reverse name' properties of the 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from the 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from the MI_Training database.", "value": { @@ -31458,7 +31458,7 @@ "name": "Fatigue Test Data (updated)" } }, - "Example 3": { + "Example 13": { "summary": "Update everything for static record link group", "description": "This example demonstrates how to update all properties of the 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from the 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from the MI_Training database.", "value": { @@ -31466,10 +31466,10 @@ "type": "static", "reverseName": "Fatigue Statistical Data (updated)", "name": "Fatigue Test Data (updated)", - "guid": "a7c251da-d729-4b3a-ac71-606b7b7b33a0" + "guid": "fa4b02a9-8b6f-4509-a102-28517b58f80e" } }, - "Example 4": { + "Example 14": { "summary": "Update everything for cross database record link group", "description": "This example demonstrates how to update all properties of cross database record link group from the 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from the MI_Training database.", "value": { @@ -31477,10 +31477,10 @@ "type": "crossDatabase", "reverseName": "Link To MI Training - Material Universe (Updated)", "name": "Link From MI Training - Material Universe (Updated)", - "guid": "595753ac-d42d-4913-947e-8700dcf973dc" + "guid": "5ded536b-0229-4b84-b0df-708d78569f4a" } }, - "Example 5": { + "Example 15": { "summary": "Update everything for dynamic record link group", "description": "This example demonstrates how to update all properties of 'Tensile test data' dynamic record link group (GUID = '5b8fca7e-b8e7-4fc6-8e02-642b3fb3218f') from the 'Composite Pedigree' table (GUID = '7db2ff8e-54ed-45d6-b522-e03c8be405b3') from the MI_Training database.", "value": { @@ -31499,7 +31499,7 @@ "type": "dynamic", "reverseName": "Further panel information (Updated)", "name": "Tensile test data (Updated)", - "guid": "e99cb34a-3297-420d-bdfd-330a175b09bf" + "guid": "e121449c-fa16-45c1-a907-53bc5dd47ed1" } } } @@ -31509,15 +31509,15 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaRecordLinkGroupsUpdateRecordLinkGroup" }, "examples": { - "Example 1": { + "Example 11": { "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from the 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from the MI_Training database.", "value": { "type": "static", - "guid": "793139d9-9be4-49cf-83ee-7f0020480720" + "guid": "d540f76d-9064-4d7e-a977-48adec76555c" } }, - "Example 2": { + "Example 12": { "summary": "Update name and reverse name", "description": "This example demonstrates how to update the 'Name' and 'Reverse name' properties of the 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from the 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from the MI_Training database.", "value": { @@ -31526,7 +31526,7 @@ "name": "Fatigue Test Data (updated)" } }, - "Example 3": { + "Example 13": { "summary": "Update everything for static record link group", "description": "This example demonstrates how to update all properties of the 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from the 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from the MI_Training database.", "value": { @@ -31534,10 +31534,10 @@ "type": "static", "reverseName": "Fatigue Statistical Data (updated)", "name": "Fatigue Test Data (updated)", - "guid": "a7c251da-d729-4b3a-ac71-606b7b7b33a0" + "guid": "fa4b02a9-8b6f-4509-a102-28517b58f80e" } }, - "Example 4": { + "Example 14": { "summary": "Update everything for cross database record link group", "description": "This example demonstrates how to update all properties of cross database record link group from the 'MaterialUniverse' table (GUID = '0000dd92-0011-4fff-8fff-0000ffff0000') from the MI_Training database.", "value": { @@ -31545,10 +31545,10 @@ "type": "crossDatabase", "reverseName": "Link To MI Training - Material Universe (Updated)", "name": "Link From MI Training - Material Universe (Updated)", - "guid": "595753ac-d42d-4913-947e-8700dcf973dc" + "guid": "5ded536b-0229-4b84-b0df-708d78569f4a" } }, - "Example 5": { + "Example 15": { "summary": "Update everything for dynamic record link group", "description": "This example demonstrates how to update all properties of 'Tensile test data' dynamic record link group (GUID = '5b8fca7e-b8e7-4fc6-8e02-642b3fb3218f') from the 'Composite Pedigree' table (GUID = '7db2ff8e-54ed-45d6-b522-e03c8be405b3') from the MI_Training database.", "value": { @@ -31567,7 +31567,7 @@ "type": "dynamic", "reverseName": "Further panel information (Updated)", "name": "Tensile test data (Updated)", - "guid": "e99cb34a-3297-420d-bdfd-330a175b09bf" + "guid": "e121449c-fa16-45c1-a907-53bc5dd47ed1" } } } @@ -31583,7 +31583,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaRecordLinkGroupsRecordLinkGroup" }, "examples": { - "Example 7": { + "Example 25": { "summary": "Static record link group", "description": "This example demonstrates the returned value from getting a 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from MI_Training database.", "value": { @@ -31609,7 +31609,7 @@ "guid": "485da78d-d094-4edb-a5a9-077fe1bc02f2" } }, - "Example 8": { + "Example 26": { "summary": "Cross database record link group", "description": "This example demonstrates the returned value from getting a cross database record link group from 'MaterialUniverse' table from MI_Training database.", "value": { @@ -31622,8 +31622,8 @@ "tableGuid": "0000dd92-0011-4fff-8fff-0000ffff0000" }, "linkTarget": { - "databaseGuid": "c3ba64ba-f600-485a-b6e8-e378d7f570dc", - "tableGuid": "4237f710-71b9-4813-9375-6c1e066fcd66" + "databaseGuid": "0dc835fe-0462-4be2-8e0a-4f01ac47ac0e", + "tableGuid": "562ebc50-429f-4cc9-85bd-8f223b6baaf7" } }, "identity": 1, @@ -31631,10 +31631,10 @@ "reverseDisplayNames": {}, "displayNames": {}, "name": "Different database - different table", - "guid": "152c16a5-6e8a-47ae-9428-c7f1372fceaf" + "guid": "0951f74b-6958-4700-9f9d-34551a5ffa88" } }, - "Example 9": { + "Example 27": { "summary": "Dynamic record link group", "description": "This example demonstrates the returned value from getting a 'Tensile test data' dynamic record link group (GUID = '5b8fca7e-b8e7-4fc6-8e02-642b3fb3218f') from 'Composite Pedigree' table (GUID = '7db2ff8e-54ed-45d6-b522-e03c8be405b3') from MI_Training database.", "value": { @@ -31749,7 +31749,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaStandardNamesCreateStandardName" }, "examples": { - "Example 1": { + "Example 11": { "summary": "Standard name for attributes", "description": "This example demonstrates how to create a new standard name which maps to two attributes from the MI_Training database.", "value": { @@ -31764,7 +31764,7 @@ "name": "Unification" } }, - "Example 2": { + "Example 12": { "summary": "Standard name for parameters", "description": "This example demonstrates how to create a new standard name which maps to two parameters from the MI_Training database.", "value": { @@ -31779,7 +31779,7 @@ "name": "Unification" } }, - "Example 3": { + "Example 13": { "summary": "Standard name for record link groups", "description": "This example demonstrates how to create a new standard name which maps to a record link group from the MI_Training database.", "value": { @@ -31791,19 +31791,19 @@ "name": "Unification" } }, - "Example 4": { + "Example 14": { "summary": "Standard name for cross-database record link groups", "description": "This example demonstrates how to create a new standard name which maps to a cross-database record link group.", "value": { "mappedCrossDatabaseRecordLinkGroups": [ { - "guid": "bf33f74a-fc2f-4573-b123-a849e4beb5ce" + "guid": "bd038112-2c3d-4a3d-8e4c-023a0d9e48a2" } ], "name": "Unification" } }, - "Example 5": { + "Example 15": { "summary": "Standard name for attributes and parameters", "description": "This example demonstrates how to create a new standard name which maps to two attributes and a parameter from the MI_Training database.", "value": { @@ -31830,7 +31830,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaStandardNamesCreateStandardName" }, "examples": { - "Example 1": { + "Example 11": { "summary": "Standard name for attributes", "description": "This example demonstrates how to create a new standard name which maps to two attributes from the MI_Training database.", "value": { @@ -31845,7 +31845,7 @@ "name": "Unification" } }, - "Example 2": { + "Example 12": { "summary": "Standard name for parameters", "description": "This example demonstrates how to create a new standard name which maps to two parameters from the MI_Training database.", "value": { @@ -31860,7 +31860,7 @@ "name": "Unification" } }, - "Example 3": { + "Example 13": { "summary": "Standard name for record link groups", "description": "This example demonstrates how to create a new standard name which maps to a record link group from the MI_Training database.", "value": { @@ -31872,19 +31872,19 @@ "name": "Unification" } }, - "Example 4": { + "Example 14": { "summary": "Standard name for cross-database record link groups", "description": "This example demonstrates how to create a new standard name which maps to a cross-database record link group.", "value": { "mappedCrossDatabaseRecordLinkGroups": [ { - "guid": "bf33f74a-fc2f-4573-b123-a849e4beb5ce" + "guid": "bd038112-2c3d-4a3d-8e4c-023a0d9e48a2" } ], "name": "Unification" } }, - "Example 5": { + "Example 15": { "summary": "Standard name for attributes and parameters", "description": "This example demonstrates how to create a new standard name which maps to two attributes and a parameter from the MI_Training database.", "value": { @@ -31911,7 +31911,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaStandardNamesCreateStandardName" }, "examples": { - "Example 1": { + "Example 11": { "summary": "Standard name for attributes", "description": "This example demonstrates how to create a new standard name which maps to two attributes from the MI_Training database.", "value": { @@ -31926,7 +31926,7 @@ "name": "Unification" } }, - "Example 2": { + "Example 12": { "summary": "Standard name for parameters", "description": "This example demonstrates how to create a new standard name which maps to two parameters from the MI_Training database.", "value": { @@ -31941,7 +31941,7 @@ "name": "Unification" } }, - "Example 3": { + "Example 13": { "summary": "Standard name for record link groups", "description": "This example demonstrates how to create a new standard name which maps to a record link group from the MI_Training database.", "value": { @@ -31953,19 +31953,19 @@ "name": "Unification" } }, - "Example 4": { + "Example 14": { "summary": "Standard name for cross-database record link groups", "description": "This example demonstrates how to create a new standard name which maps to a cross-database record link group.", "value": { "mappedCrossDatabaseRecordLinkGroups": [ { - "guid": "bf33f74a-fc2f-4573-b123-a849e4beb5ce" + "guid": "bd038112-2c3d-4a3d-8e4c-023a0d9e48a2" } ], "name": "Unification" } }, - "Example 5": { + "Example 15": { "summary": "Standard name for attributes and parameters", "description": "This example demonstrates how to create a new standard name which maps to two attributes and a parameter from the MI_Training database.", "value": { @@ -31992,7 +31992,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaStandardNamesCreateStandardName" }, "examples": { - "Example 1": { + "Example 11": { "summary": "Standard name for attributes", "description": "This example demonstrates how to create a new standard name which maps to two attributes from the MI_Training database.", "value": { @@ -32007,7 +32007,7 @@ "name": "Unification" } }, - "Example 2": { + "Example 12": { "summary": "Standard name for parameters", "description": "This example demonstrates how to create a new standard name which maps to two parameters from the MI_Training database.", "value": { @@ -32022,7 +32022,7 @@ "name": "Unification" } }, - "Example 3": { + "Example 13": { "summary": "Standard name for record link groups", "description": "This example demonstrates how to create a new standard name which maps to a record link group from the MI_Training database.", "value": { @@ -32034,19 +32034,19 @@ "name": "Unification" } }, - "Example 4": { + "Example 14": { "summary": "Standard name for cross-database record link groups", "description": "This example demonstrates how to create a new standard name which maps to a cross-database record link group.", "value": { "mappedCrossDatabaseRecordLinkGroups": [ { - "guid": "bf33f74a-fc2f-4573-b123-a849e4beb5ce" + "guid": "bd038112-2c3d-4a3d-8e4c-023a0d9e48a2" } ], "name": "Unification" } }, - "Example 5": { + "Example 15": { "summary": "Standard name for attributes and parameters", "description": "This example demonstrates how to create a new standard name which maps to two attributes and a parameter from the MI_Training database.", "value": { @@ -32167,21 +32167,21 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaStandardNamesUpdateStandardName" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Update name", "description": "This example demonstrates how to update the 'Name' property of the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { "name": "Density (Updated)" } }, - "Example 2": { + "Example 10": { "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { - "guid": "112d2f6a-870a-4cdc-b2dd-5fc2c1f9af55" + "guid": "3abd116d-b651-4af2-b5cd-8c2d072cb03c" } }, - "Example 3": { + "Example 11": { "summary": "Update mapped attributes", "description": "This example demonstrates how to update the mapped attributes of the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { @@ -32195,7 +32195,7 @@ ] } }, - "Example 4": { + "Example 12": { "summary": "Replace mapped attributes with parameters", "description": "This example demonstrates how to remove the mapped attribute and add mapped parameters to the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { @@ -32217,21 +32217,21 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaStandardNamesUpdateStandardName" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Update name", "description": "This example demonstrates how to update the 'Name' property of the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { "name": "Density (Updated)" } }, - "Example 2": { + "Example 10": { "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { - "guid": "112d2f6a-870a-4cdc-b2dd-5fc2c1f9af55" + "guid": "3abd116d-b651-4af2-b5cd-8c2d072cb03c" } }, - "Example 3": { + "Example 11": { "summary": "Update mapped attributes", "description": "This example demonstrates how to update the mapped attributes of the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { @@ -32245,7 +32245,7 @@ ] } }, - "Example 4": { + "Example 12": { "summary": "Replace mapped attributes with parameters", "description": "This example demonstrates how to remove the mapped attribute and add mapped parameters to the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { @@ -32267,21 +32267,21 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaStandardNamesUpdateStandardName" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Update name", "description": "This example demonstrates how to update the 'Name' property of the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { "name": "Density (Updated)" } }, - "Example 2": { + "Example 10": { "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { - "guid": "112d2f6a-870a-4cdc-b2dd-5fc2c1f9af55" + "guid": "3abd116d-b651-4af2-b5cd-8c2d072cb03c" } }, - "Example 3": { + "Example 11": { "summary": "Update mapped attributes", "description": "This example demonstrates how to update the mapped attributes of the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { @@ -32295,7 +32295,7 @@ ] } }, - "Example 4": { + "Example 12": { "summary": "Replace mapped attributes with parameters", "description": "This example demonstrates how to remove the mapped attribute and add mapped parameters to the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { @@ -32317,21 +32317,21 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaStandardNamesUpdateStandardName" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Update name", "description": "This example demonstrates how to update the 'Name' property of the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { "name": "Density (Updated)" } }, - "Example 2": { + "Example 10": { "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { - "guid": "112d2f6a-870a-4cdc-b2dd-5fc2c1f9af55" + "guid": "3abd116d-b651-4af2-b5cd-8c2d072cb03c" } }, - "Example 3": { + "Example 11": { "summary": "Update mapped attributes", "description": "This example demonstrates how to update the mapped attributes of the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { @@ -32345,7 +32345,7 @@ ] } }, - "Example 4": { + "Example 12": { "summary": "Replace mapped attributes with parameters", "description": "This example demonstrates how to remove the mapped attribute and add mapped parameters to the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { @@ -32547,22 +32547,22 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaSubsetsCreateSubset" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Subset", "description": "This example demonstrates how to create a new subset for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "Alloys" } }, - "Example 2": { + "Example 8": { "summary": "Subset with Guid", "description": "This example demonstrates how to create a new subset with a specified guid value for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Alloys (guid)", - "guid": "733ba3e0-835a-45e9-9318-2b0ba454882b" + "guid": "3a6311b1-f01f-4112-b3cb-66502cc1b04a" } }, - "Example 3": { + "Example 9": { "summary": "Subset with associated layout", "description": "This example demonstrates how to create a new subset for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with the 'Ceramics' layout associated.", "value": { @@ -32579,22 +32579,22 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaSubsetsCreateSubset" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Subset", "description": "This example demonstrates how to create a new subset for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "Alloys" } }, - "Example 2": { + "Example 8": { "summary": "Subset with Guid", "description": "This example demonstrates how to create a new subset with a specified guid value for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Alloys (guid)", - "guid": "733ba3e0-835a-45e9-9318-2b0ba454882b" + "guid": "3a6311b1-f01f-4112-b3cb-66502cc1b04a" } }, - "Example 3": { + "Example 9": { "summary": "Subset with associated layout", "description": "This example demonstrates how to create a new subset for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with the 'Ceramics' layout associated.", "value": { @@ -32611,22 +32611,22 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaSubsetsCreateSubset" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Subset", "description": "This example demonstrates how to create a new subset for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "Alloys" } }, - "Example 2": { + "Example 8": { "summary": "Subset with Guid", "description": "This example demonstrates how to create a new subset with a specified guid value for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Alloys (guid)", - "guid": "733ba3e0-835a-45e9-9318-2b0ba454882b" + "guid": "3a6311b1-f01f-4112-b3cb-66502cc1b04a" } }, - "Example 3": { + "Example 9": { "summary": "Subset with associated layout", "description": "This example demonstrates how to create a new subset for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with the 'Ceramics' layout associated.", "value": { @@ -32643,22 +32643,22 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaSubsetsCreateSubset" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Subset", "description": "This example demonstrates how to create a new subset for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "Alloys" } }, - "Example 2": { + "Example 8": { "summary": "Subset with Guid", "description": "This example demonstrates how to create a new subset with a specified guid value for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Alloys (guid)", - "guid": "733ba3e0-835a-45e9-9318-2b0ba454882b" + "guid": "3a6311b1-f01f-4112-b3cb-66502cc1b04a" } }, - "Example 3": { + "Example 9": { "summary": "Subset with associated layout", "description": "This example demonstrates how to create a new subset for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with the 'Ceramics' layout associated.", "value": { @@ -32836,7 +32836,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaSubsetsUpdateSubset" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Everything for a subset", "description": "This example demonstrates how to update all properties of the 'Ceramics' subset (guid = 00000b36-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -32844,17 +32844,17 @@ "guid": "0000b135-0009-4fff-8fff-dd92ffff0000" }, "name": "Ceramics (Updated)", - "guid": "64429c6b-5cb5-4780-ade3-eb4d4412c423" + "guid": "8db719a6-9285-4ec8-a730-b827c6f1afec" } }, - "Example 2": { + "Example 10": { "summary": "Rename subset", "description": "This example demonstrates how to update the 'Name' property of the 'Ceramics' subset (guid = 00000b36-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "Ceramics (Updated)" } }, - "Example 3": { + "Example 11": { "summary": "Update associated layout", "description": "This example demonstrates how to update associated layout of the 'Ceramics' subset (guid = 00000b36-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -32863,7 +32863,7 @@ } } }, - "Example 4": { + "Example 12": { "summary": "Remove associated layout", "description": "This example demonstrates how to remove associated layout of the 'Ceramics' subset (guid = 00000b36-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -32877,7 +32877,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaSubsetsUpdateSubset" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Everything for a subset", "description": "This example demonstrates how to update all properties of the 'Ceramics' subset (guid = 00000b36-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -32885,17 +32885,17 @@ "guid": "0000b135-0009-4fff-8fff-dd92ffff0000" }, "name": "Ceramics (Updated)", - "guid": "64429c6b-5cb5-4780-ade3-eb4d4412c423" + "guid": "8db719a6-9285-4ec8-a730-b827c6f1afec" } }, - "Example 2": { + "Example 10": { "summary": "Rename subset", "description": "This example demonstrates how to update the 'Name' property of the 'Ceramics' subset (guid = 00000b36-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "Ceramics (Updated)" } }, - "Example 3": { + "Example 11": { "summary": "Update associated layout", "description": "This example demonstrates how to update associated layout of the 'Ceramics' subset (guid = 00000b36-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -32904,7 +32904,7 @@ } } }, - "Example 4": { + "Example 12": { "summary": "Remove associated layout", "description": "This example demonstrates how to remove associated layout of the 'Ceramics' subset (guid = 00000b36-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -32918,7 +32918,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaSubsetsUpdateSubset" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Everything for a subset", "description": "This example demonstrates how to update all properties of the 'Ceramics' subset (guid = 00000b36-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -32926,17 +32926,17 @@ "guid": "0000b135-0009-4fff-8fff-dd92ffff0000" }, "name": "Ceramics (Updated)", - "guid": "64429c6b-5cb5-4780-ade3-eb4d4412c423" + "guid": "8db719a6-9285-4ec8-a730-b827c6f1afec" } }, - "Example 2": { + "Example 10": { "summary": "Rename subset", "description": "This example demonstrates how to update the 'Name' property of the 'Ceramics' subset (guid = 00000b36-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "Ceramics (Updated)" } }, - "Example 3": { + "Example 11": { "summary": "Update associated layout", "description": "This example demonstrates how to update associated layout of the 'Ceramics' subset (guid = 00000b36-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -32945,7 +32945,7 @@ } } }, - "Example 4": { + "Example 12": { "summary": "Remove associated layout", "description": "This example demonstrates how to remove associated layout of the 'Ceramics' subset (guid = 00000b36-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -32959,7 +32959,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaSubsetsUpdateSubset" }, "examples": { - "Example 1": { + "Example 9": { "summary": "Everything for a subset", "description": "This example demonstrates how to update all properties of the 'Ceramics' subset (guid = 00000b36-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -32967,17 +32967,17 @@ "guid": "0000b135-0009-4fff-8fff-dd92ffff0000" }, "name": "Ceramics (Updated)", - "guid": "64429c6b-5cb5-4780-ade3-eb4d4412c423" + "guid": "8db719a6-9285-4ec8-a730-b827c6f1afec" } }, - "Example 2": { + "Example 10": { "summary": "Rename subset", "description": "This example demonstrates how to update the 'Name' property of the 'Ceramics' subset (guid = 00000b36-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "Ceramics (Updated)" } }, - "Example 3": { + "Example 11": { "summary": "Update associated layout", "description": "This example demonstrates how to update associated layout of the 'Ceramics' subset (guid = 00000b36-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -32986,7 +32986,7 @@ } } }, - "Example 4": { + "Example 12": { "summary": "Remove associated layout", "description": "This example demonstrates how to remove associated layout of the 'Ceramics' subset (guid = 00000b36-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -33127,7 +33127,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaSubsetsAddRecordHistoryToSubset" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Add a Record History to a Subset", "description": "This example demonstrates how to add the 'Alumino Silicate' Record History only (guid = 5a842e54-e143-45f5-aec8-18fb84f4fe03) to the 'All Bulk Materials' subset (guid = 0000b1c5-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -33135,7 +33135,7 @@ "recurseChildren": false } }, - "Example 2": { + "Example 6": { "summary": "Add a Record History and its descendants to a Subset", "description": "This example demonstrates how to add the 'Alumino Silicate' Record History (guid = 5a842e54-e143-45f5-aec8-18fb84f4fe03) and all of its descendants to the 'All Bulk Materials' subset (guid = 0000b1c5-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -33150,7 +33150,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaSubsetsAddRecordHistoryToSubset" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Add a Record History to a Subset", "description": "This example demonstrates how to add the 'Alumino Silicate' Record History only (guid = 5a842e54-e143-45f5-aec8-18fb84f4fe03) to the 'All Bulk Materials' subset (guid = 0000b1c5-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -33158,7 +33158,7 @@ "recurseChildren": false } }, - "Example 2": { + "Example 6": { "summary": "Add a Record History and its descendants to a Subset", "description": "This example demonstrates how to add the 'Alumino Silicate' Record History (guid = 5a842e54-e143-45f5-aec8-18fb84f4fe03) and all of its descendants to the 'All Bulk Materials' subset (guid = 0000b1c5-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -33173,7 +33173,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaSubsetsAddRecordHistoryToSubset" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Add a Record History to a Subset", "description": "This example demonstrates how to add the 'Alumino Silicate' Record History only (guid = 5a842e54-e143-45f5-aec8-18fb84f4fe03) to the 'All Bulk Materials' subset (guid = 0000b1c5-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -33181,7 +33181,7 @@ "recurseChildren": false } }, - "Example 2": { + "Example 6": { "summary": "Add a Record History and its descendants to a Subset", "description": "This example demonstrates how to add the 'Alumino Silicate' Record History (guid = 5a842e54-e143-45f5-aec8-18fb84f4fe03) and all of its descendants to the 'All Bulk Materials' subset (guid = 0000b1c5-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -33196,7 +33196,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaSubsetsAddRecordHistoryToSubset" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Add a Record History to a Subset", "description": "This example demonstrates how to add the 'Alumino Silicate' Record History only (guid = 5a842e54-e143-45f5-aec8-18fb84f4fe03) to the 'All Bulk Materials' subset (guid = 0000b1c5-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -33204,7 +33204,7 @@ "recurseChildren": false } }, - "Example 2": { + "Example 6": { "summary": "Add a Record History and its descendants to a Subset", "description": "This example demonstrates how to add the 'Alumino Silicate' Record History (guid = 5a842e54-e143-45f5-aec8-18fb84f4fe03) and all of its descendants to the 'All Bulk Materials' subset (guid = 0000b1c5-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -33274,7 +33274,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaSubsetsRemoveRecordHistoryFromSubset" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Remove a Record History from a Subset", "description": "This example demonstrates how to remove the 'Alumino Silicate' Record History (guid = 5a842e54-e143-45f5-aec8-18fb84f4fe03) from the 'All Bulk Materials' subset (guid = 0000b1c5-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -33288,7 +33288,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaSubsetsRemoveRecordHistoryFromSubset" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Remove a Record History from a Subset", "description": "This example demonstrates how to remove the 'Alumino Silicate' Record History (guid = 5a842e54-e143-45f5-aec8-18fb84f4fe03) from the 'All Bulk Materials' subset (guid = 0000b1c5-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -33302,7 +33302,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaSubsetsRemoveRecordHistoryFromSubset" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Remove a Record History from a Subset", "description": "This example demonstrates how to remove the 'Alumino Silicate' Record History (guid = 5a842e54-e143-45f5-aec8-18fb84f4fe03) from the 'All Bulk Materials' subset (guid = 0000b1c5-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -33316,7 +33316,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaSubsetsRemoveRecordHistoryFromSubset" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Remove a Record History from a Subset", "description": "This example demonstrates how to remove the 'Alumino Silicate' Record History (guid = 5a842e54-e143-45f5-aec8-18fb84f4fe03) from the 'All Bulk Materials' subset (guid = 0000b1c5-0010-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -33453,7 +33453,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaTablesCreateTable" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Table", "description": "This example demonstrates how to create a new table in the MI_Training database.", "value": { @@ -33462,17 +33462,17 @@ "name": "Coatings" } }, - "Example 2": { + "Example 8": { "summary": "Table with Guid", "description": "This example demonstrates how to create a new table with a specified guid value in the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "isHiddenFromBrowse": false, "isHiddenFromSearch": false, "name": "Coatings (Guid)", - "guid": "09481cca-c5b3-478b-8e44-423f626441ea" + "guid": "a52fe3b7-c8a0-4f10-8736-9e649d28e2a7" } }, - "Example 3": { + "Example 9": { "summary": "Hidden Table", "description": "This example demonstrates how to create a new table in the MI_Training database that is not browsable or searchable. ", "value": { @@ -33488,7 +33488,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaTablesCreateTable" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Table", "description": "This example demonstrates how to create a new table in the MI_Training database.", "value": { @@ -33497,17 +33497,17 @@ "name": "Coatings" } }, - "Example 2": { + "Example 8": { "summary": "Table with Guid", "description": "This example demonstrates how to create a new table with a specified guid value in the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "isHiddenFromBrowse": false, "isHiddenFromSearch": false, "name": "Coatings (Guid)", - "guid": "09481cca-c5b3-478b-8e44-423f626441ea" + "guid": "a52fe3b7-c8a0-4f10-8736-9e649d28e2a7" } }, - "Example 3": { + "Example 9": { "summary": "Hidden Table", "description": "This example demonstrates how to create a new table in the MI_Training database that is not browsable or searchable. ", "value": { @@ -33523,7 +33523,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaTablesCreateTable" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Table", "description": "This example demonstrates how to create a new table in the MI_Training database.", "value": { @@ -33532,17 +33532,17 @@ "name": "Coatings" } }, - "Example 2": { + "Example 8": { "summary": "Table with Guid", "description": "This example demonstrates how to create a new table with a specified guid value in the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "isHiddenFromBrowse": false, "isHiddenFromSearch": false, "name": "Coatings (Guid)", - "guid": "09481cca-c5b3-478b-8e44-423f626441ea" + "guid": "a52fe3b7-c8a0-4f10-8736-9e649d28e2a7" } }, - "Example 3": { + "Example 9": { "summary": "Hidden Table", "description": "This example demonstrates how to create a new table in the MI_Training database that is not browsable or searchable. ", "value": { @@ -33558,7 +33558,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaTablesCreateTable" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Table", "description": "This example demonstrates how to create a new table in the MI_Training database.", "value": { @@ -33567,17 +33567,17 @@ "name": "Coatings" } }, - "Example 2": { + "Example 8": { "summary": "Table with Guid", "description": "This example demonstrates how to create a new table with a specified guid value in the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "isHiddenFromBrowse": false, "isHiddenFromSearch": false, "name": "Coatings (Guid)", - "guid": "09481cca-c5b3-478b-8e44-423f626441ea" + "guid": "a52fe3b7-c8a0-4f10-8736-9e649d28e2a7" } }, - "Example 3": { + "Example 9": { "summary": "Hidden Table", "description": "This example demonstrates how to create a new table in the MI_Training database that is not browsable or searchable. ", "value": { @@ -33797,7 +33797,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaTablesUpdateTable" }, "examples": { - "Example 1": { + "Example 15": { "summary": "Everything for a table", "description": "This example demonstrates how to update all properties of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -33806,45 +33806,45 @@ "defaultSubsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000", "defaultLayoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000", "name": "MaterialUniverse (Updated)", - "guid": "c55293cb-01ae-460b-a020-2f82e26dbd83" + "guid": "de9ef7a6-c059-45fb-91e2-5b0b525ad28d" } }, - "Example 2": { + "Example 16": { "summary": "Update 'IsHiddenFromBrowse'", "description": "This example demonstrates how to update the 'IsHiddenFromBrowse' property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "isHiddenFromBrowse": true } }, - "Example 3": { + "Example 17": { "summary": "Update 'IsHiddenFromSearch'", "description": "This example demonstrates how to update the 'IsHiddenFromSearch' property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "isHiddenFromSearch": false } }, - "Example 4": { + "Example 18": { "summary": "Update default subset", "description": "This example demonstrates how to update the default subset property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "defaultSubsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000" } }, - "Example 5": { + "Example 19": { "summary": "Remove default subset", "description": "This example demonstrates how to remove the default subset property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "defaultSubsetGuid": null } }, - "Example 6": { + "Example 20": { "summary": "Update default layout", "description": "This example demonstrates how to update the default layout property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "defaultLayoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000" } }, - "Example 7": { + "Example 21": { "summary": "Remove default layout", "description": "This example demonstrates how to remove the default layout property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -33858,7 +33858,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaTablesUpdateTable" }, "examples": { - "Example 1": { + "Example 15": { "summary": "Everything for a table", "description": "This example demonstrates how to update all properties of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -33867,45 +33867,45 @@ "defaultSubsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000", "defaultLayoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000", "name": "MaterialUniverse (Updated)", - "guid": "c55293cb-01ae-460b-a020-2f82e26dbd83" + "guid": "de9ef7a6-c059-45fb-91e2-5b0b525ad28d" } }, - "Example 2": { + "Example 16": { "summary": "Update 'IsHiddenFromBrowse'", "description": "This example demonstrates how to update the 'IsHiddenFromBrowse' property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "isHiddenFromBrowse": true } }, - "Example 3": { + "Example 17": { "summary": "Update 'IsHiddenFromSearch'", "description": "This example demonstrates how to update the 'IsHiddenFromSearch' property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "isHiddenFromSearch": false } }, - "Example 4": { + "Example 18": { "summary": "Update default subset", "description": "This example demonstrates how to update the default subset property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "defaultSubsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000" } }, - "Example 5": { + "Example 19": { "summary": "Remove default subset", "description": "This example demonstrates how to remove the default subset property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "defaultSubsetGuid": null } }, - "Example 6": { + "Example 20": { "summary": "Update default layout", "description": "This example demonstrates how to update the default layout property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "defaultLayoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000" } }, - "Example 7": { + "Example 21": { "summary": "Remove default layout", "description": "This example demonstrates how to remove the default layout property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -33919,7 +33919,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaTablesUpdateTable" }, "examples": { - "Example 1": { + "Example 15": { "summary": "Everything for a table", "description": "This example demonstrates how to update all properties of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -33928,45 +33928,45 @@ "defaultSubsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000", "defaultLayoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000", "name": "MaterialUniverse (Updated)", - "guid": "c55293cb-01ae-460b-a020-2f82e26dbd83" + "guid": "de9ef7a6-c059-45fb-91e2-5b0b525ad28d" } }, - "Example 2": { + "Example 16": { "summary": "Update 'IsHiddenFromBrowse'", "description": "This example demonstrates how to update the 'IsHiddenFromBrowse' property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "isHiddenFromBrowse": true } }, - "Example 3": { + "Example 17": { "summary": "Update 'IsHiddenFromSearch'", "description": "This example demonstrates how to update the 'IsHiddenFromSearch' property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "isHiddenFromSearch": false } }, - "Example 4": { + "Example 18": { "summary": "Update default subset", "description": "This example demonstrates how to update the default subset property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "defaultSubsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000" } }, - "Example 5": { + "Example 19": { "summary": "Remove default subset", "description": "This example demonstrates how to remove the default subset property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "defaultSubsetGuid": null } }, - "Example 6": { + "Example 20": { "summary": "Update default layout", "description": "This example demonstrates how to update the default layout property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "defaultLayoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000" } }, - "Example 7": { + "Example 21": { "summary": "Remove default layout", "description": "This example demonstrates how to remove the default layout property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -33980,7 +33980,7 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaTablesUpdateTable" }, "examples": { - "Example 1": { + "Example 15": { "summary": "Everything for a table", "description": "This example demonstrates how to update all properties of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -33989,45 +33989,45 @@ "defaultSubsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000", "defaultLayoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000", "name": "MaterialUniverse (Updated)", - "guid": "c55293cb-01ae-460b-a020-2f82e26dbd83" + "guid": "de9ef7a6-c059-45fb-91e2-5b0b525ad28d" } }, - "Example 2": { + "Example 16": { "summary": "Update 'IsHiddenFromBrowse'", "description": "This example demonstrates how to update the 'IsHiddenFromBrowse' property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "isHiddenFromBrowse": true } }, - "Example 3": { + "Example 17": { "summary": "Update 'IsHiddenFromSearch'", "description": "This example demonstrates how to update the 'IsHiddenFromSearch' property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "isHiddenFromSearch": false } }, - "Example 4": { + "Example 18": { "summary": "Update default subset", "description": "This example demonstrates how to update the default subset property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "defaultSubsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000" } }, - "Example 5": { + "Example 19": { "summary": "Remove default subset", "description": "This example demonstrates how to remove the default subset property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "defaultSubsetGuid": null } }, - "Example 6": { + "Example 20": { "summary": "Update default layout", "description": "This example demonstrates how to update the default layout property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "defaultLayoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000" } }, - "Example 7": { + "Example 21": { "summary": "Remove default layout", "description": "This example demonstrates how to remove the default layout property of the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { @@ -34226,7 +34226,7 @@ "$ref": "#/components/schemas/GrantaServerApiExceptionsVersionControlReleaseTableVersionControlException" }, "examples": { - "Example 1": { + "Example 5": { "summary": "Invalid version state.", "description": "A table can only be released if it is currently unreleased.", "value": { @@ -34241,7 +34241,7 @@ ] } }, - "Example 2": { + "Example 6": { "summary": "Table is not version controlled.", "value": { "message": "Cannot release table '0000dd92-0011-4fff-8fff-0000ffff0000'.", @@ -34833,12 +34833,12 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaUnitsCreateUnitSystem" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Unit System", "description": "This example demonstrates how to create a new unit system for the MI_Training database. Only guid and name can be set as the rest of fields is backend generated and changes via equivalents endpoints.", "value": { "name": "Hawaiian common", - "guid": "e512e84b-9046-459d-9495-cedc05725192" + "guid": "a5217152-a787-4e5d-ba3b-60455ccfb094" } } } @@ -34848,12 +34848,12 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaUnitsCreateUnitSystem" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Unit System", "description": "This example demonstrates how to create a new unit system for the MI_Training database. Only guid and name can be set as the rest of fields is backend generated and changes via equivalents endpoints.", "value": { "name": "Hawaiian common", - "guid": "e512e84b-9046-459d-9495-cedc05725192" + "guid": "a5217152-a787-4e5d-ba3b-60455ccfb094" } } } @@ -34863,12 +34863,12 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaUnitsCreateUnitSystem" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Unit System", "description": "This example demonstrates how to create a new unit system for the MI_Training database. Only guid and name can be set as the rest of fields is backend generated and changes via equivalents endpoints.", "value": { "name": "Hawaiian common", - "guid": "e512e84b-9046-459d-9495-cedc05725192" + "guid": "a5217152-a787-4e5d-ba3b-60455ccfb094" } } } @@ -34878,12 +34878,12 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaUnitsCreateUnitSystem" }, "examples": { - "Example 1": { + "Example 3": { "summary": "Unit System", "description": "This example demonstrates how to create a new unit system for the MI_Training database. Only guid and name can be set as the rest of fields is backend generated and changes via equivalents endpoints.", "value": { "name": "Hawaiian common", - "guid": "e512e84b-9046-459d-9495-cedc05725192" + "guid": "a5217152-a787-4e5d-ba3b-60455ccfb094" } } } @@ -34987,26 +34987,26 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaUnitsUpdateUnitSystem" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Everything for a unit system", "description": "This example demonstrates how to update all properties of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "UK Imperial (Updated)", - "guid": "7c9e6d05-74f6-4a88-8c5b-306ea1633cf0" + "guid": "00620975-d581-4b6d-be08-ffda899e5008" } }, - "Example 2": { + "Example 8": { "summary": "Update name", "description": "This example demonstrates how to update the 'Name' property of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "UK Imperial (Updated)" } }, - "Example 3": { + "Example 9": { "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { - "guid": "15ca9ecd-0682-4c2a-bb4f-519ea578d94c" + "guid": "b05f2165-6358-424f-9213-4b2fb2d92c7f" } } } @@ -35016,26 +35016,26 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaUnitsUpdateUnitSystem" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Everything for a unit system", "description": "This example demonstrates how to update all properties of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "UK Imperial (Updated)", - "guid": "7c9e6d05-74f6-4a88-8c5b-306ea1633cf0" + "guid": "00620975-d581-4b6d-be08-ffda899e5008" } }, - "Example 2": { + "Example 8": { "summary": "Update name", "description": "This example demonstrates how to update the 'Name' property of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "UK Imperial (Updated)" } }, - "Example 3": { + "Example 9": { "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { - "guid": "15ca9ecd-0682-4c2a-bb4f-519ea578d94c" + "guid": "b05f2165-6358-424f-9213-4b2fb2d92c7f" } } } @@ -35045,26 +35045,26 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaUnitsUpdateUnitSystem" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Everything for a unit system", "description": "This example demonstrates how to update all properties of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "UK Imperial (Updated)", - "guid": "7c9e6d05-74f6-4a88-8c5b-306ea1633cf0" + "guid": "00620975-d581-4b6d-be08-ffda899e5008" } }, - "Example 2": { + "Example 8": { "summary": "Update name", "description": "This example demonstrates how to update the 'Name' property of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "UK Imperial (Updated)" } }, - "Example 3": { + "Example 9": { "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { - "guid": "15ca9ecd-0682-4c2a-bb4f-519ea578d94c" + "guid": "b05f2165-6358-424f-9213-4b2fb2d92c7f" } } } @@ -35074,26 +35074,26 @@ "$ref": "#/components/schemas/GrantaServerApiSchemaUnitsUpdateUnitSystem" }, "examples": { - "Example 1": { + "Example 7": { "summary": "Everything for a unit system", "description": "This example demonstrates how to update all properties of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "UK Imperial (Updated)", - "guid": "7c9e6d05-74f6-4a88-8c5b-306ea1633cf0" + "guid": "00620975-d581-4b6d-be08-ffda899e5008" } }, - "Example 2": { + "Example 8": { "summary": "Update name", "description": "This example demonstrates how to update the 'Name' property of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "UK Imperial (Updated)" } }, - "Example 3": { + "Example 9": { "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { - "guid": "15ca9ecd-0682-4c2a-bb4f-519ea578d94c" + "guid": "b05f2165-6358-424f-9213-4b2fb2d92c7f" } } } @@ -35219,7 +35219,7 @@ "$ref": "#/components/schemas/GrantaServerApiSearchSearchRequest" }, "examples": { - "Example 1": { + "Example 109": { "summary": "Free text search", "description": "This example demonstrates how to create a new free text search with results sorted by relevance", "value": { @@ -35241,7 +35241,7 @@ ] } }, - "Example 2": { + "Example 110": { "summary": "Free text search with boosted identities", "description": "A free text search in MI_TRAINING in attributes with identities -4 (record name), 928 and 886 with results in the record name boosted by a factor of 20", "value": { @@ -35270,7 +35270,7 @@ "sortCriteria": [] } }, - "Example 3": { + "Example 111": { "summary": "Free text search with excluded columns", "description": "A free text search in MI_TRAINING with local tabular columns 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table excluded from search.", "value": { @@ -35292,7 +35292,7 @@ "sortCriteria": [] } }, - "Example 4": { + "Example 112": { "summary": "Simple attribute search", "description": "A simple search in MI_TRAINING on an integer 8965 attribute, with results sorted by that attribute", "value": { @@ -35317,7 +35317,7 @@ ] } }, - "Example 5": { + "Example 113": { "summary": "Attribute exists search", "description": "A search in MI_TRAINING on for records that have data for integer 8965 attribute", "value": { @@ -35333,7 +35333,7 @@ "sortCriteria": [] } }, - "Example 6": { + "Example 114": { "summary": "Multiple attribute search", "description": "A search where results must match all three attribute criterion (the long text meta attribute exist, the date time attribute has a value in the given range, and the discrete attribute has one of the given values)", "value": { @@ -35382,7 +35382,7 @@ "sortCriteria": [] } }, - "Example 7": { + "Example 115": { "summary": "Nested boolean search", "description": "A nested boolean search in MI_TRAINING where results must either match the free text search for 'steel', or both the integer attribute with identity 8965 exists and attribute with identity 928 is not applicable", "value": { @@ -35428,7 +35428,7 @@ "sortCriteria": [] } }, - "Example 8": { + "Example 116": { "summary": "Record name search", "description": "A search in MI_TRAINING for a value in either the (full) record name, the short (tree) name, or the breadcrumbs, sorted by (full) record name", "value": { @@ -35482,7 +35482,7 @@ ] } }, - "Example 9": { + "Example 117": { "summary": "Record color search", "description": "A search in MI_TRAINING for results where the record color is red, sorted by record name", "value": { @@ -35511,21 +35511,21 @@ ] } }, - "Example 10": { + "Example 118": { "summary": "Record list search", "description": "A search in MI_TRAINING for results where the record is in any of the given (favorites) list", "value": { "criterion": { "recordListIdentifiers": [ - "834311e5-dffa-492e-9c0f-77ca6f977740", - "8499ed9b-9e36-407d-9944-322b9d17f700" + "2bea8d7c-1330-44b7-9c2b-55135249a7a1", + "dcbf885f-3f43-48df-89c0-5b4371e3438d" ], "type": "recordListMember" }, "sortCriteria": [] } }, - "Example 11": { + "Example 119": { "summary": "Record reference search", "description": "A search in MI_TRAINING for results where the record matches the record history GUID", "value": { @@ -35537,7 +35537,7 @@ "sortCriteria": [] } }, - "Example 12": { + "Example 120": { "summary": "Record ancestor search", "description": "A search in MI_TRAINING for results where the record is below the Glasses folder in the tree", "value": { @@ -35549,7 +35549,7 @@ "sortCriteria": [] } }, - "Example 13": { + "Example 121": { "summary": "Top level records search", "description": "A search in MI_TRAINING for results where the record has no parent in the tree", "value": { @@ -35559,7 +35559,7 @@ "sortCriteria": [] } }, - "Example 14": { + "Example 122": { "summary": "Subset search", "description": "A search in MI_TRAINING for results where the record is in the Material Universe 'Ceramics' subset", "value": { @@ -35570,7 +35570,7 @@ "sortCriteria": [] } }, - "Example 15": { + "Example 123": { "summary": "Tabular data link exists", "description": "A tabular search in MI_TRAINING where there is a tabular link from the tabular attribute 'Restricted substances that may be associated with this material'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -35592,7 +35592,7 @@ "sortCriteria": [] } }, - "Example 16": { + "Example 124": { "summary": "Tabular data local column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where the 'amount' is greater than 10% ('amount' is a local column).", "value": { @@ -35621,7 +35621,7 @@ "sortCriteria": [] } }, - "Example 17": { + "Example 125": { "summary": "Tabular data linked attribute column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where there is a linked 'Restricted Substance' with an 'amount' greater than 10% ('amount' is a local column), and the 'Chemical name' attribute in the linked 'Restricted Substances' table contains 'Alkanes'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -35665,7 +35665,7 @@ "sortCriteria": [] } }, - "Example 18": { + "Example 126": { "summary": "Tabular data linked column column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material' where there is a linked 'Restricted Substance', which has a linked 'Legislations and Lists' via the tabular attribute 'Legislations restricting its use', and the 'Legislation rating' is 'Banned with conditions'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -35715,7 +35715,7 @@ "sortCriteria": [] } }, - "Example 19": { + "Example 127": { "summary": "Tabular linking value search", "description": "A tabular search in MI_TRAINING where the tabular linking value for the tabular attribute 'Restricted substances associated with this material' contains '85535'", "value": { @@ -35742,7 +35742,7 @@ "sortCriteria": [] } }, - "Example 20": { + "Example 128": { "summary": "Record link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where record link to table with identity 59 exists where the target has a populated picture attribute with identity 8563. Note that link searches must be made against a specific table", "value": { @@ -35773,7 +35773,7 @@ "sortCriteria": [] } }, - "Example 21": { + "Example 129": { "summary": "Record link exists search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a record link to table with identity 59 exists. Note that link searches must be made against a specific table", "value": { @@ -35794,7 +35794,7 @@ "sortCriteria": [] } }, - "Example 22": { + "Example 130": { "summary": "Cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a cross database link to table with identity 56 in Target_Database exists and the linked record has a populated float functional meta attribute with identity 33. Note that link searches must be made against a specific table", "value": { @@ -35825,7 +35825,7 @@ "sortCriteria": [] } }, - "Example 23": { + "Example 131": { "summary": "Reverse cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a reverse cross database link from table 39 in Target_Database exists and the linked record has a populated file attribute with identity 87. Note that link searches must be made against a specific table", "value": { @@ -35856,7 +35856,7 @@ "sortCriteria": [] } }, - "Example 24": { + "Example 132": { "summary": "Paginated search", "description": "A free text search where only the first 5 results will be returned initially, and the results have a sliding expiration time of 10 minutes", "value": { @@ -35883,7 +35883,7 @@ } } }, - "Example 25": { + "Example 133": { "summary": "Float functional graph search", "description": "A search on the float functional attribute 'Young's modulus with temperature' for records that have at least one series, use the Temperature parameter (00000001-000a-4fff-8fff-0000ffff0000) on the X-Axis and are not marked as 'Show as table'", "value": { @@ -35907,7 +35907,7 @@ ] } }, - "Example 26": { + "Example 134": { "summary": "Float functional search by attribute value", "description": "A search in MI_TRAINING on 'Young's modulus with temperature' for records that have a Young's Modulus of between 75 and 80 GPa at a temperature of 100°C", "value": { @@ -35937,7 +35937,7 @@ "sortCriteria": [] } }, - "Example 27": { + "Example 135": { "summary": "Discrete functional search", "description": "A search in MI_TRAINING on 'Environmental Resistance' for records that have a resistance of 'Good' or 'Very good' in the Chemical Environment of 'Fresh Water'", "value": { @@ -35975,7 +35975,7 @@ "$ref": "#/components/schemas/GrantaServerApiSearchSearchRequest" }, "examples": { - "Example 1": { + "Example 109": { "summary": "Free text search", "description": "This example demonstrates how to create a new free text search with results sorted by relevance", "value": { @@ -35997,7 +35997,7 @@ ] } }, - "Example 2": { + "Example 110": { "summary": "Free text search with boosted identities", "description": "A free text search in MI_TRAINING in attributes with identities -4 (record name), 928 and 886 with results in the record name boosted by a factor of 20", "value": { @@ -36026,7 +36026,7 @@ "sortCriteria": [] } }, - "Example 3": { + "Example 111": { "summary": "Free text search with excluded columns", "description": "A free text search in MI_TRAINING with local tabular columns 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table excluded from search.", "value": { @@ -36048,7 +36048,7 @@ "sortCriteria": [] } }, - "Example 4": { + "Example 112": { "summary": "Simple attribute search", "description": "A simple search in MI_TRAINING on an integer 8965 attribute, with results sorted by that attribute", "value": { @@ -36073,7 +36073,7 @@ ] } }, - "Example 5": { + "Example 113": { "summary": "Attribute exists search", "description": "A search in MI_TRAINING on for records that have data for integer 8965 attribute", "value": { @@ -36089,7 +36089,7 @@ "sortCriteria": [] } }, - "Example 6": { + "Example 114": { "summary": "Multiple attribute search", "description": "A search where results must match all three attribute criterion (the long text meta attribute exist, the date time attribute has a value in the given range, and the discrete attribute has one of the given values)", "value": { @@ -36138,7 +36138,7 @@ "sortCriteria": [] } }, - "Example 7": { + "Example 115": { "summary": "Nested boolean search", "description": "A nested boolean search in MI_TRAINING where results must either match the free text search for 'steel', or both the integer attribute with identity 8965 exists and attribute with identity 928 is not applicable", "value": { @@ -36184,7 +36184,7 @@ "sortCriteria": [] } }, - "Example 8": { + "Example 116": { "summary": "Record name search", "description": "A search in MI_TRAINING for a value in either the (full) record name, the short (tree) name, or the breadcrumbs, sorted by (full) record name", "value": { @@ -36238,7 +36238,7 @@ ] } }, - "Example 9": { + "Example 117": { "summary": "Record color search", "description": "A search in MI_TRAINING for results where the record color is red, sorted by record name", "value": { @@ -36267,21 +36267,21 @@ ] } }, - "Example 10": { + "Example 118": { "summary": "Record list search", "description": "A search in MI_TRAINING for results where the record is in any of the given (favorites) list", "value": { "criterion": { "recordListIdentifiers": [ - "834311e5-dffa-492e-9c0f-77ca6f977740", - "8499ed9b-9e36-407d-9944-322b9d17f700" + "2bea8d7c-1330-44b7-9c2b-55135249a7a1", + "dcbf885f-3f43-48df-89c0-5b4371e3438d" ], "type": "recordListMember" }, "sortCriteria": [] } }, - "Example 11": { + "Example 119": { "summary": "Record reference search", "description": "A search in MI_TRAINING for results where the record matches the record history GUID", "value": { @@ -36293,7 +36293,7 @@ "sortCriteria": [] } }, - "Example 12": { + "Example 120": { "summary": "Record ancestor search", "description": "A search in MI_TRAINING for results where the record is below the Glasses folder in the tree", "value": { @@ -36305,7 +36305,7 @@ "sortCriteria": [] } }, - "Example 13": { + "Example 121": { "summary": "Top level records search", "description": "A search in MI_TRAINING for results where the record has no parent in the tree", "value": { @@ -36315,7 +36315,7 @@ "sortCriteria": [] } }, - "Example 14": { + "Example 122": { "summary": "Subset search", "description": "A search in MI_TRAINING for results where the record is in the Material Universe 'Ceramics' subset", "value": { @@ -36326,7 +36326,7 @@ "sortCriteria": [] } }, - "Example 15": { + "Example 123": { "summary": "Tabular data link exists", "description": "A tabular search in MI_TRAINING where there is a tabular link from the tabular attribute 'Restricted substances that may be associated with this material'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -36348,7 +36348,7 @@ "sortCriteria": [] } }, - "Example 16": { + "Example 124": { "summary": "Tabular data local column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where the 'amount' is greater than 10% ('amount' is a local column).", "value": { @@ -36377,7 +36377,7 @@ "sortCriteria": [] } }, - "Example 17": { + "Example 125": { "summary": "Tabular data linked attribute column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where there is a linked 'Restricted Substance' with an 'amount' greater than 10% ('amount' is a local column), and the 'Chemical name' attribute in the linked 'Restricted Substances' table contains 'Alkanes'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -36421,7 +36421,7 @@ "sortCriteria": [] } }, - "Example 18": { + "Example 126": { "summary": "Tabular data linked column column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material' where there is a linked 'Restricted Substance', which has a linked 'Legislations and Lists' via the tabular attribute 'Legislations restricting its use', and the 'Legislation rating' is 'Banned with conditions'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -36471,7 +36471,7 @@ "sortCriteria": [] } }, - "Example 19": { + "Example 127": { "summary": "Tabular linking value search", "description": "A tabular search in MI_TRAINING where the tabular linking value for the tabular attribute 'Restricted substances associated with this material' contains '85535'", "value": { @@ -36498,7 +36498,7 @@ "sortCriteria": [] } }, - "Example 20": { + "Example 128": { "summary": "Record link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where record link to table with identity 59 exists where the target has a populated picture attribute with identity 8563. Note that link searches must be made against a specific table", "value": { @@ -36529,7 +36529,7 @@ "sortCriteria": [] } }, - "Example 21": { + "Example 129": { "summary": "Record link exists search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a record link to table with identity 59 exists. Note that link searches must be made against a specific table", "value": { @@ -36550,7 +36550,7 @@ "sortCriteria": [] } }, - "Example 22": { + "Example 130": { "summary": "Cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a cross database link to table with identity 56 in Target_Database exists and the linked record has a populated float functional meta attribute with identity 33. Note that link searches must be made against a specific table", "value": { @@ -36581,7 +36581,7 @@ "sortCriteria": [] } }, - "Example 23": { + "Example 131": { "summary": "Reverse cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a reverse cross database link from table 39 in Target_Database exists and the linked record has a populated file attribute with identity 87. Note that link searches must be made against a specific table", "value": { @@ -36612,7 +36612,7 @@ "sortCriteria": [] } }, - "Example 24": { + "Example 132": { "summary": "Paginated search", "description": "A free text search where only the first 5 results will be returned initially, and the results have a sliding expiration time of 10 minutes", "value": { @@ -36639,7 +36639,7 @@ } } }, - "Example 25": { + "Example 133": { "summary": "Float functional graph search", "description": "A search on the float functional attribute 'Young's modulus with temperature' for records that have at least one series, use the Temperature parameter (00000001-000a-4fff-8fff-0000ffff0000) on the X-Axis and are not marked as 'Show as table'", "value": { @@ -36663,7 +36663,7 @@ ] } }, - "Example 26": { + "Example 134": { "summary": "Float functional search by attribute value", "description": "A search in MI_TRAINING on 'Young's modulus with temperature' for records that have a Young's Modulus of between 75 and 80 GPa at a temperature of 100°C", "value": { @@ -36693,7 +36693,7 @@ "sortCriteria": [] } }, - "Example 27": { + "Example 135": { "summary": "Discrete functional search", "description": "A search in MI_TRAINING on 'Environmental Resistance' for records that have a resistance of 'Good' or 'Very good' in the Chemical Environment of 'Fresh Water'", "value": { @@ -36731,7 +36731,7 @@ "$ref": "#/components/schemas/GrantaServerApiSearchSearchRequest" }, "examples": { - "Example 1": { + "Example 109": { "summary": "Free text search", "description": "This example demonstrates how to create a new free text search with results sorted by relevance", "value": { @@ -36753,7 +36753,7 @@ ] } }, - "Example 2": { + "Example 110": { "summary": "Free text search with boosted identities", "description": "A free text search in MI_TRAINING in attributes with identities -4 (record name), 928 and 886 with results in the record name boosted by a factor of 20", "value": { @@ -36782,7 +36782,7 @@ "sortCriteria": [] } }, - "Example 3": { + "Example 111": { "summary": "Free text search with excluded columns", "description": "A free text search in MI_TRAINING with local tabular columns 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table excluded from search.", "value": { @@ -36804,7 +36804,7 @@ "sortCriteria": [] } }, - "Example 4": { + "Example 112": { "summary": "Simple attribute search", "description": "A simple search in MI_TRAINING on an integer 8965 attribute, with results sorted by that attribute", "value": { @@ -36829,7 +36829,7 @@ ] } }, - "Example 5": { + "Example 113": { "summary": "Attribute exists search", "description": "A search in MI_TRAINING on for records that have data for integer 8965 attribute", "value": { @@ -36845,7 +36845,7 @@ "sortCriteria": [] } }, - "Example 6": { + "Example 114": { "summary": "Multiple attribute search", "description": "A search where results must match all three attribute criterion (the long text meta attribute exist, the date time attribute has a value in the given range, and the discrete attribute has one of the given values)", "value": { @@ -36894,7 +36894,7 @@ "sortCriteria": [] } }, - "Example 7": { + "Example 115": { "summary": "Nested boolean search", "description": "A nested boolean search in MI_TRAINING where results must either match the free text search for 'steel', or both the integer attribute with identity 8965 exists and attribute with identity 928 is not applicable", "value": { @@ -36940,7 +36940,7 @@ "sortCriteria": [] } }, - "Example 8": { + "Example 116": { "summary": "Record name search", "description": "A search in MI_TRAINING for a value in either the (full) record name, the short (tree) name, or the breadcrumbs, sorted by (full) record name", "value": { @@ -36994,7 +36994,7 @@ ] } }, - "Example 9": { + "Example 117": { "summary": "Record color search", "description": "A search in MI_TRAINING for results where the record color is red, sorted by record name", "value": { @@ -37023,21 +37023,21 @@ ] } }, - "Example 10": { + "Example 118": { "summary": "Record list search", "description": "A search in MI_TRAINING for results where the record is in any of the given (favorites) list", "value": { "criterion": { "recordListIdentifiers": [ - "834311e5-dffa-492e-9c0f-77ca6f977740", - "8499ed9b-9e36-407d-9944-322b9d17f700" + "2bea8d7c-1330-44b7-9c2b-55135249a7a1", + "dcbf885f-3f43-48df-89c0-5b4371e3438d" ], "type": "recordListMember" }, "sortCriteria": [] } }, - "Example 11": { + "Example 119": { "summary": "Record reference search", "description": "A search in MI_TRAINING for results where the record matches the record history GUID", "value": { @@ -37049,7 +37049,7 @@ "sortCriteria": [] } }, - "Example 12": { + "Example 120": { "summary": "Record ancestor search", "description": "A search in MI_TRAINING for results where the record is below the Glasses folder in the tree", "value": { @@ -37061,7 +37061,7 @@ "sortCriteria": [] } }, - "Example 13": { + "Example 121": { "summary": "Top level records search", "description": "A search in MI_TRAINING for results where the record has no parent in the tree", "value": { @@ -37071,7 +37071,7 @@ "sortCriteria": [] } }, - "Example 14": { + "Example 122": { "summary": "Subset search", "description": "A search in MI_TRAINING for results where the record is in the Material Universe 'Ceramics' subset", "value": { @@ -37082,7 +37082,7 @@ "sortCriteria": [] } }, - "Example 15": { + "Example 123": { "summary": "Tabular data link exists", "description": "A tabular search in MI_TRAINING where there is a tabular link from the tabular attribute 'Restricted substances that may be associated with this material'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -37104,7 +37104,7 @@ "sortCriteria": [] } }, - "Example 16": { + "Example 124": { "summary": "Tabular data local column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where the 'amount' is greater than 10% ('amount' is a local column).", "value": { @@ -37133,7 +37133,7 @@ "sortCriteria": [] } }, - "Example 17": { + "Example 125": { "summary": "Tabular data linked attribute column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where there is a linked 'Restricted Substance' with an 'amount' greater than 10% ('amount' is a local column), and the 'Chemical name' attribute in the linked 'Restricted Substances' table contains 'Alkanes'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -37177,7 +37177,7 @@ "sortCriteria": [] } }, - "Example 18": { + "Example 126": { "summary": "Tabular data linked column column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material' where there is a linked 'Restricted Substance', which has a linked 'Legislations and Lists' via the tabular attribute 'Legislations restricting its use', and the 'Legislation rating' is 'Banned with conditions'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -37227,7 +37227,7 @@ "sortCriteria": [] } }, - "Example 19": { + "Example 127": { "summary": "Tabular linking value search", "description": "A tabular search in MI_TRAINING where the tabular linking value for the tabular attribute 'Restricted substances associated with this material' contains '85535'", "value": { @@ -37254,7 +37254,7 @@ "sortCriteria": [] } }, - "Example 20": { + "Example 128": { "summary": "Record link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where record link to table with identity 59 exists where the target has a populated picture attribute with identity 8563. Note that link searches must be made against a specific table", "value": { @@ -37285,7 +37285,7 @@ "sortCriteria": [] } }, - "Example 21": { + "Example 129": { "summary": "Record link exists search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a record link to table with identity 59 exists. Note that link searches must be made against a specific table", "value": { @@ -37306,7 +37306,7 @@ "sortCriteria": [] } }, - "Example 22": { + "Example 130": { "summary": "Cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a cross database link to table with identity 56 in Target_Database exists and the linked record has a populated float functional meta attribute with identity 33. Note that link searches must be made against a specific table", "value": { @@ -37337,7 +37337,7 @@ "sortCriteria": [] } }, - "Example 23": { + "Example 131": { "summary": "Reverse cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a reverse cross database link from table 39 in Target_Database exists and the linked record has a populated file attribute with identity 87. Note that link searches must be made against a specific table", "value": { @@ -37368,7 +37368,7 @@ "sortCriteria": [] } }, - "Example 24": { + "Example 132": { "summary": "Paginated search", "description": "A free text search where only the first 5 results will be returned initially, and the results have a sliding expiration time of 10 minutes", "value": { @@ -37395,7 +37395,7 @@ } } }, - "Example 25": { + "Example 133": { "summary": "Float functional graph search", "description": "A search on the float functional attribute 'Young's modulus with temperature' for records that have at least one series, use the Temperature parameter (00000001-000a-4fff-8fff-0000ffff0000) on the X-Axis and are not marked as 'Show as table'", "value": { @@ -37419,7 +37419,7 @@ ] } }, - "Example 26": { + "Example 134": { "summary": "Float functional search by attribute value", "description": "A search in MI_TRAINING on 'Young's modulus with temperature' for records that have a Young's Modulus of between 75 and 80 GPa at a temperature of 100°C", "value": { @@ -37449,7 +37449,7 @@ "sortCriteria": [] } }, - "Example 27": { + "Example 135": { "summary": "Discrete functional search", "description": "A search in MI_TRAINING on 'Environmental Resistance' for records that have a resistance of 'Good' or 'Very good' in the Chemical Environment of 'Fresh Water'", "value": { @@ -37487,7 +37487,7 @@ "$ref": "#/components/schemas/GrantaServerApiSearchSearchRequest" }, "examples": { - "Example 1": { + "Example 109": { "summary": "Free text search", "description": "This example demonstrates how to create a new free text search with results sorted by relevance", "value": { @@ -37509,7 +37509,7 @@ ] } }, - "Example 2": { + "Example 110": { "summary": "Free text search with boosted identities", "description": "A free text search in MI_TRAINING in attributes with identities -4 (record name), 928 and 886 with results in the record name boosted by a factor of 20", "value": { @@ -37538,7 +37538,7 @@ "sortCriteria": [] } }, - "Example 3": { + "Example 111": { "summary": "Free text search with excluded columns", "description": "A free text search in MI_TRAINING with local tabular columns 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table excluded from search.", "value": { @@ -37560,7 +37560,7 @@ "sortCriteria": [] } }, - "Example 4": { + "Example 112": { "summary": "Simple attribute search", "description": "A simple search in MI_TRAINING on an integer 8965 attribute, with results sorted by that attribute", "value": { @@ -37585,7 +37585,7 @@ ] } }, - "Example 5": { + "Example 113": { "summary": "Attribute exists search", "description": "A search in MI_TRAINING on for records that have data for integer 8965 attribute", "value": { @@ -37601,7 +37601,7 @@ "sortCriteria": [] } }, - "Example 6": { + "Example 114": { "summary": "Multiple attribute search", "description": "A search where results must match all three attribute criterion (the long text meta attribute exist, the date time attribute has a value in the given range, and the discrete attribute has one of the given values)", "value": { @@ -37650,7 +37650,7 @@ "sortCriteria": [] } }, - "Example 7": { + "Example 115": { "summary": "Nested boolean search", "description": "A nested boolean search in MI_TRAINING where results must either match the free text search for 'steel', or both the integer attribute with identity 8965 exists and attribute with identity 928 is not applicable", "value": { @@ -37696,7 +37696,7 @@ "sortCriteria": [] } }, - "Example 8": { + "Example 116": { "summary": "Record name search", "description": "A search in MI_TRAINING for a value in either the (full) record name, the short (tree) name, or the breadcrumbs, sorted by (full) record name", "value": { @@ -37750,7 +37750,7 @@ ] } }, - "Example 9": { + "Example 117": { "summary": "Record color search", "description": "A search in MI_TRAINING for results where the record color is red, sorted by record name", "value": { @@ -37779,21 +37779,21 @@ ] } }, - "Example 10": { + "Example 118": { "summary": "Record list search", "description": "A search in MI_TRAINING for results where the record is in any of the given (favorites) list", "value": { "criterion": { "recordListIdentifiers": [ - "834311e5-dffa-492e-9c0f-77ca6f977740", - "8499ed9b-9e36-407d-9944-322b9d17f700" + "2bea8d7c-1330-44b7-9c2b-55135249a7a1", + "dcbf885f-3f43-48df-89c0-5b4371e3438d" ], "type": "recordListMember" }, "sortCriteria": [] } }, - "Example 11": { + "Example 119": { "summary": "Record reference search", "description": "A search in MI_TRAINING for results where the record matches the record history GUID", "value": { @@ -37805,7 +37805,7 @@ "sortCriteria": [] } }, - "Example 12": { + "Example 120": { "summary": "Record ancestor search", "description": "A search in MI_TRAINING for results where the record is below the Glasses folder in the tree", "value": { @@ -37817,7 +37817,7 @@ "sortCriteria": [] } }, - "Example 13": { + "Example 121": { "summary": "Top level records search", "description": "A search in MI_TRAINING for results where the record has no parent in the tree", "value": { @@ -37827,7 +37827,7 @@ "sortCriteria": [] } }, - "Example 14": { + "Example 122": { "summary": "Subset search", "description": "A search in MI_TRAINING for results where the record is in the Material Universe 'Ceramics' subset", "value": { @@ -37838,7 +37838,7 @@ "sortCriteria": [] } }, - "Example 15": { + "Example 123": { "summary": "Tabular data link exists", "description": "A tabular search in MI_TRAINING where there is a tabular link from the tabular attribute 'Restricted substances that may be associated with this material'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -37860,7 +37860,7 @@ "sortCriteria": [] } }, - "Example 16": { + "Example 124": { "summary": "Tabular data local column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where the 'amount' is greater than 10% ('amount' is a local column).", "value": { @@ -37889,7 +37889,7 @@ "sortCriteria": [] } }, - "Example 17": { + "Example 125": { "summary": "Tabular data linked attribute column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where there is a linked 'Restricted Substance' with an 'amount' greater than 10% ('amount' is a local column), and the 'Chemical name' attribute in the linked 'Restricted Substances' table contains 'Alkanes'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -37933,7 +37933,7 @@ "sortCriteria": [] } }, - "Example 18": { + "Example 126": { "summary": "Tabular data linked column column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material' where there is a linked 'Restricted Substance', which has a linked 'Legislations and Lists' via the tabular attribute 'Legislations restricting its use', and the 'Legislation rating' is 'Banned with conditions'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -37983,7 +37983,7 @@ "sortCriteria": [] } }, - "Example 19": { + "Example 127": { "summary": "Tabular linking value search", "description": "A tabular search in MI_TRAINING where the tabular linking value for the tabular attribute 'Restricted substances associated with this material' contains '85535'", "value": { @@ -38010,7 +38010,7 @@ "sortCriteria": [] } }, - "Example 20": { + "Example 128": { "summary": "Record link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where record link to table with identity 59 exists where the target has a populated picture attribute with identity 8563. Note that link searches must be made against a specific table", "value": { @@ -38041,7 +38041,7 @@ "sortCriteria": [] } }, - "Example 21": { + "Example 129": { "summary": "Record link exists search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a record link to table with identity 59 exists. Note that link searches must be made against a specific table", "value": { @@ -38062,7 +38062,7 @@ "sortCriteria": [] } }, - "Example 22": { + "Example 130": { "summary": "Cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a cross database link to table with identity 56 in Target_Database exists and the linked record has a populated float functional meta attribute with identity 33. Note that link searches must be made against a specific table", "value": { @@ -38093,7 +38093,7 @@ "sortCriteria": [] } }, - "Example 23": { + "Example 131": { "summary": "Reverse cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a reverse cross database link from table 39 in Target_Database exists and the linked record has a populated file attribute with identity 87. Note that link searches must be made against a specific table", "value": { @@ -38124,7 +38124,7 @@ "sortCriteria": [] } }, - "Example 24": { + "Example 132": { "summary": "Paginated search", "description": "A free text search where only the first 5 results will be returned initially, and the results have a sliding expiration time of 10 minutes", "value": { @@ -38151,7 +38151,7 @@ } } }, - "Example 25": { + "Example 133": { "summary": "Float functional graph search", "description": "A search on the float functional attribute 'Young's modulus with temperature' for records that have at least one series, use the Temperature parameter (00000001-000a-4fff-8fff-0000ffff0000) on the X-Axis and are not marked as 'Show as table'", "value": { @@ -38175,7 +38175,7 @@ ] } }, - "Example 26": { + "Example 134": { "summary": "Float functional search by attribute value", "description": "A search in MI_TRAINING on 'Young's modulus with temperature' for records that have a Young's Modulus of between 75 and 80 GPa at a temperature of 100°C", "value": { @@ -38205,7 +38205,7 @@ "sortCriteria": [] } }, - "Example 27": { + "Example 135": { "summary": "Discrete functional search", "description": "A search in MI_TRAINING on 'Environmental Resistance' for records that have a resistance of 'Good' or 'Very good' in the Chemical Environment of 'Fresh Water'", "value": { @@ -38320,7 +38320,7 @@ "$ref": "#/components/schemas/GrantaServerApiSearchSearchRequest" }, "examples": { - "Example 28": { + "Example 136": { "summary": "Free text search", "description": "This example demonstrates how to create a new free text search with results sorted by relevance", "value": { @@ -38342,7 +38342,7 @@ ] } }, - "Example 29": { + "Example 137": { "summary": "Free text search with boosted identities", "description": "A free text search in MI_TRAINING in attributes with identities -4 (record name), 928 and 886 with results in the record name boosted by a factor of 20", "value": { @@ -38371,7 +38371,7 @@ "sortCriteria": [] } }, - "Example 30": { + "Example 138": { "summary": "Free text search with excluded columns", "description": "A free text search in MI_TRAINING with local tabular columns 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table excluded from search.", "value": { @@ -38393,7 +38393,7 @@ "sortCriteria": [] } }, - "Example 31": { + "Example 139": { "summary": "Simple attribute search", "description": "A simple search in MI_TRAINING on an integer 8965 attribute, with results sorted by that attribute", "value": { @@ -38418,7 +38418,7 @@ ] } }, - "Example 32": { + "Example 140": { "summary": "Attribute exists search", "description": "A search in MI_TRAINING on for records that have data for integer 8965 attribute", "value": { @@ -38434,7 +38434,7 @@ "sortCriteria": [] } }, - "Example 33": { + "Example 141": { "summary": "Multiple attribute search", "description": "A search where results must match all three attribute criterion (the long text meta attribute exist, the date time attribute has a value in the given range, and the discrete attribute has one of the given values)", "value": { @@ -38483,7 +38483,7 @@ "sortCriteria": [] } }, - "Example 34": { + "Example 142": { "summary": "Nested boolean search", "description": "A nested boolean search in MI_TRAINING where results must either match the free text search for 'steel', or both the integer attribute with identity 8965 exists and attribute with identity 928 is not applicable", "value": { @@ -38529,7 +38529,7 @@ "sortCriteria": [] } }, - "Example 35": { + "Example 143": { "summary": "Record name search", "description": "A search in MI_TRAINING for a value in either the (full) record name, the short (tree) name, or the breadcrumbs, sorted by (full) record name", "value": { @@ -38583,7 +38583,7 @@ ] } }, - "Example 36": { + "Example 144": { "summary": "Record color search", "description": "A search in MI_TRAINING for results where the record color is red, sorted by record name", "value": { @@ -38612,21 +38612,21 @@ ] } }, - "Example 37": { + "Example 145": { "summary": "Record list search", "description": "A search in MI_TRAINING for results where the record is in any of the given (favorites) list", "value": { "criterion": { "recordListIdentifiers": [ - "a235afb0-62e8-49bc-86f1-a098141bbe08", - "12ed370c-ec3c-4f3f-a369-9fb29245cd40" + "6ad7fc0e-5374-45df-9dd5-c6763ef3161b", + "0be1a7fe-1447-460a-8007-f72a4a0f363f" ], "type": "recordListMember" }, "sortCriteria": [] } }, - "Example 38": { + "Example 146": { "summary": "Record reference search", "description": "A search in MI_TRAINING for results where the record matches the record history GUID", "value": { @@ -38638,7 +38638,7 @@ "sortCriteria": [] } }, - "Example 39": { + "Example 147": { "summary": "Record ancestor search", "description": "A search in MI_TRAINING for results where the record is below the Glasses folder in the tree", "value": { @@ -38650,7 +38650,7 @@ "sortCriteria": [] } }, - "Example 40": { + "Example 148": { "summary": "Top level records search", "description": "A search in MI_TRAINING for results where the record has no parent in the tree", "value": { @@ -38660,7 +38660,7 @@ "sortCriteria": [] } }, - "Example 41": { + "Example 149": { "summary": "Subset search", "description": "A search in MI_TRAINING for results where the record is in the Material Universe 'Ceramics' subset", "value": { @@ -38671,7 +38671,7 @@ "sortCriteria": [] } }, - "Example 42": { + "Example 150": { "summary": "Tabular data link exists", "description": "A tabular search in MI_TRAINING where there is a tabular link from the tabular attribute 'Restricted substances that may be associated with this material'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -38693,7 +38693,7 @@ "sortCriteria": [] } }, - "Example 43": { + "Example 151": { "summary": "Tabular data local column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where the 'amount' is greater than 10% ('amount' is a local column).", "value": { @@ -38722,7 +38722,7 @@ "sortCriteria": [] } }, - "Example 44": { + "Example 152": { "summary": "Tabular data linked attribute column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where there is a linked 'Restricted Substance' with an 'amount' greater than 10% ('amount' is a local column), and the 'Chemical name' attribute in the linked 'Restricted Substances' table contains 'Alkanes'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -38766,7 +38766,7 @@ "sortCriteria": [] } }, - "Example 45": { + "Example 153": { "summary": "Tabular data linked column column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material' where there is a linked 'Restricted Substance', which has a linked 'Legislations and Lists' via the tabular attribute 'Legislations restricting its use', and the 'Legislation rating' is 'Banned with conditions'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -38816,7 +38816,7 @@ "sortCriteria": [] } }, - "Example 46": { + "Example 154": { "summary": "Tabular linking value search", "description": "A tabular search in MI_TRAINING where the tabular linking value for the tabular attribute 'Restricted substances associated with this material' contains '85535'", "value": { @@ -38843,7 +38843,7 @@ "sortCriteria": [] } }, - "Example 47": { + "Example 155": { "summary": "Record link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where record link to table with identity 59 exists where the target has a populated picture attribute with identity 8563. Note that link searches must be made against a specific table", "value": { @@ -38874,7 +38874,7 @@ "sortCriteria": [] } }, - "Example 48": { + "Example 156": { "summary": "Record link exists search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a record link to table with identity 59 exists. Note that link searches must be made against a specific table", "value": { @@ -38895,7 +38895,7 @@ "sortCriteria": [] } }, - "Example 49": { + "Example 157": { "summary": "Cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a cross database link to table with identity 56 in Target_Database exists and the linked record has a populated float functional meta attribute with identity 33. Note that link searches must be made against a specific table", "value": { @@ -38926,7 +38926,7 @@ "sortCriteria": [] } }, - "Example 50": { + "Example 158": { "summary": "Reverse cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a reverse cross database link from table 39 in Target_Database exists and the linked record has a populated file attribute with identity 87. Note that link searches must be made against a specific table", "value": { @@ -38957,7 +38957,7 @@ "sortCriteria": [] } }, - "Example 51": { + "Example 159": { "summary": "Paginated search", "description": "A free text search where only the first 5 results will be returned initially, and the results have a sliding expiration time of 10 minutes", "value": { @@ -38984,7 +38984,7 @@ } } }, - "Example 52": { + "Example 160": { "summary": "Float functional graph search", "description": "A search on the float functional attribute 'Young's modulus with temperature' for records that have at least one series, use the Temperature parameter (00000001-000a-4fff-8fff-0000ffff0000) on the X-Axis and are not marked as 'Show as table'", "value": { @@ -39008,7 +39008,7 @@ ] } }, - "Example 53": { + "Example 161": { "summary": "Float functional search by attribute value", "description": "A search in MI_TRAINING on 'Young's modulus with temperature' for records that have a Young's Modulus of between 75 and 80 GPa at a temperature of 100°C", "value": { @@ -39038,7 +39038,7 @@ "sortCriteria": [] } }, - "Example 54": { + "Example 162": { "summary": "Discrete functional search", "description": "A search in MI_TRAINING on 'Environmental Resistance' for records that have a resistance of 'Good' or 'Very good' in the Chemical Environment of 'Fresh Water'", "value": { @@ -39076,7 +39076,7 @@ "$ref": "#/components/schemas/GrantaServerApiSearchSearchRequest" }, "examples": { - "Example 28": { + "Example 136": { "summary": "Free text search", "description": "This example demonstrates how to create a new free text search with results sorted by relevance", "value": { @@ -39098,7 +39098,7 @@ ] } }, - "Example 29": { + "Example 137": { "summary": "Free text search with boosted identities", "description": "A free text search in MI_TRAINING in attributes with identities -4 (record name), 928 and 886 with results in the record name boosted by a factor of 20", "value": { @@ -39127,7 +39127,7 @@ "sortCriteria": [] } }, - "Example 30": { + "Example 138": { "summary": "Free text search with excluded columns", "description": "A free text search in MI_TRAINING with local tabular columns 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table excluded from search.", "value": { @@ -39149,7 +39149,7 @@ "sortCriteria": [] } }, - "Example 31": { + "Example 139": { "summary": "Simple attribute search", "description": "A simple search in MI_TRAINING on an integer 8965 attribute, with results sorted by that attribute", "value": { @@ -39174,7 +39174,7 @@ ] } }, - "Example 32": { + "Example 140": { "summary": "Attribute exists search", "description": "A search in MI_TRAINING on for records that have data for integer 8965 attribute", "value": { @@ -39190,7 +39190,7 @@ "sortCriteria": [] } }, - "Example 33": { + "Example 141": { "summary": "Multiple attribute search", "description": "A search where results must match all three attribute criterion (the long text meta attribute exist, the date time attribute has a value in the given range, and the discrete attribute has one of the given values)", "value": { @@ -39239,7 +39239,7 @@ "sortCriteria": [] } }, - "Example 34": { + "Example 142": { "summary": "Nested boolean search", "description": "A nested boolean search in MI_TRAINING where results must either match the free text search for 'steel', or both the integer attribute with identity 8965 exists and attribute with identity 928 is not applicable", "value": { @@ -39285,7 +39285,7 @@ "sortCriteria": [] } }, - "Example 35": { + "Example 143": { "summary": "Record name search", "description": "A search in MI_TRAINING for a value in either the (full) record name, the short (tree) name, or the breadcrumbs, sorted by (full) record name", "value": { @@ -39339,7 +39339,7 @@ ] } }, - "Example 36": { + "Example 144": { "summary": "Record color search", "description": "A search in MI_TRAINING for results where the record color is red, sorted by record name", "value": { @@ -39368,21 +39368,21 @@ ] } }, - "Example 37": { + "Example 145": { "summary": "Record list search", "description": "A search in MI_TRAINING for results where the record is in any of the given (favorites) list", "value": { "criterion": { "recordListIdentifiers": [ - "a235afb0-62e8-49bc-86f1-a098141bbe08", - "12ed370c-ec3c-4f3f-a369-9fb29245cd40" + "6ad7fc0e-5374-45df-9dd5-c6763ef3161b", + "0be1a7fe-1447-460a-8007-f72a4a0f363f" ], "type": "recordListMember" }, "sortCriteria": [] } }, - "Example 38": { + "Example 146": { "summary": "Record reference search", "description": "A search in MI_TRAINING for results where the record matches the record history GUID", "value": { @@ -39394,7 +39394,7 @@ "sortCriteria": [] } }, - "Example 39": { + "Example 147": { "summary": "Record ancestor search", "description": "A search in MI_TRAINING for results where the record is below the Glasses folder in the tree", "value": { @@ -39406,7 +39406,7 @@ "sortCriteria": [] } }, - "Example 40": { + "Example 148": { "summary": "Top level records search", "description": "A search in MI_TRAINING for results where the record has no parent in the tree", "value": { @@ -39416,7 +39416,7 @@ "sortCriteria": [] } }, - "Example 41": { + "Example 149": { "summary": "Subset search", "description": "A search in MI_TRAINING for results where the record is in the Material Universe 'Ceramics' subset", "value": { @@ -39427,7 +39427,7 @@ "sortCriteria": [] } }, - "Example 42": { + "Example 150": { "summary": "Tabular data link exists", "description": "A tabular search in MI_TRAINING where there is a tabular link from the tabular attribute 'Restricted substances that may be associated with this material'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -39449,7 +39449,7 @@ "sortCriteria": [] } }, - "Example 43": { + "Example 151": { "summary": "Tabular data local column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where the 'amount' is greater than 10% ('amount' is a local column).", "value": { @@ -39478,7 +39478,7 @@ "sortCriteria": [] } }, - "Example 44": { + "Example 152": { "summary": "Tabular data linked attribute column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where there is a linked 'Restricted Substance' with an 'amount' greater than 10% ('amount' is a local column), and the 'Chemical name' attribute in the linked 'Restricted Substances' table contains 'Alkanes'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -39522,7 +39522,7 @@ "sortCriteria": [] } }, - "Example 45": { + "Example 153": { "summary": "Tabular data linked column column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material' where there is a linked 'Restricted Substance', which has a linked 'Legislations and Lists' via the tabular attribute 'Legislations restricting its use', and the 'Legislation rating' is 'Banned with conditions'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -39572,7 +39572,7 @@ "sortCriteria": [] } }, - "Example 46": { + "Example 154": { "summary": "Tabular linking value search", "description": "A tabular search in MI_TRAINING where the tabular linking value for the tabular attribute 'Restricted substances associated with this material' contains '85535'", "value": { @@ -39599,7 +39599,7 @@ "sortCriteria": [] } }, - "Example 47": { + "Example 155": { "summary": "Record link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where record link to table with identity 59 exists where the target has a populated picture attribute with identity 8563. Note that link searches must be made against a specific table", "value": { @@ -39630,7 +39630,7 @@ "sortCriteria": [] } }, - "Example 48": { + "Example 156": { "summary": "Record link exists search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a record link to table with identity 59 exists. Note that link searches must be made against a specific table", "value": { @@ -39651,7 +39651,7 @@ "sortCriteria": [] } }, - "Example 49": { + "Example 157": { "summary": "Cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a cross database link to table with identity 56 in Target_Database exists and the linked record has a populated float functional meta attribute with identity 33. Note that link searches must be made against a specific table", "value": { @@ -39682,7 +39682,7 @@ "sortCriteria": [] } }, - "Example 50": { + "Example 158": { "summary": "Reverse cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a reverse cross database link from table 39 in Target_Database exists and the linked record has a populated file attribute with identity 87. Note that link searches must be made against a specific table", "value": { @@ -39713,7 +39713,7 @@ "sortCriteria": [] } }, - "Example 51": { + "Example 159": { "summary": "Paginated search", "description": "A free text search where only the first 5 results will be returned initially, and the results have a sliding expiration time of 10 minutes", "value": { @@ -39740,7 +39740,7 @@ } } }, - "Example 52": { + "Example 160": { "summary": "Float functional graph search", "description": "A search on the float functional attribute 'Young's modulus with temperature' for records that have at least one series, use the Temperature parameter (00000001-000a-4fff-8fff-0000ffff0000) on the X-Axis and are not marked as 'Show as table'", "value": { @@ -39764,7 +39764,7 @@ ] } }, - "Example 53": { + "Example 161": { "summary": "Float functional search by attribute value", "description": "A search in MI_TRAINING on 'Young's modulus with temperature' for records that have a Young's Modulus of between 75 and 80 GPa at a temperature of 100°C", "value": { @@ -39794,7 +39794,7 @@ "sortCriteria": [] } }, - "Example 54": { + "Example 162": { "summary": "Discrete functional search", "description": "A search in MI_TRAINING on 'Environmental Resistance' for records that have a resistance of 'Good' or 'Very good' in the Chemical Environment of 'Fresh Water'", "value": { @@ -39832,7 +39832,7 @@ "$ref": "#/components/schemas/GrantaServerApiSearchSearchRequest" }, "examples": { - "Example 28": { + "Example 136": { "summary": "Free text search", "description": "This example demonstrates how to create a new free text search with results sorted by relevance", "value": { @@ -39854,7 +39854,7 @@ ] } }, - "Example 29": { + "Example 137": { "summary": "Free text search with boosted identities", "description": "A free text search in MI_TRAINING in attributes with identities -4 (record name), 928 and 886 with results in the record name boosted by a factor of 20", "value": { @@ -39883,7 +39883,7 @@ "sortCriteria": [] } }, - "Example 30": { + "Example 138": { "summary": "Free text search with excluded columns", "description": "A free text search in MI_TRAINING with local tabular columns 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table excluded from search.", "value": { @@ -39905,7 +39905,7 @@ "sortCriteria": [] } }, - "Example 31": { + "Example 139": { "summary": "Simple attribute search", "description": "A simple search in MI_TRAINING on an integer 8965 attribute, with results sorted by that attribute", "value": { @@ -39930,7 +39930,7 @@ ] } }, - "Example 32": { + "Example 140": { "summary": "Attribute exists search", "description": "A search in MI_TRAINING on for records that have data for integer 8965 attribute", "value": { @@ -39946,7 +39946,7 @@ "sortCriteria": [] } }, - "Example 33": { + "Example 141": { "summary": "Multiple attribute search", "description": "A search where results must match all three attribute criterion (the long text meta attribute exist, the date time attribute has a value in the given range, and the discrete attribute has one of the given values)", "value": { @@ -39995,7 +39995,7 @@ "sortCriteria": [] } }, - "Example 34": { + "Example 142": { "summary": "Nested boolean search", "description": "A nested boolean search in MI_TRAINING where results must either match the free text search for 'steel', or both the integer attribute with identity 8965 exists and attribute with identity 928 is not applicable", "value": { @@ -40041,7 +40041,7 @@ "sortCriteria": [] } }, - "Example 35": { + "Example 143": { "summary": "Record name search", "description": "A search in MI_TRAINING for a value in either the (full) record name, the short (tree) name, or the breadcrumbs, sorted by (full) record name", "value": { @@ -40095,7 +40095,7 @@ ] } }, - "Example 36": { + "Example 144": { "summary": "Record color search", "description": "A search in MI_TRAINING for results where the record color is red, sorted by record name", "value": { @@ -40124,21 +40124,21 @@ ] } }, - "Example 37": { + "Example 145": { "summary": "Record list search", "description": "A search in MI_TRAINING for results where the record is in any of the given (favorites) list", "value": { "criterion": { "recordListIdentifiers": [ - "a235afb0-62e8-49bc-86f1-a098141bbe08", - "12ed370c-ec3c-4f3f-a369-9fb29245cd40" + "6ad7fc0e-5374-45df-9dd5-c6763ef3161b", + "0be1a7fe-1447-460a-8007-f72a4a0f363f" ], "type": "recordListMember" }, "sortCriteria": [] } }, - "Example 38": { + "Example 146": { "summary": "Record reference search", "description": "A search in MI_TRAINING for results where the record matches the record history GUID", "value": { @@ -40150,7 +40150,7 @@ "sortCriteria": [] } }, - "Example 39": { + "Example 147": { "summary": "Record ancestor search", "description": "A search in MI_TRAINING for results where the record is below the Glasses folder in the tree", "value": { @@ -40162,7 +40162,7 @@ "sortCriteria": [] } }, - "Example 40": { + "Example 148": { "summary": "Top level records search", "description": "A search in MI_TRAINING for results where the record has no parent in the tree", "value": { @@ -40172,7 +40172,7 @@ "sortCriteria": [] } }, - "Example 41": { + "Example 149": { "summary": "Subset search", "description": "A search in MI_TRAINING for results where the record is in the Material Universe 'Ceramics' subset", "value": { @@ -40183,7 +40183,7 @@ "sortCriteria": [] } }, - "Example 42": { + "Example 150": { "summary": "Tabular data link exists", "description": "A tabular search in MI_TRAINING where there is a tabular link from the tabular attribute 'Restricted substances that may be associated with this material'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -40205,7 +40205,7 @@ "sortCriteria": [] } }, - "Example 43": { + "Example 151": { "summary": "Tabular data local column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where the 'amount' is greater than 10% ('amount' is a local column).", "value": { @@ -40234,7 +40234,7 @@ "sortCriteria": [] } }, - "Example 44": { + "Example 152": { "summary": "Tabular data linked attribute column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where there is a linked 'Restricted Substance' with an 'amount' greater than 10% ('amount' is a local column), and the 'Chemical name' attribute in the linked 'Restricted Substances' table contains 'Alkanes'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -40278,7 +40278,7 @@ "sortCriteria": [] } }, - "Example 45": { + "Example 153": { "summary": "Tabular data linked column column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material' where there is a linked 'Restricted Substance', which has a linked 'Legislations and Lists' via the tabular attribute 'Legislations restricting its use', and the 'Legislation rating' is 'Banned with conditions'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -40328,7 +40328,7 @@ "sortCriteria": [] } }, - "Example 46": { + "Example 154": { "summary": "Tabular linking value search", "description": "A tabular search in MI_TRAINING where the tabular linking value for the tabular attribute 'Restricted substances associated with this material' contains '85535'", "value": { @@ -40355,7 +40355,7 @@ "sortCriteria": [] } }, - "Example 47": { + "Example 155": { "summary": "Record link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where record link to table with identity 59 exists where the target has a populated picture attribute with identity 8563. Note that link searches must be made against a specific table", "value": { @@ -40386,7 +40386,7 @@ "sortCriteria": [] } }, - "Example 48": { + "Example 156": { "summary": "Record link exists search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a record link to table with identity 59 exists. Note that link searches must be made against a specific table", "value": { @@ -40407,7 +40407,7 @@ "sortCriteria": [] } }, - "Example 49": { + "Example 157": { "summary": "Cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a cross database link to table with identity 56 in Target_Database exists and the linked record has a populated float functional meta attribute with identity 33. Note that link searches must be made against a specific table", "value": { @@ -40438,7 +40438,7 @@ "sortCriteria": [] } }, - "Example 50": { + "Example 158": { "summary": "Reverse cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a reverse cross database link from table 39 in Target_Database exists and the linked record has a populated file attribute with identity 87. Note that link searches must be made against a specific table", "value": { @@ -40469,7 +40469,7 @@ "sortCriteria": [] } }, - "Example 51": { + "Example 159": { "summary": "Paginated search", "description": "A free text search where only the first 5 results will be returned initially, and the results have a sliding expiration time of 10 minutes", "value": { @@ -40496,7 +40496,7 @@ } } }, - "Example 52": { + "Example 160": { "summary": "Float functional graph search", "description": "A search on the float functional attribute 'Young's modulus with temperature' for records that have at least one series, use the Temperature parameter (00000001-000a-4fff-8fff-0000ffff0000) on the X-Axis and are not marked as 'Show as table'", "value": { @@ -40520,7 +40520,7 @@ ] } }, - "Example 53": { + "Example 161": { "summary": "Float functional search by attribute value", "description": "A search in MI_TRAINING on 'Young's modulus with temperature' for records that have a Young's Modulus of between 75 and 80 GPa at a temperature of 100°C", "value": { @@ -40550,7 +40550,7 @@ "sortCriteria": [] } }, - "Example 54": { + "Example 162": { "summary": "Discrete functional search", "description": "A search in MI_TRAINING on 'Environmental Resistance' for records that have a resistance of 'Good' or 'Very good' in the Chemical Environment of 'Fresh Water'", "value": { @@ -40588,7 +40588,7 @@ "$ref": "#/components/schemas/GrantaServerApiSearchSearchRequest" }, "examples": { - "Example 28": { + "Example 136": { "summary": "Free text search", "description": "This example demonstrates how to create a new free text search with results sorted by relevance", "value": { @@ -40610,7 +40610,7 @@ ] } }, - "Example 29": { + "Example 137": { "summary": "Free text search with boosted identities", "description": "A free text search in MI_TRAINING in attributes with identities -4 (record name), 928 and 886 with results in the record name boosted by a factor of 20", "value": { @@ -40639,7 +40639,7 @@ "sortCriteria": [] } }, - "Example 30": { + "Example 138": { "summary": "Free text search with excluded columns", "description": "A free text search in MI_TRAINING with local tabular columns 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table excluded from search.", "value": { @@ -40661,7 +40661,7 @@ "sortCriteria": [] } }, - "Example 31": { + "Example 139": { "summary": "Simple attribute search", "description": "A simple search in MI_TRAINING on an integer 8965 attribute, with results sorted by that attribute", "value": { @@ -40686,7 +40686,7 @@ ] } }, - "Example 32": { + "Example 140": { "summary": "Attribute exists search", "description": "A search in MI_TRAINING on for records that have data for integer 8965 attribute", "value": { @@ -40702,7 +40702,7 @@ "sortCriteria": [] } }, - "Example 33": { + "Example 141": { "summary": "Multiple attribute search", "description": "A search where results must match all three attribute criterion (the long text meta attribute exist, the date time attribute has a value in the given range, and the discrete attribute has one of the given values)", "value": { @@ -40751,7 +40751,7 @@ "sortCriteria": [] } }, - "Example 34": { + "Example 142": { "summary": "Nested boolean search", "description": "A nested boolean search in MI_TRAINING where results must either match the free text search for 'steel', or both the integer attribute with identity 8965 exists and attribute with identity 928 is not applicable", "value": { @@ -40797,7 +40797,7 @@ "sortCriteria": [] } }, - "Example 35": { + "Example 143": { "summary": "Record name search", "description": "A search in MI_TRAINING for a value in either the (full) record name, the short (tree) name, or the breadcrumbs, sorted by (full) record name", "value": { @@ -40851,7 +40851,7 @@ ] } }, - "Example 36": { + "Example 144": { "summary": "Record color search", "description": "A search in MI_TRAINING for results where the record color is red, sorted by record name", "value": { @@ -40880,21 +40880,21 @@ ] } }, - "Example 37": { + "Example 145": { "summary": "Record list search", "description": "A search in MI_TRAINING for results where the record is in any of the given (favorites) list", "value": { "criterion": { "recordListIdentifiers": [ - "a235afb0-62e8-49bc-86f1-a098141bbe08", - "12ed370c-ec3c-4f3f-a369-9fb29245cd40" + "6ad7fc0e-5374-45df-9dd5-c6763ef3161b", + "0be1a7fe-1447-460a-8007-f72a4a0f363f" ], "type": "recordListMember" }, "sortCriteria": [] } }, - "Example 38": { + "Example 146": { "summary": "Record reference search", "description": "A search in MI_TRAINING for results where the record matches the record history GUID", "value": { @@ -40906,7 +40906,7 @@ "sortCriteria": [] } }, - "Example 39": { + "Example 147": { "summary": "Record ancestor search", "description": "A search in MI_TRAINING for results where the record is below the Glasses folder in the tree", "value": { @@ -40918,7 +40918,7 @@ "sortCriteria": [] } }, - "Example 40": { + "Example 148": { "summary": "Top level records search", "description": "A search in MI_TRAINING for results where the record has no parent in the tree", "value": { @@ -40928,7 +40928,7 @@ "sortCriteria": [] } }, - "Example 41": { + "Example 149": { "summary": "Subset search", "description": "A search in MI_TRAINING for results where the record is in the Material Universe 'Ceramics' subset", "value": { @@ -40939,7 +40939,7 @@ "sortCriteria": [] } }, - "Example 42": { + "Example 150": { "summary": "Tabular data link exists", "description": "A tabular search in MI_TRAINING where there is a tabular link from the tabular attribute 'Restricted substances that may be associated with this material'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -40961,7 +40961,7 @@ "sortCriteria": [] } }, - "Example 43": { + "Example 151": { "summary": "Tabular data local column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where the 'amount' is greater than 10% ('amount' is a local column).", "value": { @@ -40990,7 +40990,7 @@ "sortCriteria": [] } }, - "Example 44": { + "Example 152": { "summary": "Tabular data linked attribute column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where there is a linked 'Restricted Substance' with an 'amount' greater than 10% ('amount' is a local column), and the 'Chemical name' attribute in the linked 'Restricted Substances' table contains 'Alkanes'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -41034,7 +41034,7 @@ "sortCriteria": [] } }, - "Example 45": { + "Example 153": { "summary": "Tabular data linked column column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material' where there is a linked 'Restricted Substance', which has a linked 'Legislations and Lists' via the tabular attribute 'Legislations restricting its use', and the 'Legislation rating' is 'Banned with conditions'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -41084,7 +41084,7 @@ "sortCriteria": [] } }, - "Example 46": { + "Example 154": { "summary": "Tabular linking value search", "description": "A tabular search in MI_TRAINING where the tabular linking value for the tabular attribute 'Restricted substances associated with this material' contains '85535'", "value": { @@ -41111,7 +41111,7 @@ "sortCriteria": [] } }, - "Example 47": { + "Example 155": { "summary": "Record link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where record link to table with identity 59 exists where the target has a populated picture attribute with identity 8563. Note that link searches must be made against a specific table", "value": { @@ -41142,7 +41142,7 @@ "sortCriteria": [] } }, - "Example 48": { + "Example 156": { "summary": "Record link exists search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a record link to table with identity 59 exists. Note that link searches must be made against a specific table", "value": { @@ -41163,7 +41163,7 @@ "sortCriteria": [] } }, - "Example 49": { + "Example 157": { "summary": "Cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a cross database link to table with identity 56 in Target_Database exists and the linked record has a populated float functional meta attribute with identity 33. Note that link searches must be made against a specific table", "value": { @@ -41194,7 +41194,7 @@ "sortCriteria": [] } }, - "Example 50": { + "Example 158": { "summary": "Reverse cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a reverse cross database link from table 39 in Target_Database exists and the linked record has a populated file attribute with identity 87. Note that link searches must be made against a specific table", "value": { @@ -41225,7 +41225,7 @@ "sortCriteria": [] } }, - "Example 51": { + "Example 159": { "summary": "Paginated search", "description": "A free text search where only the first 5 results will be returned initially, and the results have a sliding expiration time of 10 minutes", "value": { @@ -41252,7 +41252,7 @@ } } }, - "Example 52": { + "Example 160": { "summary": "Float functional graph search", "description": "A search on the float functional attribute 'Young's modulus with temperature' for records that have at least one series, use the Temperature parameter (00000001-000a-4fff-8fff-0000ffff0000) on the X-Axis and are not marked as 'Show as table'", "value": { @@ -41276,7 +41276,7 @@ ] } }, - "Example 53": { + "Example 161": { "summary": "Float functional search by attribute value", "description": "A search in MI_TRAINING on 'Young's modulus with temperature' for records that have a Young's Modulus of between 75 and 80 GPa at a temperature of 100°C", "value": { @@ -41306,7 +41306,7 @@ "sortCriteria": [] } }, - "Example 54": { + "Example 162": { "summary": "Discrete functional search", "description": "A search in MI_TRAINING on 'Environmental Resistance' for records that have a resistance of 'Good' or 'Very good' in the Chemical Environment of 'Fresh Water'", "value": { @@ -41412,7 +41412,7 @@ "$ref": "#/components/schemas/GrantaServerApiSearchSearchRequest" }, "examples": { - "Example 1": { + "Example 109": { "summary": "Free text search", "description": "This example demonstrates how to create a new free text search with results sorted by relevance", "value": { @@ -41434,7 +41434,7 @@ ] } }, - "Example 2": { + "Example 110": { "summary": "Free text search with boosted identities", "description": "A free text search in MI_TRAINING in attributes with identities -4 (record name), 928 and 886 with results in the record name boosted by a factor of 20", "value": { @@ -41463,7 +41463,7 @@ "sortCriteria": [] } }, - "Example 3": { + "Example 111": { "summary": "Free text search with excluded columns", "description": "A free text search in MI_TRAINING with local tabular columns 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table excluded from search.", "value": { @@ -41485,7 +41485,7 @@ "sortCriteria": [] } }, - "Example 4": { + "Example 112": { "summary": "Simple attribute search", "description": "A simple search in MI_TRAINING on an integer 8965 attribute, with results sorted by that attribute", "value": { @@ -41510,7 +41510,7 @@ ] } }, - "Example 5": { + "Example 113": { "summary": "Attribute exists search", "description": "A search in MI_TRAINING on for records that have data for integer 8965 attribute", "value": { @@ -41526,7 +41526,7 @@ "sortCriteria": [] } }, - "Example 6": { + "Example 114": { "summary": "Multiple attribute search", "description": "A search where results must match all three attribute criterion (the long text meta attribute exist, the date time attribute has a value in the given range, and the discrete attribute has one of the given values)", "value": { @@ -41575,7 +41575,7 @@ "sortCriteria": [] } }, - "Example 7": { + "Example 115": { "summary": "Nested boolean search", "description": "A nested boolean search in MI_TRAINING where results must either match the free text search for 'steel', or both the integer attribute with identity 8965 exists and attribute with identity 928 is not applicable", "value": { @@ -41621,7 +41621,7 @@ "sortCriteria": [] } }, - "Example 8": { + "Example 116": { "summary": "Record name search", "description": "A search in MI_TRAINING for a value in either the (full) record name, the short (tree) name, or the breadcrumbs, sorted by (full) record name", "value": { @@ -41675,7 +41675,7 @@ ] } }, - "Example 9": { + "Example 117": { "summary": "Record color search", "description": "A search in MI_TRAINING for results where the record color is red, sorted by record name", "value": { @@ -41704,21 +41704,21 @@ ] } }, - "Example 10": { + "Example 118": { "summary": "Record list search", "description": "A search in MI_TRAINING for results where the record is in any of the given (favorites) list", "value": { "criterion": { "recordListIdentifiers": [ - "395f25a3-e503-4a5b-b301-914dcac5ff90", - "9b202dce-a9a4-417e-a086-b79149674b5d" + "4c6a1905-455a-4203-86d8-46abaa2b020b", + "5d68823e-2502-47b4-8ed1-2f6c1f9997e0" ], "type": "recordListMember" }, "sortCriteria": [] } }, - "Example 11": { + "Example 119": { "summary": "Record reference search", "description": "A search in MI_TRAINING for results where the record matches the record history GUID", "value": { @@ -41730,7 +41730,7 @@ "sortCriteria": [] } }, - "Example 12": { + "Example 120": { "summary": "Record ancestor search", "description": "A search in MI_TRAINING for results where the record is below the Glasses folder in the tree", "value": { @@ -41742,7 +41742,7 @@ "sortCriteria": [] } }, - "Example 13": { + "Example 121": { "summary": "Top level records search", "description": "A search in MI_TRAINING for results where the record has no parent in the tree", "value": { @@ -41752,7 +41752,7 @@ "sortCriteria": [] } }, - "Example 14": { + "Example 122": { "summary": "Subset search", "description": "A search in MI_TRAINING for results where the record is in the Material Universe 'Ceramics' subset", "value": { @@ -41763,7 +41763,7 @@ "sortCriteria": [] } }, - "Example 15": { + "Example 123": { "summary": "Tabular data link exists", "description": "A tabular search in MI_TRAINING where there is a tabular link from the tabular attribute 'Restricted substances that may be associated with this material'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -41785,7 +41785,7 @@ "sortCriteria": [] } }, - "Example 16": { + "Example 124": { "summary": "Tabular data local column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where the 'amount' is greater than 10% ('amount' is a local column).", "value": { @@ -41814,7 +41814,7 @@ "sortCriteria": [] } }, - "Example 17": { + "Example 125": { "summary": "Tabular data linked attribute column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where there is a linked 'Restricted Substance' with an 'amount' greater than 10% ('amount' is a local column), and the 'Chemical name' attribute in the linked 'Restricted Substances' table contains 'Alkanes'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -41858,7 +41858,7 @@ "sortCriteria": [] } }, - "Example 18": { + "Example 126": { "summary": "Tabular data linked column column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material' where there is a linked 'Restricted Substance', which has a linked 'Legislations and Lists' via the tabular attribute 'Legislations restricting its use', and the 'Legislation rating' is 'Banned with conditions'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -41908,7 +41908,7 @@ "sortCriteria": [] } }, - "Example 19": { + "Example 127": { "summary": "Tabular linking value search", "description": "A tabular search in MI_TRAINING where the tabular linking value for the tabular attribute 'Restricted substances associated with this material' contains '85535'", "value": { @@ -41935,7 +41935,7 @@ "sortCriteria": [] } }, - "Example 20": { + "Example 128": { "summary": "Record link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where record link to table with identity 59 exists where the target has a populated picture attribute with identity 8563. Note that link searches must be made against a specific table", "value": { @@ -41966,7 +41966,7 @@ "sortCriteria": [] } }, - "Example 21": { + "Example 129": { "summary": "Record link exists search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a record link to table with identity 59 exists. Note that link searches must be made against a specific table", "value": { @@ -41987,7 +41987,7 @@ "sortCriteria": [] } }, - "Example 22": { + "Example 130": { "summary": "Cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a cross database link to table with identity 56 in Target_Database exists and the linked record has a populated float functional meta attribute with identity 33. Note that link searches must be made against a specific table", "value": { @@ -42018,7 +42018,7 @@ "sortCriteria": [] } }, - "Example 23": { + "Example 131": { "summary": "Reverse cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a reverse cross database link from table 39 in Target_Database exists and the linked record has a populated file attribute with identity 87. Note that link searches must be made against a specific table", "value": { @@ -42049,7 +42049,7 @@ "sortCriteria": [] } }, - "Example 24": { + "Example 132": { "summary": "Paginated search", "description": "A free text search where only the first 5 results will be returned initially, and the results have a sliding expiration time of 10 minutes", "value": { @@ -42076,7 +42076,7 @@ } } }, - "Example 25": { + "Example 133": { "summary": "Float functional graph search", "description": "A search on the float functional attribute 'Young's modulus with temperature' for records that have at least one series, use the Temperature parameter (00000001-000a-4fff-8fff-0000ffff0000) on the X-Axis and are not marked as 'Show as table'", "value": { @@ -42100,7 +42100,7 @@ ] } }, - "Example 26": { + "Example 134": { "summary": "Float functional search by attribute value", "description": "A search in MI_TRAINING on 'Young's modulus with temperature' for records that have a Young's Modulus of between 75 and 80 GPa at a temperature of 100°C", "value": { @@ -42130,7 +42130,7 @@ "sortCriteria": [] } }, - "Example 27": { + "Example 135": { "summary": "Discrete functional search", "description": "A search in MI_TRAINING on 'Environmental Resistance' for records that have a resistance of 'Good' or 'Very good' in the Chemical Environment of 'Fresh Water'", "value": { @@ -42168,7 +42168,7 @@ "$ref": "#/components/schemas/GrantaServerApiSearchSearchRequest" }, "examples": { - "Example 1": { + "Example 109": { "summary": "Free text search", "description": "This example demonstrates how to create a new free text search with results sorted by relevance", "value": { @@ -42190,7 +42190,7 @@ ] } }, - "Example 2": { + "Example 110": { "summary": "Free text search with boosted identities", "description": "A free text search in MI_TRAINING in attributes with identities -4 (record name), 928 and 886 with results in the record name boosted by a factor of 20", "value": { @@ -42219,7 +42219,7 @@ "sortCriteria": [] } }, - "Example 3": { + "Example 111": { "summary": "Free text search with excluded columns", "description": "A free text search in MI_TRAINING with local tabular columns 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table excluded from search.", "value": { @@ -42241,7 +42241,7 @@ "sortCriteria": [] } }, - "Example 4": { + "Example 112": { "summary": "Simple attribute search", "description": "A simple search in MI_TRAINING on an integer 8965 attribute, with results sorted by that attribute", "value": { @@ -42266,7 +42266,7 @@ ] } }, - "Example 5": { + "Example 113": { "summary": "Attribute exists search", "description": "A search in MI_TRAINING on for records that have data for integer 8965 attribute", "value": { @@ -42282,7 +42282,7 @@ "sortCriteria": [] } }, - "Example 6": { + "Example 114": { "summary": "Multiple attribute search", "description": "A search where results must match all three attribute criterion (the long text meta attribute exist, the date time attribute has a value in the given range, and the discrete attribute has one of the given values)", "value": { @@ -42331,7 +42331,7 @@ "sortCriteria": [] } }, - "Example 7": { + "Example 115": { "summary": "Nested boolean search", "description": "A nested boolean search in MI_TRAINING where results must either match the free text search for 'steel', or both the integer attribute with identity 8965 exists and attribute with identity 928 is not applicable", "value": { @@ -42377,7 +42377,7 @@ "sortCriteria": [] } }, - "Example 8": { + "Example 116": { "summary": "Record name search", "description": "A search in MI_TRAINING for a value in either the (full) record name, the short (tree) name, or the breadcrumbs, sorted by (full) record name", "value": { @@ -42431,7 +42431,7 @@ ] } }, - "Example 9": { + "Example 117": { "summary": "Record color search", "description": "A search in MI_TRAINING for results where the record color is red, sorted by record name", "value": { @@ -42460,21 +42460,21 @@ ] } }, - "Example 10": { + "Example 118": { "summary": "Record list search", "description": "A search in MI_TRAINING for results where the record is in any of the given (favorites) list", "value": { "criterion": { "recordListIdentifiers": [ - "395f25a3-e503-4a5b-b301-914dcac5ff90", - "9b202dce-a9a4-417e-a086-b79149674b5d" + "4c6a1905-455a-4203-86d8-46abaa2b020b", + "5d68823e-2502-47b4-8ed1-2f6c1f9997e0" ], "type": "recordListMember" }, "sortCriteria": [] } }, - "Example 11": { + "Example 119": { "summary": "Record reference search", "description": "A search in MI_TRAINING for results where the record matches the record history GUID", "value": { @@ -42486,7 +42486,7 @@ "sortCriteria": [] } }, - "Example 12": { + "Example 120": { "summary": "Record ancestor search", "description": "A search in MI_TRAINING for results where the record is below the Glasses folder in the tree", "value": { @@ -42498,7 +42498,7 @@ "sortCriteria": [] } }, - "Example 13": { + "Example 121": { "summary": "Top level records search", "description": "A search in MI_TRAINING for results where the record has no parent in the tree", "value": { @@ -42508,7 +42508,7 @@ "sortCriteria": [] } }, - "Example 14": { + "Example 122": { "summary": "Subset search", "description": "A search in MI_TRAINING for results where the record is in the Material Universe 'Ceramics' subset", "value": { @@ -42519,7 +42519,7 @@ "sortCriteria": [] } }, - "Example 15": { + "Example 123": { "summary": "Tabular data link exists", "description": "A tabular search in MI_TRAINING where there is a tabular link from the tabular attribute 'Restricted substances that may be associated with this material'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -42541,7 +42541,7 @@ "sortCriteria": [] } }, - "Example 16": { + "Example 124": { "summary": "Tabular data local column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where the 'amount' is greater than 10% ('amount' is a local column).", "value": { @@ -42570,7 +42570,7 @@ "sortCriteria": [] } }, - "Example 17": { + "Example 125": { "summary": "Tabular data linked attribute column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where there is a linked 'Restricted Substance' with an 'amount' greater than 10% ('amount' is a local column), and the 'Chemical name' attribute in the linked 'Restricted Substances' table contains 'Alkanes'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -42614,7 +42614,7 @@ "sortCriteria": [] } }, - "Example 18": { + "Example 126": { "summary": "Tabular data linked column column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material' where there is a linked 'Restricted Substance', which has a linked 'Legislations and Lists' via the tabular attribute 'Legislations restricting its use', and the 'Legislation rating' is 'Banned with conditions'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -42664,7 +42664,7 @@ "sortCriteria": [] } }, - "Example 19": { + "Example 127": { "summary": "Tabular linking value search", "description": "A tabular search in MI_TRAINING where the tabular linking value for the tabular attribute 'Restricted substances associated with this material' contains '85535'", "value": { @@ -42691,7 +42691,7 @@ "sortCriteria": [] } }, - "Example 20": { + "Example 128": { "summary": "Record link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where record link to table with identity 59 exists where the target has a populated picture attribute with identity 8563. Note that link searches must be made against a specific table", "value": { @@ -42722,7 +42722,7 @@ "sortCriteria": [] } }, - "Example 21": { + "Example 129": { "summary": "Record link exists search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a record link to table with identity 59 exists. Note that link searches must be made against a specific table", "value": { @@ -42743,7 +42743,7 @@ "sortCriteria": [] } }, - "Example 22": { + "Example 130": { "summary": "Cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a cross database link to table with identity 56 in Target_Database exists and the linked record has a populated float functional meta attribute with identity 33. Note that link searches must be made against a specific table", "value": { @@ -42774,7 +42774,7 @@ "sortCriteria": [] } }, - "Example 23": { + "Example 131": { "summary": "Reverse cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a reverse cross database link from table 39 in Target_Database exists and the linked record has a populated file attribute with identity 87. Note that link searches must be made against a specific table", "value": { @@ -42805,7 +42805,7 @@ "sortCriteria": [] } }, - "Example 24": { + "Example 132": { "summary": "Paginated search", "description": "A free text search where only the first 5 results will be returned initially, and the results have a sliding expiration time of 10 minutes", "value": { @@ -42832,7 +42832,7 @@ } } }, - "Example 25": { + "Example 133": { "summary": "Float functional graph search", "description": "A search on the float functional attribute 'Young's modulus with temperature' for records that have at least one series, use the Temperature parameter (00000001-000a-4fff-8fff-0000ffff0000) on the X-Axis and are not marked as 'Show as table'", "value": { @@ -42856,7 +42856,7 @@ ] } }, - "Example 26": { + "Example 134": { "summary": "Float functional search by attribute value", "description": "A search in MI_TRAINING on 'Young's modulus with temperature' for records that have a Young's Modulus of between 75 and 80 GPa at a temperature of 100°C", "value": { @@ -42886,7 +42886,7 @@ "sortCriteria": [] } }, - "Example 27": { + "Example 135": { "summary": "Discrete functional search", "description": "A search in MI_TRAINING on 'Environmental Resistance' for records that have a resistance of 'Good' or 'Very good' in the Chemical Environment of 'Fresh Water'", "value": { @@ -42924,7 +42924,7 @@ "$ref": "#/components/schemas/GrantaServerApiSearchSearchRequest" }, "examples": { - "Example 1": { + "Example 109": { "summary": "Free text search", "description": "This example demonstrates how to create a new free text search with results sorted by relevance", "value": { @@ -42946,7 +42946,7 @@ ] } }, - "Example 2": { + "Example 110": { "summary": "Free text search with boosted identities", "description": "A free text search in MI_TRAINING in attributes with identities -4 (record name), 928 and 886 with results in the record name boosted by a factor of 20", "value": { @@ -42975,7 +42975,7 @@ "sortCriteria": [] } }, - "Example 3": { + "Example 111": { "summary": "Free text search with excluded columns", "description": "A free text search in MI_TRAINING with local tabular columns 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table excluded from search.", "value": { @@ -42997,7 +42997,7 @@ "sortCriteria": [] } }, - "Example 4": { + "Example 112": { "summary": "Simple attribute search", "description": "A simple search in MI_TRAINING on an integer 8965 attribute, with results sorted by that attribute", "value": { @@ -43022,7 +43022,7 @@ ] } }, - "Example 5": { + "Example 113": { "summary": "Attribute exists search", "description": "A search in MI_TRAINING on for records that have data for integer 8965 attribute", "value": { @@ -43038,7 +43038,7 @@ "sortCriteria": [] } }, - "Example 6": { + "Example 114": { "summary": "Multiple attribute search", "description": "A search where results must match all three attribute criterion (the long text meta attribute exist, the date time attribute has a value in the given range, and the discrete attribute has one of the given values)", "value": { @@ -43087,7 +43087,7 @@ "sortCriteria": [] } }, - "Example 7": { + "Example 115": { "summary": "Nested boolean search", "description": "A nested boolean search in MI_TRAINING where results must either match the free text search for 'steel', or both the integer attribute with identity 8965 exists and attribute with identity 928 is not applicable", "value": { @@ -43133,7 +43133,7 @@ "sortCriteria": [] } }, - "Example 8": { + "Example 116": { "summary": "Record name search", "description": "A search in MI_TRAINING for a value in either the (full) record name, the short (tree) name, or the breadcrumbs, sorted by (full) record name", "value": { @@ -43187,7 +43187,7 @@ ] } }, - "Example 9": { + "Example 117": { "summary": "Record color search", "description": "A search in MI_TRAINING for results where the record color is red, sorted by record name", "value": { @@ -43216,21 +43216,21 @@ ] } }, - "Example 10": { + "Example 118": { "summary": "Record list search", "description": "A search in MI_TRAINING for results where the record is in any of the given (favorites) list", "value": { "criterion": { "recordListIdentifiers": [ - "395f25a3-e503-4a5b-b301-914dcac5ff90", - "9b202dce-a9a4-417e-a086-b79149674b5d" + "4c6a1905-455a-4203-86d8-46abaa2b020b", + "5d68823e-2502-47b4-8ed1-2f6c1f9997e0" ], "type": "recordListMember" }, "sortCriteria": [] } }, - "Example 11": { + "Example 119": { "summary": "Record reference search", "description": "A search in MI_TRAINING for results where the record matches the record history GUID", "value": { @@ -43242,7 +43242,7 @@ "sortCriteria": [] } }, - "Example 12": { + "Example 120": { "summary": "Record ancestor search", "description": "A search in MI_TRAINING for results where the record is below the Glasses folder in the tree", "value": { @@ -43254,7 +43254,7 @@ "sortCriteria": [] } }, - "Example 13": { + "Example 121": { "summary": "Top level records search", "description": "A search in MI_TRAINING for results where the record has no parent in the tree", "value": { @@ -43264,7 +43264,7 @@ "sortCriteria": [] } }, - "Example 14": { + "Example 122": { "summary": "Subset search", "description": "A search in MI_TRAINING for results where the record is in the Material Universe 'Ceramics' subset", "value": { @@ -43275,7 +43275,7 @@ "sortCriteria": [] } }, - "Example 15": { + "Example 123": { "summary": "Tabular data link exists", "description": "A tabular search in MI_TRAINING where there is a tabular link from the tabular attribute 'Restricted substances that may be associated with this material'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -43297,7 +43297,7 @@ "sortCriteria": [] } }, - "Example 16": { + "Example 124": { "summary": "Tabular data local column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where the 'amount' is greater than 10% ('amount' is a local column).", "value": { @@ -43326,7 +43326,7 @@ "sortCriteria": [] } }, - "Example 17": { + "Example 125": { "summary": "Tabular data linked attribute column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where there is a linked 'Restricted Substance' with an 'amount' greater than 10% ('amount' is a local column), and the 'Chemical name' attribute in the linked 'Restricted Substances' table contains 'Alkanes'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -43370,7 +43370,7 @@ "sortCriteria": [] } }, - "Example 18": { + "Example 126": { "summary": "Tabular data linked column column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material' where there is a linked 'Restricted Substance', which has a linked 'Legislations and Lists' via the tabular attribute 'Legislations restricting its use', and the 'Legislation rating' is 'Banned with conditions'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -43420,7 +43420,7 @@ "sortCriteria": [] } }, - "Example 19": { + "Example 127": { "summary": "Tabular linking value search", "description": "A tabular search in MI_TRAINING where the tabular linking value for the tabular attribute 'Restricted substances associated with this material' contains '85535'", "value": { @@ -43447,7 +43447,7 @@ "sortCriteria": [] } }, - "Example 20": { + "Example 128": { "summary": "Record link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where record link to table with identity 59 exists where the target has a populated picture attribute with identity 8563. Note that link searches must be made against a specific table", "value": { @@ -43478,7 +43478,7 @@ "sortCriteria": [] } }, - "Example 21": { + "Example 129": { "summary": "Record link exists search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a record link to table with identity 59 exists. Note that link searches must be made against a specific table", "value": { @@ -43499,7 +43499,7 @@ "sortCriteria": [] } }, - "Example 22": { + "Example 130": { "summary": "Cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a cross database link to table with identity 56 in Target_Database exists and the linked record has a populated float functional meta attribute with identity 33. Note that link searches must be made against a specific table", "value": { @@ -43530,7 +43530,7 @@ "sortCriteria": [] } }, - "Example 23": { + "Example 131": { "summary": "Reverse cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a reverse cross database link from table 39 in Target_Database exists and the linked record has a populated file attribute with identity 87. Note that link searches must be made against a specific table", "value": { @@ -43561,7 +43561,7 @@ "sortCriteria": [] } }, - "Example 24": { + "Example 132": { "summary": "Paginated search", "description": "A free text search where only the first 5 results will be returned initially, and the results have a sliding expiration time of 10 minutes", "value": { @@ -43588,7 +43588,7 @@ } } }, - "Example 25": { + "Example 133": { "summary": "Float functional graph search", "description": "A search on the float functional attribute 'Young's modulus with temperature' for records that have at least one series, use the Temperature parameter (00000001-000a-4fff-8fff-0000ffff0000) on the X-Axis and are not marked as 'Show as table'", "value": { @@ -43612,7 +43612,7 @@ ] } }, - "Example 26": { + "Example 134": { "summary": "Float functional search by attribute value", "description": "A search in MI_TRAINING on 'Young's modulus with temperature' for records that have a Young's Modulus of between 75 and 80 GPa at a temperature of 100°C", "value": { @@ -43642,7 +43642,7 @@ "sortCriteria": [] } }, - "Example 27": { + "Example 135": { "summary": "Discrete functional search", "description": "A search in MI_TRAINING on 'Environmental Resistance' for records that have a resistance of 'Good' or 'Very good' in the Chemical Environment of 'Fresh Water'", "value": { @@ -43680,7 +43680,7 @@ "$ref": "#/components/schemas/GrantaServerApiSearchSearchRequest" }, "examples": { - "Example 1": { + "Example 109": { "summary": "Free text search", "description": "This example demonstrates how to create a new free text search with results sorted by relevance", "value": { @@ -43702,7 +43702,7 @@ ] } }, - "Example 2": { + "Example 110": { "summary": "Free text search with boosted identities", "description": "A free text search in MI_TRAINING in attributes with identities -4 (record name), 928 and 886 with results in the record name boosted by a factor of 20", "value": { @@ -43731,7 +43731,7 @@ "sortCriteria": [] } }, - "Example 3": { + "Example 111": { "summary": "Free text search with excluded columns", "description": "A free text search in MI_TRAINING with local tabular columns 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table excluded from search.", "value": { @@ -43753,7 +43753,7 @@ "sortCriteria": [] } }, - "Example 4": { + "Example 112": { "summary": "Simple attribute search", "description": "A simple search in MI_TRAINING on an integer 8965 attribute, with results sorted by that attribute", "value": { @@ -43778,7 +43778,7 @@ ] } }, - "Example 5": { + "Example 113": { "summary": "Attribute exists search", "description": "A search in MI_TRAINING on for records that have data for integer 8965 attribute", "value": { @@ -43794,7 +43794,7 @@ "sortCriteria": [] } }, - "Example 6": { + "Example 114": { "summary": "Multiple attribute search", "description": "A search where results must match all three attribute criterion (the long text meta attribute exist, the date time attribute has a value in the given range, and the discrete attribute has one of the given values)", "value": { @@ -43843,7 +43843,7 @@ "sortCriteria": [] } }, - "Example 7": { + "Example 115": { "summary": "Nested boolean search", "description": "A nested boolean search in MI_TRAINING where results must either match the free text search for 'steel', or both the integer attribute with identity 8965 exists and attribute with identity 928 is not applicable", "value": { @@ -43889,7 +43889,7 @@ "sortCriteria": [] } }, - "Example 8": { + "Example 116": { "summary": "Record name search", "description": "A search in MI_TRAINING for a value in either the (full) record name, the short (tree) name, or the breadcrumbs, sorted by (full) record name", "value": { @@ -43943,7 +43943,7 @@ ] } }, - "Example 9": { + "Example 117": { "summary": "Record color search", "description": "A search in MI_TRAINING for results where the record color is red, sorted by record name", "value": { @@ -43972,21 +43972,21 @@ ] } }, - "Example 10": { + "Example 118": { "summary": "Record list search", "description": "A search in MI_TRAINING for results where the record is in any of the given (favorites) list", "value": { "criterion": { "recordListIdentifiers": [ - "395f25a3-e503-4a5b-b301-914dcac5ff90", - "9b202dce-a9a4-417e-a086-b79149674b5d" + "4c6a1905-455a-4203-86d8-46abaa2b020b", + "5d68823e-2502-47b4-8ed1-2f6c1f9997e0" ], "type": "recordListMember" }, "sortCriteria": [] } }, - "Example 11": { + "Example 119": { "summary": "Record reference search", "description": "A search in MI_TRAINING for results where the record matches the record history GUID", "value": { @@ -43998,7 +43998,7 @@ "sortCriteria": [] } }, - "Example 12": { + "Example 120": { "summary": "Record ancestor search", "description": "A search in MI_TRAINING for results where the record is below the Glasses folder in the tree", "value": { @@ -44010,7 +44010,7 @@ "sortCriteria": [] } }, - "Example 13": { + "Example 121": { "summary": "Top level records search", "description": "A search in MI_TRAINING for results where the record has no parent in the tree", "value": { @@ -44020,7 +44020,7 @@ "sortCriteria": [] } }, - "Example 14": { + "Example 122": { "summary": "Subset search", "description": "A search in MI_TRAINING for results where the record is in the Material Universe 'Ceramics' subset", "value": { @@ -44031,7 +44031,7 @@ "sortCriteria": [] } }, - "Example 15": { + "Example 123": { "summary": "Tabular data link exists", "description": "A tabular search in MI_TRAINING where there is a tabular link from the tabular attribute 'Restricted substances that may be associated with this material'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -44053,7 +44053,7 @@ "sortCriteria": [] } }, - "Example 16": { + "Example 124": { "summary": "Tabular data local column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where the 'amount' is greater than 10% ('amount' is a local column).", "value": { @@ -44082,7 +44082,7 @@ "sortCriteria": [] } }, - "Example 17": { + "Example 125": { "summary": "Tabular data linked attribute column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where there is a linked 'Restricted Substance' with an 'amount' greater than 10% ('amount' is a local column), and the 'Chemical name' attribute in the linked 'Restricted Substances' table contains 'Alkanes'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -44126,7 +44126,7 @@ "sortCriteria": [] } }, - "Example 18": { + "Example 126": { "summary": "Tabular data linked column column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material' where there is a linked 'Restricted Substance', which has a linked 'Legislations and Lists' via the tabular attribute 'Legislations restricting its use', and the 'Legislation rating' is 'Banned with conditions'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -44176,7 +44176,7 @@ "sortCriteria": [] } }, - "Example 19": { + "Example 127": { "summary": "Tabular linking value search", "description": "A tabular search in MI_TRAINING where the tabular linking value for the tabular attribute 'Restricted substances associated with this material' contains '85535'", "value": { @@ -44203,7 +44203,7 @@ "sortCriteria": [] } }, - "Example 20": { + "Example 128": { "summary": "Record link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where record link to table with identity 59 exists where the target has a populated picture attribute with identity 8563. Note that link searches must be made against a specific table", "value": { @@ -44234,7 +44234,7 @@ "sortCriteria": [] } }, - "Example 21": { + "Example 129": { "summary": "Record link exists search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a record link to table with identity 59 exists. Note that link searches must be made against a specific table", "value": { @@ -44255,7 +44255,7 @@ "sortCriteria": [] } }, - "Example 22": { + "Example 130": { "summary": "Cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a cross database link to table with identity 56 in Target_Database exists and the linked record has a populated float functional meta attribute with identity 33. Note that link searches must be made against a specific table", "value": { @@ -44286,7 +44286,7 @@ "sortCriteria": [] } }, - "Example 23": { + "Example 131": { "summary": "Reverse cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a reverse cross database link from table 39 in Target_Database exists and the linked record has a populated file attribute with identity 87. Note that link searches must be made against a specific table", "value": { @@ -44317,7 +44317,7 @@ "sortCriteria": [] } }, - "Example 24": { + "Example 132": { "summary": "Paginated search", "description": "A free text search where only the first 5 results will be returned initially, and the results have a sliding expiration time of 10 minutes", "value": { @@ -44344,7 +44344,7 @@ } } }, - "Example 25": { + "Example 133": { "summary": "Float functional graph search", "description": "A search on the float functional attribute 'Young's modulus with temperature' for records that have at least one series, use the Temperature parameter (00000001-000a-4fff-8fff-0000ffff0000) on the X-Axis and are not marked as 'Show as table'", "value": { @@ -44368,7 +44368,7 @@ ] } }, - "Example 26": { + "Example 134": { "summary": "Float functional search by attribute value", "description": "A search in MI_TRAINING on 'Young's modulus with temperature' for records that have a Young's Modulus of between 75 and 80 GPa at a temperature of 100°C", "value": { @@ -44398,7 +44398,7 @@ "sortCriteria": [] } }, - "Example 27": { + "Example 135": { "summary": "Discrete functional search", "description": "A search in MI_TRAINING on 'Environmental Resistance' for records that have a resistance of 'Good' or 'Very good' in the Chemical Environment of 'Fresh Water'", "value": { @@ -44481,7 +44481,7 @@ "$ref": "#/components/schemas/GrantaServerApiSearchSearchRequest" }, "examples": { - "Example 28": { + "Example 136": { "summary": "Free text search", "description": "This example demonstrates how to create a new free text search with results sorted by relevance", "value": { @@ -44503,7 +44503,7 @@ ] } }, - "Example 29": { + "Example 137": { "summary": "Free text search with boosted identities", "description": "A free text search in MI_TRAINING in attributes with identities -4 (record name), 928 and 886 with results in the record name boosted by a factor of 20", "value": { @@ -44532,7 +44532,7 @@ "sortCriteria": [] } }, - "Example 30": { + "Example 138": { "summary": "Free text search with excluded columns", "description": "A free text search in MI_TRAINING with local tabular columns 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table excluded from search.", "value": { @@ -44554,7 +44554,7 @@ "sortCriteria": [] } }, - "Example 31": { + "Example 139": { "summary": "Simple attribute search", "description": "A simple search in MI_TRAINING on an integer 8965 attribute, with results sorted by that attribute", "value": { @@ -44579,7 +44579,7 @@ ] } }, - "Example 32": { + "Example 140": { "summary": "Attribute exists search", "description": "A search in MI_TRAINING on for records that have data for integer 8965 attribute", "value": { @@ -44595,7 +44595,7 @@ "sortCriteria": [] } }, - "Example 33": { + "Example 141": { "summary": "Multiple attribute search", "description": "A search where results must match all three attribute criterion (the long text meta attribute exist, the date time attribute has a value in the given range, and the discrete attribute has one of the given values)", "value": { @@ -44644,7 +44644,7 @@ "sortCriteria": [] } }, - "Example 34": { + "Example 142": { "summary": "Nested boolean search", "description": "A nested boolean search in MI_TRAINING where results must either match the free text search for 'steel', or both the integer attribute with identity 8965 exists and attribute with identity 928 is not applicable", "value": { @@ -44690,7 +44690,7 @@ "sortCriteria": [] } }, - "Example 35": { + "Example 143": { "summary": "Record name search", "description": "A search in MI_TRAINING for a value in either the (full) record name, the short (tree) name, or the breadcrumbs, sorted by (full) record name", "value": { @@ -44744,7 +44744,7 @@ ] } }, - "Example 36": { + "Example 144": { "summary": "Record color search", "description": "A search in MI_TRAINING for results where the record color is red, sorted by record name", "value": { @@ -44773,21 +44773,21 @@ ] } }, - "Example 37": { + "Example 145": { "summary": "Record list search", "description": "A search in MI_TRAINING for results where the record is in any of the given (favorites) list", "value": { "criterion": { "recordListIdentifiers": [ - "827d01d0-89a7-4b79-972b-c5dd0c3b96ee", - "a13f90b1-9489-436c-9109-032825e29c33" + "452759a6-4052-47e5-8ce0-c3f43ebc13c2", + "bd829db3-7e89-4a2c-8b41-b31845d36579" ], "type": "recordListMember" }, "sortCriteria": [] } }, - "Example 38": { + "Example 146": { "summary": "Record reference search", "description": "A search in MI_TRAINING for results where the record matches the record history GUID", "value": { @@ -44799,7 +44799,7 @@ "sortCriteria": [] } }, - "Example 39": { + "Example 147": { "summary": "Record ancestor search", "description": "A search in MI_TRAINING for results where the record is below the Glasses folder in the tree", "value": { @@ -44811,7 +44811,7 @@ "sortCriteria": [] } }, - "Example 40": { + "Example 148": { "summary": "Top level records search", "description": "A search in MI_TRAINING for results where the record has no parent in the tree", "value": { @@ -44821,7 +44821,7 @@ "sortCriteria": [] } }, - "Example 41": { + "Example 149": { "summary": "Subset search", "description": "A search in MI_TRAINING for results where the record is in the Material Universe 'Ceramics' subset", "value": { @@ -44832,7 +44832,7 @@ "sortCriteria": [] } }, - "Example 42": { + "Example 150": { "summary": "Tabular data link exists", "description": "A tabular search in MI_TRAINING where there is a tabular link from the tabular attribute 'Restricted substances that may be associated with this material'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -44854,7 +44854,7 @@ "sortCriteria": [] } }, - "Example 43": { + "Example 151": { "summary": "Tabular data local column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where the 'amount' is greater than 10% ('amount' is a local column).", "value": { @@ -44883,7 +44883,7 @@ "sortCriteria": [] } }, - "Example 44": { + "Example 152": { "summary": "Tabular data linked attribute column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where there is a linked 'Restricted Substance' with an 'amount' greater than 10% ('amount' is a local column), and the 'Chemical name' attribute in the linked 'Restricted Substances' table contains 'Alkanes'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -44927,7 +44927,7 @@ "sortCriteria": [] } }, - "Example 45": { + "Example 153": { "summary": "Tabular data linked column column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material' where there is a linked 'Restricted Substance', which has a linked 'Legislations and Lists' via the tabular attribute 'Legislations restricting its use', and the 'Legislation rating' is 'Banned with conditions'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -44977,7 +44977,7 @@ "sortCriteria": [] } }, - "Example 46": { + "Example 154": { "summary": "Tabular linking value search", "description": "A tabular search in MI_TRAINING where the tabular linking value for the tabular attribute 'Restricted substances associated with this material' contains '85535'", "value": { @@ -45004,7 +45004,7 @@ "sortCriteria": [] } }, - "Example 47": { + "Example 155": { "summary": "Record link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where record link to table with identity 59 exists where the target has a populated picture attribute with identity 8563. Note that link searches must be made against a specific table", "value": { @@ -45035,7 +45035,7 @@ "sortCriteria": [] } }, - "Example 48": { + "Example 156": { "summary": "Record link exists search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a record link to table with identity 59 exists. Note that link searches must be made against a specific table", "value": { @@ -45056,7 +45056,7 @@ "sortCriteria": [] } }, - "Example 49": { + "Example 157": { "summary": "Cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a cross database link to table with identity 56 in Target_Database exists and the linked record has a populated float functional meta attribute with identity 33. Note that link searches must be made against a specific table", "value": { @@ -45087,7 +45087,7 @@ "sortCriteria": [] } }, - "Example 50": { + "Example 158": { "summary": "Reverse cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a reverse cross database link from table 39 in Target_Database exists and the linked record has a populated file attribute with identity 87. Note that link searches must be made against a specific table", "value": { @@ -45118,7 +45118,7 @@ "sortCriteria": [] } }, - "Example 51": { + "Example 159": { "summary": "Paginated search", "description": "A free text search where only the first 5 results will be returned initially, and the results have a sliding expiration time of 10 minutes", "value": { @@ -45145,7 +45145,7 @@ } } }, - "Example 52": { + "Example 160": { "summary": "Float functional graph search", "description": "A search on the float functional attribute 'Young's modulus with temperature' for records that have at least one series, use the Temperature parameter (00000001-000a-4fff-8fff-0000ffff0000) on the X-Axis and are not marked as 'Show as table'", "value": { @@ -45169,7 +45169,7 @@ ] } }, - "Example 53": { + "Example 161": { "summary": "Float functional search by attribute value", "description": "A search in MI_TRAINING on 'Young's modulus with temperature' for records that have a Young's Modulus of between 75 and 80 GPa at a temperature of 100°C", "value": { @@ -45199,7 +45199,7 @@ "sortCriteria": [] } }, - "Example 54": { + "Example 162": { "summary": "Discrete functional search", "description": "A search in MI_TRAINING on 'Environmental Resistance' for records that have a resistance of 'Good' or 'Very good' in the Chemical Environment of 'Fresh Water'", "value": { @@ -45237,7 +45237,7 @@ "$ref": "#/components/schemas/GrantaServerApiSearchSearchRequest" }, "examples": { - "Example 28": { + "Example 136": { "summary": "Free text search", "description": "This example demonstrates how to create a new free text search with results sorted by relevance", "value": { @@ -45259,7 +45259,7 @@ ] } }, - "Example 29": { + "Example 137": { "summary": "Free text search with boosted identities", "description": "A free text search in MI_TRAINING in attributes with identities -4 (record name), 928 and 886 with results in the record name boosted by a factor of 20", "value": { @@ -45288,7 +45288,7 @@ "sortCriteria": [] } }, - "Example 30": { + "Example 138": { "summary": "Free text search with excluded columns", "description": "A free text search in MI_TRAINING with local tabular columns 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table excluded from search.", "value": { @@ -45310,7 +45310,7 @@ "sortCriteria": [] } }, - "Example 31": { + "Example 139": { "summary": "Simple attribute search", "description": "A simple search in MI_TRAINING on an integer 8965 attribute, with results sorted by that attribute", "value": { @@ -45335,7 +45335,7 @@ ] } }, - "Example 32": { + "Example 140": { "summary": "Attribute exists search", "description": "A search in MI_TRAINING on for records that have data for integer 8965 attribute", "value": { @@ -45351,7 +45351,7 @@ "sortCriteria": [] } }, - "Example 33": { + "Example 141": { "summary": "Multiple attribute search", "description": "A search where results must match all three attribute criterion (the long text meta attribute exist, the date time attribute has a value in the given range, and the discrete attribute has one of the given values)", "value": { @@ -45400,7 +45400,7 @@ "sortCriteria": [] } }, - "Example 34": { + "Example 142": { "summary": "Nested boolean search", "description": "A nested boolean search in MI_TRAINING where results must either match the free text search for 'steel', or both the integer attribute with identity 8965 exists and attribute with identity 928 is not applicable", "value": { @@ -45446,7 +45446,7 @@ "sortCriteria": [] } }, - "Example 35": { + "Example 143": { "summary": "Record name search", "description": "A search in MI_TRAINING for a value in either the (full) record name, the short (tree) name, or the breadcrumbs, sorted by (full) record name", "value": { @@ -45500,7 +45500,7 @@ ] } }, - "Example 36": { + "Example 144": { "summary": "Record color search", "description": "A search in MI_TRAINING for results where the record color is red, sorted by record name", "value": { @@ -45529,21 +45529,21 @@ ] } }, - "Example 37": { + "Example 145": { "summary": "Record list search", "description": "A search in MI_TRAINING for results where the record is in any of the given (favorites) list", "value": { "criterion": { "recordListIdentifiers": [ - "827d01d0-89a7-4b79-972b-c5dd0c3b96ee", - "a13f90b1-9489-436c-9109-032825e29c33" + "452759a6-4052-47e5-8ce0-c3f43ebc13c2", + "bd829db3-7e89-4a2c-8b41-b31845d36579" ], "type": "recordListMember" }, "sortCriteria": [] } }, - "Example 38": { + "Example 146": { "summary": "Record reference search", "description": "A search in MI_TRAINING for results where the record matches the record history GUID", "value": { @@ -45555,7 +45555,7 @@ "sortCriteria": [] } }, - "Example 39": { + "Example 147": { "summary": "Record ancestor search", "description": "A search in MI_TRAINING for results where the record is below the Glasses folder in the tree", "value": { @@ -45567,7 +45567,7 @@ "sortCriteria": [] } }, - "Example 40": { + "Example 148": { "summary": "Top level records search", "description": "A search in MI_TRAINING for results where the record has no parent in the tree", "value": { @@ -45577,7 +45577,7 @@ "sortCriteria": [] } }, - "Example 41": { + "Example 149": { "summary": "Subset search", "description": "A search in MI_TRAINING for results where the record is in the Material Universe 'Ceramics' subset", "value": { @@ -45588,7 +45588,7 @@ "sortCriteria": [] } }, - "Example 42": { + "Example 150": { "summary": "Tabular data link exists", "description": "A tabular search in MI_TRAINING where there is a tabular link from the tabular attribute 'Restricted substances that may be associated with this material'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -45610,7 +45610,7 @@ "sortCriteria": [] } }, - "Example 43": { + "Example 151": { "summary": "Tabular data local column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where the 'amount' is greater than 10% ('amount' is a local column).", "value": { @@ -45639,7 +45639,7 @@ "sortCriteria": [] } }, - "Example 44": { + "Example 152": { "summary": "Tabular data linked attribute column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where there is a linked 'Restricted Substance' with an 'amount' greater than 10% ('amount' is a local column), and the 'Chemical name' attribute in the linked 'Restricted Substances' table contains 'Alkanes'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -45683,7 +45683,7 @@ "sortCriteria": [] } }, - "Example 45": { + "Example 153": { "summary": "Tabular data linked column column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material' where there is a linked 'Restricted Substance', which has a linked 'Legislations and Lists' via the tabular attribute 'Legislations restricting its use', and the 'Legislation rating' is 'Banned with conditions'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -45733,7 +45733,7 @@ "sortCriteria": [] } }, - "Example 46": { + "Example 154": { "summary": "Tabular linking value search", "description": "A tabular search in MI_TRAINING where the tabular linking value for the tabular attribute 'Restricted substances associated with this material' contains '85535'", "value": { @@ -45760,7 +45760,7 @@ "sortCriteria": [] } }, - "Example 47": { + "Example 155": { "summary": "Record link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where record link to table with identity 59 exists where the target has a populated picture attribute with identity 8563. Note that link searches must be made against a specific table", "value": { @@ -45791,7 +45791,7 @@ "sortCriteria": [] } }, - "Example 48": { + "Example 156": { "summary": "Record link exists search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a record link to table with identity 59 exists. Note that link searches must be made against a specific table", "value": { @@ -45812,7 +45812,7 @@ "sortCriteria": [] } }, - "Example 49": { + "Example 157": { "summary": "Cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a cross database link to table with identity 56 in Target_Database exists and the linked record has a populated float functional meta attribute with identity 33. Note that link searches must be made against a specific table", "value": { @@ -45843,7 +45843,7 @@ "sortCriteria": [] } }, - "Example 50": { + "Example 158": { "summary": "Reverse cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a reverse cross database link from table 39 in Target_Database exists and the linked record has a populated file attribute with identity 87. Note that link searches must be made against a specific table", "value": { @@ -45874,7 +45874,7 @@ "sortCriteria": [] } }, - "Example 51": { + "Example 159": { "summary": "Paginated search", "description": "A free text search where only the first 5 results will be returned initially, and the results have a sliding expiration time of 10 minutes", "value": { @@ -45901,7 +45901,7 @@ } } }, - "Example 52": { + "Example 160": { "summary": "Float functional graph search", "description": "A search on the float functional attribute 'Young's modulus with temperature' for records that have at least one series, use the Temperature parameter (00000001-000a-4fff-8fff-0000ffff0000) on the X-Axis and are not marked as 'Show as table'", "value": { @@ -45925,7 +45925,7 @@ ] } }, - "Example 53": { + "Example 161": { "summary": "Float functional search by attribute value", "description": "A search in MI_TRAINING on 'Young's modulus with temperature' for records that have a Young's Modulus of between 75 and 80 GPa at a temperature of 100°C", "value": { @@ -45955,7 +45955,7 @@ "sortCriteria": [] } }, - "Example 54": { + "Example 162": { "summary": "Discrete functional search", "description": "A search in MI_TRAINING on 'Environmental Resistance' for records that have a resistance of 'Good' or 'Very good' in the Chemical Environment of 'Fresh Water'", "value": { @@ -45993,7 +45993,7 @@ "$ref": "#/components/schemas/GrantaServerApiSearchSearchRequest" }, "examples": { - "Example 28": { + "Example 136": { "summary": "Free text search", "description": "This example demonstrates how to create a new free text search with results sorted by relevance", "value": { @@ -46015,7 +46015,7 @@ ] } }, - "Example 29": { + "Example 137": { "summary": "Free text search with boosted identities", "description": "A free text search in MI_TRAINING in attributes with identities -4 (record name), 928 and 886 with results in the record name boosted by a factor of 20", "value": { @@ -46044,7 +46044,7 @@ "sortCriteria": [] } }, - "Example 30": { + "Example 138": { "summary": "Free text search with excluded columns", "description": "A free text search in MI_TRAINING with local tabular columns 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table excluded from search.", "value": { @@ -46066,7 +46066,7 @@ "sortCriteria": [] } }, - "Example 31": { + "Example 139": { "summary": "Simple attribute search", "description": "A simple search in MI_TRAINING on an integer 8965 attribute, with results sorted by that attribute", "value": { @@ -46091,7 +46091,7 @@ ] } }, - "Example 32": { + "Example 140": { "summary": "Attribute exists search", "description": "A search in MI_TRAINING on for records that have data for integer 8965 attribute", "value": { @@ -46107,7 +46107,7 @@ "sortCriteria": [] } }, - "Example 33": { + "Example 141": { "summary": "Multiple attribute search", "description": "A search where results must match all three attribute criterion (the long text meta attribute exist, the date time attribute has a value in the given range, and the discrete attribute has one of the given values)", "value": { @@ -46156,7 +46156,7 @@ "sortCriteria": [] } }, - "Example 34": { + "Example 142": { "summary": "Nested boolean search", "description": "A nested boolean search in MI_TRAINING where results must either match the free text search for 'steel', or both the integer attribute with identity 8965 exists and attribute with identity 928 is not applicable", "value": { @@ -46202,7 +46202,7 @@ "sortCriteria": [] } }, - "Example 35": { + "Example 143": { "summary": "Record name search", "description": "A search in MI_TRAINING for a value in either the (full) record name, the short (tree) name, or the breadcrumbs, sorted by (full) record name", "value": { @@ -46256,7 +46256,7 @@ ] } }, - "Example 36": { + "Example 144": { "summary": "Record color search", "description": "A search in MI_TRAINING for results where the record color is red, sorted by record name", "value": { @@ -46285,21 +46285,21 @@ ] } }, - "Example 37": { + "Example 145": { "summary": "Record list search", "description": "A search in MI_TRAINING for results where the record is in any of the given (favorites) list", "value": { "criterion": { "recordListIdentifiers": [ - "827d01d0-89a7-4b79-972b-c5dd0c3b96ee", - "a13f90b1-9489-436c-9109-032825e29c33" + "452759a6-4052-47e5-8ce0-c3f43ebc13c2", + "bd829db3-7e89-4a2c-8b41-b31845d36579" ], "type": "recordListMember" }, "sortCriteria": [] } }, - "Example 38": { + "Example 146": { "summary": "Record reference search", "description": "A search in MI_TRAINING for results where the record matches the record history GUID", "value": { @@ -46311,7 +46311,7 @@ "sortCriteria": [] } }, - "Example 39": { + "Example 147": { "summary": "Record ancestor search", "description": "A search in MI_TRAINING for results where the record is below the Glasses folder in the tree", "value": { @@ -46323,7 +46323,7 @@ "sortCriteria": [] } }, - "Example 40": { + "Example 148": { "summary": "Top level records search", "description": "A search in MI_TRAINING for results where the record has no parent in the tree", "value": { @@ -46333,7 +46333,7 @@ "sortCriteria": [] } }, - "Example 41": { + "Example 149": { "summary": "Subset search", "description": "A search in MI_TRAINING for results where the record is in the Material Universe 'Ceramics' subset", "value": { @@ -46344,7 +46344,7 @@ "sortCriteria": [] } }, - "Example 42": { + "Example 150": { "summary": "Tabular data link exists", "description": "A tabular search in MI_TRAINING where there is a tabular link from the tabular attribute 'Restricted substances that may be associated with this material'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -46366,7 +46366,7 @@ "sortCriteria": [] } }, - "Example 43": { + "Example 151": { "summary": "Tabular data local column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where the 'amount' is greater than 10% ('amount' is a local column).", "value": { @@ -46395,7 +46395,7 @@ "sortCriteria": [] } }, - "Example 44": { + "Example 152": { "summary": "Tabular data linked attribute column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where there is a linked 'Restricted Substance' with an 'amount' greater than 10% ('amount' is a local column), and the 'Chemical name' attribute in the linked 'Restricted Substances' table contains 'Alkanes'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -46439,7 +46439,7 @@ "sortCriteria": [] } }, - "Example 45": { + "Example 153": { "summary": "Tabular data linked column column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material' where there is a linked 'Restricted Substance', which has a linked 'Legislations and Lists' via the tabular attribute 'Legislations restricting its use', and the 'Legislation rating' is 'Banned with conditions'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -46489,7 +46489,7 @@ "sortCriteria": [] } }, - "Example 46": { + "Example 154": { "summary": "Tabular linking value search", "description": "A tabular search in MI_TRAINING where the tabular linking value for the tabular attribute 'Restricted substances associated with this material' contains '85535'", "value": { @@ -46516,7 +46516,7 @@ "sortCriteria": [] } }, - "Example 47": { + "Example 155": { "summary": "Record link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where record link to table with identity 59 exists where the target has a populated picture attribute with identity 8563. Note that link searches must be made against a specific table", "value": { @@ -46547,7 +46547,7 @@ "sortCriteria": [] } }, - "Example 48": { + "Example 156": { "summary": "Record link exists search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a record link to table with identity 59 exists. Note that link searches must be made against a specific table", "value": { @@ -46568,7 +46568,7 @@ "sortCriteria": [] } }, - "Example 49": { + "Example 157": { "summary": "Cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a cross database link to table with identity 56 in Target_Database exists and the linked record has a populated float functional meta attribute with identity 33. Note that link searches must be made against a specific table", "value": { @@ -46599,7 +46599,7 @@ "sortCriteria": [] } }, - "Example 50": { + "Example 158": { "summary": "Reverse cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a reverse cross database link from table 39 in Target_Database exists and the linked record has a populated file attribute with identity 87. Note that link searches must be made against a specific table", "value": { @@ -46630,7 +46630,7 @@ "sortCriteria": [] } }, - "Example 51": { + "Example 159": { "summary": "Paginated search", "description": "A free text search where only the first 5 results will be returned initially, and the results have a sliding expiration time of 10 minutes", "value": { @@ -46657,7 +46657,7 @@ } } }, - "Example 52": { + "Example 160": { "summary": "Float functional graph search", "description": "A search on the float functional attribute 'Young's modulus with temperature' for records that have at least one series, use the Temperature parameter (00000001-000a-4fff-8fff-0000ffff0000) on the X-Axis and are not marked as 'Show as table'", "value": { @@ -46681,7 +46681,7 @@ ] } }, - "Example 53": { + "Example 161": { "summary": "Float functional search by attribute value", "description": "A search in MI_TRAINING on 'Young's modulus with temperature' for records that have a Young's Modulus of between 75 and 80 GPa at a temperature of 100°C", "value": { @@ -46711,7 +46711,7 @@ "sortCriteria": [] } }, - "Example 54": { + "Example 162": { "summary": "Discrete functional search", "description": "A search in MI_TRAINING on 'Environmental Resistance' for records that have a resistance of 'Good' or 'Very good' in the Chemical Environment of 'Fresh Water'", "value": { @@ -46749,7 +46749,7 @@ "$ref": "#/components/schemas/GrantaServerApiSearchSearchRequest" }, "examples": { - "Example 28": { + "Example 136": { "summary": "Free text search", "description": "This example demonstrates how to create a new free text search with results sorted by relevance", "value": { @@ -46771,7 +46771,7 @@ ] } }, - "Example 29": { + "Example 137": { "summary": "Free text search with boosted identities", "description": "A free text search in MI_TRAINING in attributes with identities -4 (record name), 928 and 886 with results in the record name boosted by a factor of 20", "value": { @@ -46800,7 +46800,7 @@ "sortCriteria": [] } }, - "Example 30": { + "Example 138": { "summary": "Free text search with excluded columns", "description": "A free text search in MI_TRAINING with local tabular columns 'Comments' and 'Category' from 'Restricted substances that may be used in the manufacture of this material' tabular attribute from 'MaterialUniverse' table excluded from search.", "value": { @@ -46822,7 +46822,7 @@ "sortCriteria": [] } }, - "Example 31": { + "Example 139": { "summary": "Simple attribute search", "description": "A simple search in MI_TRAINING on an integer 8965 attribute, with results sorted by that attribute", "value": { @@ -46847,7 +46847,7 @@ ] } }, - "Example 32": { + "Example 140": { "summary": "Attribute exists search", "description": "A search in MI_TRAINING on for records that have data for integer 8965 attribute", "value": { @@ -46863,7 +46863,7 @@ "sortCriteria": [] } }, - "Example 33": { + "Example 141": { "summary": "Multiple attribute search", "description": "A search where results must match all three attribute criterion (the long text meta attribute exist, the date time attribute has a value in the given range, and the discrete attribute has one of the given values)", "value": { @@ -46912,7 +46912,7 @@ "sortCriteria": [] } }, - "Example 34": { + "Example 142": { "summary": "Nested boolean search", "description": "A nested boolean search in MI_TRAINING where results must either match the free text search for 'steel', or both the integer attribute with identity 8965 exists and attribute with identity 928 is not applicable", "value": { @@ -46958,7 +46958,7 @@ "sortCriteria": [] } }, - "Example 35": { + "Example 143": { "summary": "Record name search", "description": "A search in MI_TRAINING for a value in either the (full) record name, the short (tree) name, or the breadcrumbs, sorted by (full) record name", "value": { @@ -47012,7 +47012,7 @@ ] } }, - "Example 36": { + "Example 144": { "summary": "Record color search", "description": "A search in MI_TRAINING for results where the record color is red, sorted by record name", "value": { @@ -47041,21 +47041,21 @@ ] } }, - "Example 37": { + "Example 145": { "summary": "Record list search", "description": "A search in MI_TRAINING for results where the record is in any of the given (favorites) list", "value": { "criterion": { "recordListIdentifiers": [ - "827d01d0-89a7-4b79-972b-c5dd0c3b96ee", - "a13f90b1-9489-436c-9109-032825e29c33" + "452759a6-4052-47e5-8ce0-c3f43ebc13c2", + "bd829db3-7e89-4a2c-8b41-b31845d36579" ], "type": "recordListMember" }, "sortCriteria": [] } }, - "Example 38": { + "Example 146": { "summary": "Record reference search", "description": "A search in MI_TRAINING for results where the record matches the record history GUID", "value": { @@ -47067,7 +47067,7 @@ "sortCriteria": [] } }, - "Example 39": { + "Example 147": { "summary": "Record ancestor search", "description": "A search in MI_TRAINING for results where the record is below the Glasses folder in the tree", "value": { @@ -47079,7 +47079,7 @@ "sortCriteria": [] } }, - "Example 40": { + "Example 148": { "summary": "Top level records search", "description": "A search in MI_TRAINING for results where the record has no parent in the tree", "value": { @@ -47089,7 +47089,7 @@ "sortCriteria": [] } }, - "Example 41": { + "Example 149": { "summary": "Subset search", "description": "A search in MI_TRAINING for results where the record is in the Material Universe 'Ceramics' subset", "value": { @@ -47100,7 +47100,7 @@ "sortCriteria": [] } }, - "Example 42": { + "Example 150": { "summary": "Tabular data link exists", "description": "A tabular search in MI_TRAINING where there is a tabular link from the tabular attribute 'Restricted substances that may be associated with this material'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -47122,7 +47122,7 @@ "sortCriteria": [] } }, - "Example 43": { + "Example 151": { "summary": "Tabular data local column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where the 'amount' is greater than 10% ('amount' is a local column).", "value": { @@ -47151,7 +47151,7 @@ "sortCriteria": [] } }, - "Example 44": { + "Example 152": { "summary": "Tabular data linked attribute column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material', where there is a linked 'Restricted Substance' with an 'amount' greater than 10% ('amount' is a local column), and the 'Chemical name' attribute in the linked 'Restricted Substances' table contains 'Alkanes'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -47195,7 +47195,7 @@ "sortCriteria": [] } }, - "Example 45": { + "Example 153": { "summary": "Tabular data linked column column search", "description": "A tabular search in MI_TRAINING on the tabular attribute 'Restricted substances that may be associated with this material' where there is a linked 'Restricted Substance', which has a linked 'Legislations and Lists' via the tabular attribute 'Legislations restricting its use', and the 'Legislation rating' is 'Banned with conditions'. Target attribute and table may both be omitted, but this could affect performance.", "value": { @@ -47245,7 +47245,7 @@ "sortCriteria": [] } }, - "Example 46": { + "Example 154": { "summary": "Tabular linking value search", "description": "A tabular search in MI_TRAINING where the tabular linking value for the tabular attribute 'Restricted substances associated with this material' contains '85535'", "value": { @@ -47272,7 +47272,7 @@ "sortCriteria": [] } }, - "Example 47": { + "Example 155": { "summary": "Record link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where record link to table with identity 59 exists where the target has a populated picture attribute with identity 8563. Note that link searches must be made against a specific table", "value": { @@ -47303,7 +47303,7 @@ "sortCriteria": [] } }, - "Example 48": { + "Example 156": { "summary": "Record link exists search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a record link to table with identity 59 exists. Note that link searches must be made against a specific table", "value": { @@ -47324,7 +47324,7 @@ "sortCriteria": [] } }, - "Example 49": { + "Example 157": { "summary": "Cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a cross database link to table with identity 56 in Target_Database exists and the linked record has a populated float functional meta attribute with identity 33. Note that link searches must be made against a specific table", "value": { @@ -47355,7 +47355,7 @@ "sortCriteria": [] } }, - "Example 50": { + "Example 158": { "summary": "Reverse cross database link search", "description": "A search in MI_TRAINING from Metals Pedigree table ($ad27baf0-42e9-4136-bc96-9dbbf116e265) where a reverse cross database link from table 39 in Target_Database exists and the linked record has a populated file attribute with identity 87. Note that link searches must be made against a specific table", "value": { @@ -47386,7 +47386,7 @@ "sortCriteria": [] } }, - "Example 51": { + "Example 159": { "summary": "Paginated search", "description": "A free text search where only the first 5 results will be returned initially, and the results have a sliding expiration time of 10 minutes", "value": { @@ -47413,7 +47413,7 @@ } } }, - "Example 52": { + "Example 160": { "summary": "Float functional graph search", "description": "A search on the float functional attribute 'Young's modulus with temperature' for records that have at least one series, use the Temperature parameter (00000001-000a-4fff-8fff-0000ffff0000) on the X-Axis and are not marked as 'Show as table'", "value": { @@ -47437,7 +47437,7 @@ ] } }, - "Example 53": { + "Example 161": { "summary": "Float functional search by attribute value", "description": "A search in MI_TRAINING on 'Young's modulus with temperature' for records that have a Young's Modulus of between 75 and 80 GPa at a temperature of 100°C", "value": { @@ -47467,7 +47467,7 @@ "sortCriteria": [] } }, - "Example 54": { + "Example 162": { "summary": "Discrete functional search", "description": "A search in MI_TRAINING on 'Environmental Resistance' for records that have a resistance of 'Good' or 'Very good' in the Chemical Environment of 'Fresh Water'", "value": {