Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 4.06 KB

File metadata and controls

18 lines (14 loc) · 4.06 KB

GetCustomObjectSchemasResponse

Custom object schemas

Fields

Field Type Required Description Example
status_code int ✔️ HTTP Response Status Code 200
status str ✔️ HTTP Response Status OK
service str ✔️ Apideck ID of service provider zoho-crm
resource str ✔️ Unified API resource name custom-object-schemas
operation str ✔️ Operation performed all
data List[models.CustomObjectSchema] ✔️ N/A
raw Dict[str, Any] Raw response from the integration when raw=true query param is provided
meta Optional[models.Meta] Response metadata
links Optional[models.Links] Links to navigate to previous or next pages through the API