Overview
Deprecation Notices
Notes
Properties in responses with
null
values are never rendered. The absence of a property indicates it isnull
. Developers can use the models to review properties that are expected.For all
POST
requests, payload properties withnull
values are ignored. Empty string values are not ignored and will overwrite existing values.Users whose roles are
AdminUser
, i.e. ManageBac admins, cannot be updated via the API, for security reasons.All timestamp fields are in ISO8601 format, i.e
yyyy-mm-ddThh:mm:ss.sssTZ
, for example2017-11-06T04:35:00.000GST
.Errors are returned if a user cannot be found, e.g.
parent_ids
,child_ids
.Parameters available for
index
actions stack usingAND
logic.Note that soft deletion of records (such that
deleted_at
is set) does not change the record's modification timestamp. Thus,deleted_at
parameter will return only records that have been marked as deleted, andmodified_since
will only return records that have changed, but not records that have been deleted since the given modification date.We want this API to be useful to you. If you have questions or concerns please contact us at [email protected].
Last updated
Was this helpful?