Get
Returns a resource class by its global id. Requires the https://devx.{environment}.oleria.io/read scope.
Authorizations
OAuth 2.0 client-credentials flow. Request an access token from the token endpoint and send it as Authorization: Bearer <token>.
Path Parameters
Global id of the resource class.
Response
The resource class.
An Oleria ResourceClass object represents a class of resource instances within an application (e.g. Repositories in GitHub, Opportunities in Salesforce)
An identifier (unique to the integrated application) for a ResourceClass object represented in the Oleria system. Oleria converts these identifiers to global ids so they can be unique in the context of the global system graph. Ideally this id is a straightforward derivation of the class name
"class:repo (GitHub based on resources)"
The name of the resource class (this may be different from displayName)
1"repo"
The ObjectMetadata structure defines metadata that applies to every object and relationship, and is usually managed by the system that receives the data
object metadata supersets object metadata with platform enrichment provenance — the enrichment version and the time the record was generated
The display name of the resource class (typically used to represent the resource class in a user experience)
1"Repositories"
The URI of the resource entity
"/lightning/r/Opportunity"
An application-specific tag representing the resource class information data source
"GitHub"
Cached count of Oleria ResourceInstance objects belonging to this Oleria ResourceClass.

