Organizations
Organizations using the DocumentCloud service.
OrganizationClient
- class documentcloud.organizations.OrganizationClient
The organization client gives access to retrieval of organizations. It is generally accessed as
client.organizations
.- get(id_)
Return the organization with the provided DocumentCloud identifer.
- list(self, **params)
Return a list of all organizations, possibly filtered by the given parameters. Please see the full API documentation for available parameters.
Organization
- class documentcloud.organizations.Organization
- avatar_url
A URL pointing to an image representing the organization
- id
The unique identifer of the organization in DocumentCloud’s system. This is a number.
- individual
A boolean indicating whether this organization is for the exclusive use of an indivudal user.
- name
The organization’s name
- slug
A URL friendly representation of the organizations’s name.
- uuid
A unique identifier used across all of MuckRock’s sites.