The resource type that extends OslcResource
Sets the properties to select (oslc.properties) Specifies a partial view of the resource
Field names to include in the response
This builder instance for chaining
Sets whether to drop null values from the response (_dropnulls) Default is true (nulls are dropped)
Whether to drop null values
This builder instance for chaining
Sets whether to include inline documents (inlinedoc) When enabled, attachments are included as base64 encoded strings
Whether to include inline documents
This builder instance for chaining
Sets whether to ignore collection references (ignorecollectionref) When enabled, href links for child collections are omitted
Whether to ignore collection refs
This builder instance for chaining
Sets an action to execute on the resource
The action name (e.g., 'wsmethod:approve')
This builder instance for chaining
Removes rowstamps from parent and child objects (ignorers=1)
This builder instance for chaining
Removes ref and localref from parent and child objects (ignorekeyref=1)
This builder instance for chaining
Adds JSON schema to the response (addschema=1)
This builder instance for chaining
Adds internal values to the response (internalvalues=1) For example, adds status_maxvalue alongside status
This builder instance for chaining
Returns relative URIs instead of absolute URIs (relativeuri=1)
This builder instance for chaining
Changes geometry data format in the response (geometryformat=1)
This builder instance for chaining
Enables E-Signature checking (checkesig=1) When set, server responds with BMXAA9766E if an E-Signature enabled attribute is modified. Use withEsigAuth() to provide the E-Signature password when re-submitting.
This builder instance for chaining
Sets a custom query parameter
Parameter name
Parameter value
This builder instance for chaining
Sets multiple custom query parameters
Object containing parameter name-value pairs
This builder instance for chaining
Gets the resource ID
InternalBuilds the query parameters for the request
Executes the fetch request and returns the resource
A promise resolving to the fetched resource
Creates a new ResourceFetch builder
The resource type that extends OslcResource
The ResourceService instance to use for fetching
The unique ID of the resource to fetch
Fluent builder for fetching a single resource by ID. Provides a chainable API for configuring GET /os/{objectStructure}/{id} requests.
Example