67d9f45bb99b
Distinct creators of Library entries visible to the requester. Backs the Library page Owner filter dropdown. Mirrors /library visibility (same ?folder_id= / ?type= scoping, same per-instance permission filter) so creators of rows the requester can't see never appear here. Not paginated -- owner counts are bounded by company size.
Query parameters
Filter to entries created by the given user id.
Folder id to scope the owner set to a specific folder. Omit to return owners of the root listing. Same semantics as /library?folder_id=.
Number of results to return per page.
Comma-separated sort tokens (prefix - for descending). Allowed: ['created_at', 'created_by', 'last_opened_at', 'name', 'sharing_scheme']. Default: -created_at. Folders always pin at the top regardless of ordering.
A page number within the paginated result set.
Case-insensitive substring match on name, applied at SQL before pagination.
Single value: all (default), template, or file. Narrows the owner set to creators of items of those kinds. Folders are always considered, matching /library.
Headers
Associates request with company
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}