Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 8.32 KB

File metadata and controls

16 lines (13 loc) · 8.32 KB

CustomObject

Fields

Field Type Required Description Example
Id string The unique identifier of the custom object co_12345
OwnerId string The unique identifier of the owner of the custom object user_12345
Name string The name of the custom object project
Fields List<CustomObjectFields> N/A
UpdatedBy string The unique identifier of the user who last updated the custom object user_12345
CreatedBy string The unique identifier of the user who created the custom object user_12345
UpdatedAt string The timestamp when the custom object was last updated 2020-09-30T07:43:32.000Z
CreatedAt string The timestamp when the custom object was created 2020-09-30T07:43:32.000Z
PassThrough List<PassThroughBody> The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.