Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 9.83 KB

File metadata and controls

18 lines (15 loc) · 9.83 KB

CustomObjectSchema

Fields

Field Type Required Description Example
Id string The unique identifier of the custom object schema cos_12345
Name string The name of the custom object schema project
Description string The description of the custom object schema This schema defines a project custom object
Fields List<Fields> The fields defined in the schema
Visible bool Whether the custom object schema is visible in the UI true
Active bool Whether the custom object schema is active true
CreatedBy string The ID of the user who created the custom object schema 12345
UpdatedBy string The ID of the user who last updated the custom object schema 12345
UpdatedAt string The timestamp when the custom object schema was last updated 2020-09-30T07:43:32.000Z
CreatedAt string The timestamp when the custom object schema 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.