Root Schema : autoVehicles-VehicleIoTKpis-item
Type: object
Show Source
{
"properties":{
"AlertPrivacyType":{
"maxLength":30,
"type":"string",
"description":"The type of the privacy alert.",
"title":"Alert Privacy"
},
"AttributeCategory":{
"maxLength":30,
"type":"string",
"description":"A system-generated read-only attribute used by the application framework.",
"title":"Attribute Category"
},
"CorpCurrencyCode":{
"maxLength":15,
"type":"string",
"description":"The corporate currency code of the record.",
"title":"Corporate Currency Code"
},
"CreatedBy":{
"maxLength":64,
"type":"string",
"description":"The user who created the record.",
"title":"Created By"
},
"CreationDate":{
"format":"date-time",
"type":"string",
"description":"The date and time when the record was created.",
"title":"Creation Date"
},
"CurcyConvRateType":{
"maxLength":30,
"type":"string",
"description":"The currency conversion rate type associated with the record.",
"title":"Conversion Rate Type"
},
"CurrencyCode":{
"maxLength":15,
"type":"string",
"description":"The currency code associated with the record like USD or EUR.",
"title":"Currency Code"
},
"Description":{
"maxLength":4000,
"type":"string",
"description":"The description of the problem.",
"title":"Description"
},
"DiagnosticTroubleCode":{
"maxLength":30,
"type":"string",
"description":"The trouble code of the problem.",
"title":"Trouble Code"
},
"IotKPINumber":{
"maxLength":30,
"type":"string",
"description":"The public unique identifier of the Iot KPI.",
"title":"IoT KPI"
},
"JobCode":{
"maxLength":30,
"type":"string",
"description":"Indicates the job code.",
"title":"Job Code"
},
"KPIType":{
"maxLength":30,
"type":"string",
"description":"The type of the KPI.",
"title":"Type"
},
"LastUpdateDate":{
"format":"date-time",
"type":"string",
"description":"The date and time when the record was last updated.",
"title":"Last Updated Date"
},
"LastUpdateLogin":{
"maxLength":32,
"type":"string",
"description":"The login of the user who last updated the record.",
"title":"Last Update Login"
},
"LastUpdatedBy":{
"maxLength":64,
"type":"string",
"description":"The user who last updated the record.",
"title":"Last Updated By"
},
"Message":{
"maxLength":4000,
"type":"string",
"description":"The message from the Iot device.",
"title":"Message"
},
"NextBestAction":{
"maxLength":4000,
"type":"string",
"description":"Indicates the next best recommended action.",
"title":"Recommended Action"
},
"ObjectVersionNumber":{
"format":"int32",
"type":"integer",
"description":"A system-generated read-only attribute used by the application framework.",
"title":"Object Version Number"
},
"OrgId":{
"format":"int64",
"type":"integer",
"description":"The business unit associated with the record.",
"title":"Business Unit"
},
"OriginSystem":{
"maxLength":400,
"type":"string",
"description":"The application from where the order originated.",
"title":"Origin System"
},
"OriginSystemReference":{
"maxLength":400,
"type":"string",
"description":"The unique identifier of the record in the source application.",
"title":"Origin System Reference"
},
"RelatedDriverContactId":{
"format":"int64",
"type":"integer",
"description":"The unique identifier of the driver.",
"title":"Driver Contact ID"
},
"RelatedLeadId":{
"format":"int64",
"type":"integer",
"description":"The unique identifier of the lead.",
"title":"Lead ID"
},
"RelatedSrId":{
"format":"int64",
"type":"integer",
"description":"The unique identifier of the service request.",
"title":"SR ID"
},
"Severity":{
"maxLength":30,
"type":"string",
"description":"Indicates the severity of the incident.",
"title":"Severity"
},
"VehicleId":{
"format":"int64",
"type":"integer",
"description":"The unique identifier of the vehicle.",
"title":"Vehicle ID"
},
"VehicleIotKPIId":{
"format":"int64",
"type":"integer",
"description":"The unique identifier of the vehicle Iot KPI.",
"title":"IoT KPI ID"
},
"links":{
"items":{
"$ref":"#/definitions/link"
},
"type":"array",
"description":"Link Relations",
"title":"Items"
}
},
"x-links":[
{
"rel":"lov",
"title":"KPIType LOV",
"description":"<p>The following properties are defined on the LOV link relation:</p><ul><li>Source Attribute: KPIType; Target Attribute: LookupCode</li><li>Display Attribute: Meaning</li></ul>",
"method":"get",
"href":"/crmRestApi/resources/11.13.18.05/fndStaticLookups",
"mediaType":"application/vnd.oracle.adf.resourcecollection+json",
"targetSchema":{
"properties":{
"LookupCode":{
"type":"string",
"description":"The unique code for the lookup."
},
"Meaning":{
"type":"string",
"description":"The display value for the lookup in the application."
}
},
"type":"object"
},
"schema":{
"properties":{
"limit":{
"type":"integer",
"description":"This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources."
},
"offset":{
"type":"integer",
"description":"Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0."
},
"totalResults":{
"type":"boolean",
"description":"The resource collection representation will include the \"estimated row count\" when \"?totalResults=true\", otherwise the count is not included. The default value is \"false\"."
},
"onlyData":{
"type":"boolean",
"description":"The resource item payload will be filtered in order to contain only data (no links section, for example)."
},
"dependency":{
"type":"string",
"description":"This parameter specifies dependencies which are attributes that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The attributes specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the attributes will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency attributes. Example: dependency=ProductId=2<br><br>Format: <attr1>=<val1>,<attr2>=<value2>"
},
"orderBy":{
"type":"string",
"description":"This parameter orders a resource collection based on the specified attributes. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and \"asc\" or \"desc\". Specify \"asc\" for ascending and \"desc\" for descending. The default value is \"asc\". For example, ?orderBy=field1:asc,field2:desc"
},
"links":{
"items":{
"$ref":"#/definitions/link"
},
"type":"array",
"description":"The link relations associated with the resource instance."
},
"finder":{
"default":"LookupTypeIsActiveEnabledFinder%3BBindLookupType%3DORA_AHT_VHCLE_KPI_TYPE",
"type":"string",
"description":"Used as a predefined finder to search the collection.<br><br>Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2><br><br>Default finder: LookupTypeIsActiveEnabledFinder"
}
},
"type":"object"
},
"effectiveMethod":"get"
},
{
"rel":"lov",
"title":"DiagnosticTroubleCode LOV",
"description":"<p>The following properties are defined on the LOV link relation:</p><ul><li>Source Attribute: DiagnosticTroubleCode; Target Attribute: LookupCode</li><li>Display Attribute: Meaning</li></ul>",
"method":"get",
"href":"/crmRestApi/resources/11.13.18.05/fndStaticLookups",
"mediaType":"application/vnd.oracle.adf.resourcecollection+json",
"targetSchema":{
"properties":{
"LookupCode":{
"type":"string",
"description":"The unique code for the lookup."
},
"Meaning":{
"type":"string",
"description":"The display value for the lookup in the application."
}
},
"type":"object"
},
"schema":{
"properties":{
"limit":{
"type":"integer",
"description":"This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources."
},
"offset":{
"type":"integer",
"description":"Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0."
},
"totalResults":{
"type":"boolean",
"description":"The resource collection representation will include the \"estimated row count\" when \"?totalResults=true\", otherwise the count is not included. The default value is \"false\"."
},
"onlyData":{
"type":"boolean",
"description":"The resource item payload will be filtered in order to contain only data (no links section, for example)."
},
"dependency":{
"type":"string",
"description":"This parameter specifies dependencies which are attributes that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The attributes specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the attributes will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency attributes. Example: dependency=ProductId=2<br><br>Format: <attr1>=<val1>,<attr2>=<value2>"
},
"orderBy":{
"type":"string",
"description":"This parameter orders a resource collection based on the specified attributes. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and \"asc\" or \"desc\". Specify \"asc\" for ascending and \"desc\" for descending. The default value is \"asc\". For example, ?orderBy=field1:asc,field2:desc"
},
"links":{
"items":{
"$ref":"#/definitions/link"
},
"type":"array",
"description":"The link relations associated with the resource instance."
},
"finder":{
"default":"LookupTypeIsActiveEnabledFinder%3BBindLookupType%3DORA_AHT_IOT_DIAG_TROBLE_CODE",
"type":"string",
"description":"Used as a predefined finder to search the collection.<br><br>Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2><br><br>Default finder: LookupTypeIsActiveEnabledFinder"
}
},
"type":"object"
},
"effectiveMethod":"get"
},
{
"rel":"lov",
"title":"JobCode LOV",
"description":"<p>The following properties are defined on the LOV link relation:</p><ul><li>Source Attribute: JobCode; Target Attribute: LookupCode</li><li>Display Attribute: Meaning</li></ul>",
"method":"get",
"href":"/crmRestApi/resources/11.13.18.05/fndStaticLookups",
"mediaType":"application/vnd.oracle.adf.resourcecollection+json",
"targetSchema":{
"properties":{
"LookupCode":{
"type":"string",
"description":"The unique code for the lookup."
},
"Meaning":{
"type":"string",
"description":"The display value for the lookup in the application."
}
},
"type":"object"
},
"schema":{
"properties":{
"limit":{
"type":"integer",
"description":"This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources."
},
"offset":{
"type":"integer",
"description":"Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0."
},
"totalResults":{
"type":"boolean",
"description":"The resource collection representation will include the \"estimated row count\" when \"?totalResults=true\", otherwise the count is not included. The default value is \"false\"."
},
"onlyData":{
"type":"boolean",
"description":"The resource item payload will be filtered in order to contain only data (no links section, for example)."
},
"dependency":{
"type":"string",
"description":"This parameter specifies dependencies which are attributes that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The attributes specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the attributes will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency attributes. Example: dependency=ProductId=2<br><br>Format: <attr1>=<val1>,<attr2>=<value2>"
},
"orderBy":{
"type":"string",
"description":"This parameter orders a resource collection based on the specified attributes. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and \"asc\" or \"desc\". Specify \"asc\" for ascending and \"desc\" for descending. The default value is \"asc\". For example, ?orderBy=field1:asc,field2:desc"
},
"links":{
"items":{
"$ref":"#/definitions/link"
},
"type":"array",
"description":"The link relations associated with the resource instance."
},
"finder":{
"default":"LookupTypeIsActiveEnabledFinder%3BBindLookupType%3DORA_AHT_VHCLE_IOT_JOB_CODE",
"type":"string",
"description":"Used as a predefined finder to search the collection.<br><br>Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2><br><br>Default finder: LookupTypeIsActiveEnabledFinder"
}
},
"type":"object"
},
"effectiveMethod":"get"
},
{
"rel":"lov",
"title":"Severity LOV",
"description":"<p>The following properties are defined on the LOV link relation:</p><ul><li>Source Attribute: Severity; Target Attribute: LookupCode</li><li>Display Attribute: Meaning</li></ul>",
"method":"get",
"href":"/crmRestApi/resources/11.13.18.05/fndStaticLookups",
"mediaType":"application/vnd.oracle.adf.resourcecollection+json",
"targetSchema":{
"properties":{
"LookupCode":{
"type":"string",
"description":"The unique code for the lookup."
},
"Meaning":{
"type":"string",
"description":"The display value for the lookup in the application."
}
},
"type":"object"
},
"schema":{
"properties":{
"limit":{
"type":"integer",
"description":"This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources."
},
"offset":{
"type":"integer",
"description":"Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0."
},
"totalResults":{
"type":"boolean",
"description":"The resource collection representation will include the \"estimated row count\" when \"?totalResults=true\", otherwise the count is not included. The default value is \"false\"."
},
"onlyData":{
"type":"boolean",
"description":"The resource item payload will be filtered in order to contain only data (no links section, for example)."
},
"dependency":{
"type":"string",
"description":"This parameter specifies dependencies which are attributes that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The attributes specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the attributes will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency attributes. Example: dependency=ProductId=2<br><br>Format: <attr1>=<val1>,<attr2>=<value2>"
},
"orderBy":{
"type":"string",
"description":"This parameter orders a resource collection based on the specified attributes. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and \"asc\" or \"desc\". Specify \"asc\" for ascending and \"desc\" for descending. The default value is \"asc\". For example, ?orderBy=field1:asc,field2:desc"
},
"links":{
"items":{
"$ref":"#/definitions/link"
},
"type":"array",
"description":"The link relations associated with the resource instance."
},
"finder":{
"default":"LookupTypeIsActiveEnabledFinder%3BBindLookupType%3DORA_AHT_VHCLE_IOT_SEVERITY",
"type":"string",
"description":"Used as a predefined finder to search the collection.<br><br>Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2><br><br>Default finder: LookupTypeIsActiveEnabledFinder"
}
},
"type":"object"
},
"effectiveMethod":"get"
},
{
"rel":"lov",
"title":"RelatedDriverContactId LOV",
"description":"<p>The following properties are defined on the LOV link relation:</p><ul><li>Source Attribute: RelatedDriverContactId; Target Attribute: LookupCode</li><li>Display Attribute: Meaning</li></ul>",
"method":"get",
"href":"/crmRestApi/resources/11.13.18.05/fndStaticLookups",
"mediaType":"application/vnd.oracle.adf.resourcecollection+json",
"targetSchema":{
"properties":{
"LookupCode":{
"type":"string",
"description":"The unique code for the lookup."
},
"Meaning":{
"type":"string",
"description":"The display value for the lookup in the application."
}
},
"type":"object"
},
"schema":{
"properties":{
"limit":{
"type":"integer",
"description":"This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources."
},
"offset":{
"type":"integer",
"description":"Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0."
},
"totalResults":{
"type":"boolean",
"description":"The resource collection representation will include the \"estimated row count\" when \"?totalResults=true\", otherwise the count is not included. The default value is \"false\"."
},
"onlyData":{
"type":"boolean",
"description":"The resource item payload will be filtered in order to contain only data (no links section, for example)."
},
"dependency":{
"type":"string",
"description":"This parameter specifies dependencies which are attributes that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The attributes specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the attributes will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency attributes. Example: dependency=ProductId=2<br><br>Format: <attr1>=<val1>,<attr2>=<value2>"
},
"orderBy":{
"type":"string",
"description":"This parameter orders a resource collection based on the specified attributes. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and \"asc\" or \"desc\". Specify \"asc\" for ascending and \"desc\" for descending. The default value is \"asc\". For example, ?orderBy=field1:asc,field2:desc"
},
"links":{
"items":{
"$ref":"#/definitions/link"
},
"type":"array",
"description":"The link relations associated with the resource instance."
},
"finder":{
"default":"LookupTypeIsActiveEnabledFinder%3BBindLookupType%3DORA_AHT_VHCLE_DRIVER_CONTACT",
"type":"string",
"description":"Used as a predefined finder to search the collection.<br><br>Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2><br><br>Default finder: LookupTypeIsActiveEnabledFinder"
}
},
"type":"object"
},
"effectiveMethod":"get"
},
{
"rel":"lov",
"title":"AlertPrivacyType LOV",
"description":"<p>The following properties are defined on the LOV link relation:</p><ul><li>Source Attribute: AlertPrivacyType; Target Attribute: Meaning</li><li>Display Attribute: Meaning</li></ul>",
"method":"get",
"href":"/crmRestApi/resources/11.13.18.05/fndStaticLookups",
"mediaType":"application/vnd.oracle.adf.resourcecollection+json",
"targetSchema":{
"properties":{
"Meaning":{
"type":"string",
"description":"The display value for the lookup in the application."
}
},
"type":"object"
},
"schema":{
"properties":{
"limit":{
"type":"integer",
"description":"This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources."
},
"offset":{
"type":"integer",
"description":"Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0."
},
"totalResults":{
"type":"boolean",
"description":"The resource collection representation will include the \"estimated row count\" when \"?totalResults=true\", otherwise the count is not included. The default value is \"false\"."
},
"onlyData":{
"type":"boolean",
"description":"The resource item payload will be filtered in order to contain only data (no links section, for example)."
},
"dependency":{
"type":"string",
"description":"This parameter specifies dependencies which are attributes that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The attributes specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the attributes will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency attributes. Example: dependency=ProductId=2<br><br>Format: <attr1>=<val1>,<attr2>=<value2>"
},
"orderBy":{
"type":"string",
"description":"This parameter orders a resource collection based on the specified attributes. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and \"asc\" or \"desc\". Specify \"asc\" for ascending and \"desc\" for descending. The default value is \"asc\". For example, ?orderBy=field1:asc,field2:desc"
},
"links":{
"items":{
"$ref":"#/definitions/link"
},
"type":"array",
"description":"The link relations associated with the resource instance."
},
"finder":{
"default":"LookupTypeIsActiveEnabledFinder%3BBindLookupType%3DORA_AHT_VHCLE_ALRT_PRVCY_TYPE",
"type":"string",
"description":"Used as a predefined finder to search the collection.<br><br>Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2><br><br>Default finder: LookupTypeIsActiveEnabledFinder"
}
},
"type":"object"
},
"effectiveMethod":"get"
}
],
"type":"object"
}