Get an object type
get
/crmRestApi/resources/11.13.18.05/userContextObjectTypes/{ObjectTypeCode}
Request
Path Parameters
-
ObjectTypeCode(required): string
Specifies the Object type or category that is relevant in a given user context. For example Account, Contact, Lead, and so on.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields 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 fields 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 fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : userContextObjectTypes-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
Enabled: string
Title:
EnabledMaximum Length:1Default Value:YIndicates whether the object type is enabled for user context. The default value is 'Y'. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when time when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
objectConfigs: array
Object Configurations
Title:
Object ConfigurationsThe object configurations resource is used to view and update an object configuration. -
objectCriteria: array
Object Criteria
Title:
Object CriteriaThe object criteria resource is used to view, create, update, and delete a configuration and mapping. It is used to determine the criteria to query the elastic data store and workspace saved searches. -
ObjectTypeCode: string
Title:
Object Type CodeMaximum Length:30Specifies the Object type or category that is relevant in a given user context. For example Account, Contact, Lead, and so on. -
ObjectVersionNumber: integer
(int32)
Title:
Object Version NumberThe object version number is used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. - relatedObjects: array Related Objects
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Object Configurations
Type:
arrayTitle:
Object ConfigurationsThe object configurations resource is used to view and update an object configuration.
Show Source
Nested Schema : Object Criteria
Type:
arrayTitle:
Object CriteriaThe object criteria resource is used to view, create, update, and delete a configuration and mapping. It is used to determine the criteria to query the elastic data store and workspace saved searches.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : userContextObjectTypes-objectConfigs-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
DataSourceCode: string
Title:
Data Source CodeMaximum Length:30The data source code for sources where user context information is captured and stored. -
Enabled: string
Title:
EnabledMaximum Length:1Default Value:YIndicates whether the object for the data source is enabled for user context. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when time when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
objectConfigDetails: array
Object Configuration Details
Title:
Object Configuration DetailsThe object configuration details resource is used to view and update the object configuration. -
ObjectMappingCode: string
Title:
Object Mapping CodeMaximum Length:150The name of the object type used for the data source. -
ObjectTypeCode: string
Title:
Object Type CodeMaximum Length:30Specifies the Object type or category that is relevant in a given user context. For example Account, Contact, Lead, and so on. -
ObjectVersionNumber: integer
(int32)
Title:
Object Version NumberThe object version number is used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. -
ObjectWeight: integer
(int32)
Title:
Object WeightThe weight or relevance of a data source. This is used to calculate the relevance score. -
Score: integer
(int64)
Title:
ScoreThe score of a relevant item.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Object Configuration Details
Type:
arrayTitle:
Object Configuration DetailsThe object configuration details resource is used to view and update the object configuration.
Show Source
Nested Schema : userContextObjectTypes-objectConfigs-objectConfigDetails-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the row was created. -
DataSourceCode: string
Title:
Data Source CodeMaximum Length:30The data source code for sources where user context information is captured and stored. -
Enabled: string
Title:
EnabledMaximum Length:1Default Value:YIndicates whether Saved Search is enabled for the user context or not. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date and time when the row was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the row. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the row. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MaximumFetchSize: integer
(int32)
Title:
Maximum Fetch SizeDefault Value:5Indicates the maximum number of matching objects that can be added to the user context. -
ObjectConfigDetailsId: string
Title:
Object Configuration Details IdentifierMaximum Length:512The unique identifier of the object configuration detail. -
ObjectTypeCode: string
Title:
Object Type CodeMaximum Length:30Indicates the code for the type of object. -
ObjectVersionNumber: integer
(int32)
Title:
Object Version NumberDefault Value:1The attribute is used to implement optimistic locking. This number is incremented every time the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. -
SavedSearchJson: string
(byte)
Title:
Saved Search JSONStores the saved search criteria parameters in JSON format. -
Score: integer
(int32)
Title:
ScoreDefault Value:0Indicates the base score defined for the Saved Search Criteria.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : userContextObjectTypes-objectCriteria-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the row was created. -
Enabled: string
Title:
EnabledMaximum Length:1Default Value:YIndicates whether the Saved Search is enabled for user context or not. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date and time when the row was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the row. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MaximumFetchSize: integer
(int32)
Title:
Maximum Fetch SizeDefault Value:5The maximum number of matching objects that can be added to the user context. -
ObjectTypeCode: string
Title:
Object Type CodeMaximum Length:30Specifies the Object type or category that is relevant in a given user context. For example Account, Contact, Lead, and so on. -
ObjectVersionNumber: integer
(int32)
Title:
Object Version NumberDefault Value:1The attribute used to implement optimistic locking. This number is incremented every time the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. -
SavedSearchJson: string
(byte)
Title:
Saved Search JSONThe saved search criteria parameters in JSON format. -
SavedSearchUuid: string
Title:
Saved Search GUIDMaximum Length:512The foreign key reference to the SavedSearchUUID of the Saved Search(zca_es_saved_searches) defined in Workspace. -
Score: integer
(int32)
Title:
ScoreDefault Value:0The base score defined for the Saved Search Criteria.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- objectConfigs
-
Operation: /crmRestApi/resources/11.13.18.05/userContextObjectTypes/{ObjectTypeCode}/child/objectConfigsParameters:
- ObjectTypeCode:
$request.path.ObjectTypeCode
The object configurations resource is used to view and update an object configuration. - ObjectTypeCode:
- objectCriteria
-
Operation: /crmRestApi/resources/11.13.18.05/userContextObjectTypes/{ObjectTypeCode}/child/objectCriteriaParameters:
- ObjectTypeCode:
$request.path.ObjectTypeCode
The object criteria resource is used to view, create, update, and delete a configuration and mapping. It is used to determine the criteria to query the elastic data store and workspace saved searches. - ObjectTypeCode:
- relatedObjects
-
Operation: /crmRestApi/resources/11.13.18.05/userContextObjectTypes/{ObjectTypeCode}/child/relatedObjectsParameters:
- ObjectTypeCode:
$request.path.ObjectTypeCode
The related objects resource is used to view and update a related object. - ObjectTypeCode:
Examples
The following example shows how to get an object type by submitting a GET request on the REST resource using cURL.
cURL Command
curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/userContextObjectTypes/CRMProductExample of Response Body
The following shows the contents of the response body in JSON format.
{
"ObjectTypeCode": "CRMProduct",
"Enabled": "Y",
"CreationDate": "2020-02-29T22:11:03+00:00",
"CreatedBy": "SEED_DATA_FROM_APPLICATION",
"LastUpdateDate": "2020-02-29T22:11:03.045+00:00",
"LastUpdatedBy": "SEED_DATA_FROM_APPLICATION",
"LastUpdateLogin": "-1",
"ObjectVersionNumber": 1,
}