Modify Object

Use this API to partially update an existing object record.

🗒

Things to Know

  • This API only supports objects created via Object Manager, including Projects, Models, and Datasets.
Path Params
uuid
required

ID of the entity. The value is obtained from Create Object API.

Query Params
string

ID of the entity type.

string

Name of the entity type.

Body Params

Update request containing attributes related to entity details.

attributes
object

Custom Attributes

string

Name of an Entity.

organization
object
Responses

Response body
object
attributes
object

Custom Attributes

auditFields
object
createdBy
object
date-time
required

Entity record created date and time.

lastModifiedBy
object
date-time

Last updated date.

entityType
object
required
uuid
required

Unique Identifier of an Entity Type.

string

Module Name.

string
required

Name of an Entity Type.

string

Attribute Schema name.

boolean

The flag to check if the entity tyoe is seeded or not.

uuid
required

Unique Identifier (GUID) of an Entity.

string

Name of an Entity.

int64
required

Auto generated positive real number.

uuid

Organization Identifier.

uuid
required

Attribute Schema Identifier.

workflowAndStage
object
uuid
required

Workflow Identifier.

string
required

Workflow Name. Unique by Workflow Type and Name.

uuid
required

Workflow Stage Identifier.

string
required

Workflow Stage Name.

string
required

Workflow type. Many workflow can be categorize by type.

string

Workflow Mode.

ADVANCED BASIC

401

Unauthorized

403

Forbidden

Language