Metadata-Version: 2.4
Name: workiva-openapi-client
Version: 1.0.3
Summary: Workiva API
Home-page: 
Author: OpenAPI Generator community
Author-email: OpenAPI Generator Community <team@openapitools.org>
License: MIT
Project-URL: Repository, https://github.com/Fastrics/workiva-api-client
Keywords: OpenAPI,OpenAPI-Generator,Workiva API
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: urllib3<3.0.0,>=2.1.0
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: pydantic>=2
Requires-Dist: typing-extensions>=4.7.1
Dynamic: author
Dynamic: license-file

# openapi-client
2026-01-01 Version of the Workiva API

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.2734.0
- Package version: 1.0.0
- Generator version: 7.20.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

## Requirements.

Python 3.9+

## Installation & Usage
### pip install

If the python package is hosted on a repository, you can install directly using:

```sh
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
```
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)

Then import the package:
```python
import openapi_client
```

### Setuptools

Install via [Setuptools](http://pypi.python.org/pypi/setuptools).

```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)

Then import the package:
```python
import openapi_client
```

### Tests

Execute `pytest` to run the tests.

## Getting Started

Please follow the [installation procedure](#installation--usage) and then run the following:

```python

import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.app.wdesk.com
# See configuration.py for a list of all supported configuration parameters.
configuration = openapi_client.Configuration(
    host = "https://api.app.wdesk.com"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

configuration.access_token = os.environ["ACCESS_TOKEN"]


# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = openapi_client.ActivitiesApi(api_client)
    activity_action_id = 'com.workiva.activity.retention_policy.update' # str | The unique identifier of the activity action

    try:
        # Retrieve a single activity action
        api_response = api_instance.get_activity_action_by_id(activity_action_id)
        print("The response of ActivitiesApi->get_activity_action_by_id:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling ActivitiesApi->get_activity_action_by_id: %s\n" % e)

```

## Documentation for API Endpoints

All URIs are relative to *https://api.app.wdesk.com*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*ActivitiesApi* | [**get_activity_action_by_id**](docs/ActivitiesApi.md#get_activity_action_by_id) | **GET** /activityActions/{activityActionId} | Retrieve a single activity action
*ActivitiesApi* | [**get_activity_actions**](docs/ActivitiesApi.md#get_activity_actions) | **GET** /activityActions | Retrieve a list of activity actions
*ActivitiesApi* | [**get_activity_by_id**](docs/ActivitiesApi.md#get_activity_by_id) | **GET** /activities/{activityId} | Retrieve a single activity
*ActivitiesApi* | [**get_organization_activities**](docs/ActivitiesApi.md#get_organization_activities) | **GET** /organizations/{organizationId}/activities | Retrieve a list of activities for an organization
*ActivitiesApi* | [**get_organization_workspace_activities**](docs/ActivitiesApi.md#get_organization_workspace_activities) | **GET** /organizations/{organizationId}/workspaces/{workspaceId}/activities | Retrieve a list of activities for a workspace
*AdminApi* | [**assign_organization_user_roles**](docs/AdminApi.md#assign_organization_user_roles) | **POST** /organizations/{organizationId}/users/{userId}/roles/assignment | Assign roles for an Organization User
*AdminApi* | [**assign_user_to_organization**](docs/AdminApi.md#assign_user_to_organization) | **POST** /organizations/{organizationId}/users/assignment | Assign existing user to organization
*AdminApi* | [**assign_workspace_membership_roles**](docs/AdminApi.md#assign_workspace_membership_roles) | **POST** /organizations/{organizationId}/workspaces/{workspaceId}/memberships/{workspaceMembershipId}/roles/assignment | Assign roles for a Workspace Membership
*AdminApi* | [**create_organization_user**](docs/AdminApi.md#create_organization_user) | **POST** /organizations/{organizationId}/users | Create a new organization User
*AdminApi* | [**create_workspace**](docs/AdminApi.md#create_workspace) | **POST** /organizations/{organizationId}/workspaces | Create a new workspace
*AdminApi* | [**create_workspace_group**](docs/AdminApi.md#create_workspace_group) | **POST** /organizations/{organizationId}/workspaces/{workspaceId}/groups | Create a new group in a workspace
*AdminApi* | [**create_workspace_membership**](docs/AdminApi.md#create_workspace_membership) | **POST** /organizations/{organizationId}/workspaces/{workspaceId}/memberships | Create a new workspace membership
*AdminApi* | [**delete_organization_user_by_id**](docs/AdminApi.md#delete_organization_user_by_id) | **DELETE** /organizations/{organizationId}/users/{userId} | Delete an organization user
*AdminApi* | [**delete_workspace_group_by_id**](docs/AdminApi.md#delete_workspace_group_by_id) | **DELETE** /organizations/{organizationId}/workspaces/{workspaceId}/groups/{groupId} | Delete a single group
*AdminApi* | [**delete_workspace_membership_by_id**](docs/AdminApi.md#delete_workspace_membership_by_id) | **DELETE** /organizations/{organizationId}/workspaces/{workspaceId}/memberships/{workspaceMembershipId} | Delete a workspace membership
*AdminApi* | [**get_organization_by_id**](docs/AdminApi.md#get_organization_by_id) | **GET** /organizations/{organizationId} | Retrieve a single organization
*AdminApi* | [**get_organization_roles**](docs/AdminApi.md#get_organization_roles) | **GET** /organizations/{organizationId}/roles | Retrieve available roles within an organization
*AdminApi* | [**get_organization_solutions**](docs/AdminApi.md#get_organization_solutions) | **GET** /organizations/{organizationId}/solutions | Retrieve available solutions within an organization
*AdminApi* | [**get_organization_user_by_id**](docs/AdminApi.md#get_organization_user_by_id) | **GET** /organizations/{organizationId}/users/{userId} | Retrieve a single user in an organization
*AdminApi* | [**get_organization_user_role_list**](docs/AdminApi.md#get_organization_user_role_list) | **GET** /organizations/{organizationId}/users/{userId}/roles | List Roles assigned to an Organization User
*AdminApi* | [**get_organization_users**](docs/AdminApi.md#get_organization_users) | **GET** /organizations/{organizationId}/users | Retrieve list of an organizations users
*AdminApi* | [**get_organization_workspace_membership_roles**](docs/AdminApi.md#get_organization_workspace_membership_roles) | **GET** /organizations/{organizationId}/workspaces/{workspaceId}/memberships/{workspaceMembershipId}/roles | Retrieve available roles for a workspace membership
*AdminApi* | [**get_organization_workspace_roles**](docs/AdminApi.md#get_organization_workspace_roles) | **GET** /organizations/{organizationId}/workspaces/{workspaceId}/roles | Retrieve available roles within a workspace
*AdminApi* | [**get_organizations**](docs/AdminApi.md#get_organizations) | **GET** /organizations | Retrieve a list of organizations
*AdminApi* | [**get_workspace_by_id**](docs/AdminApi.md#get_workspace_by_id) | **GET** /organizations/{organizationId}/workspaces/{workspaceId} | Retrieve a single workspace
*AdminApi* | [**get_workspace_group_by_id**](docs/AdminApi.md#get_workspace_group_by_id) | **GET** /organizations/{organizationId}/workspaces/{workspaceId}/groups/{groupId} | Retrieve a single group
*AdminApi* | [**get_workspace_group_members**](docs/AdminApi.md#get_workspace_group_members) | **GET** /organizations/{organizationId}/workspaces/{workspaceId}/groups/{groupId}/members | Retrieve list of group members
*AdminApi* | [**get_workspace_groups**](docs/AdminApi.md#get_workspace_groups) | **GET** /organizations/{organizationId}/workspaces/{workspaceId}/groups | Retrieve list of groups
*AdminApi* | [**get_workspace_membership_by_id**](docs/AdminApi.md#get_workspace_membership_by_id) | **GET** /organizations/{organizationId}/workspaces/{workspaceId}/memberships/{workspaceMembershipId} | Retrieve a single workspace membership
*AdminApi* | [**get_workspace_memberships**](docs/AdminApi.md#get_workspace_memberships) | **GET** /organizations/{organizationId}/workspaces/{workspaceId}/memberships | Retrieve list of workspace memberships
*AdminApi* | [**get_workspace_solutions**](docs/AdminApi.md#get_workspace_solutions) | **GET** /organizations/{organizationId}/workspaces/{workspaceId}/solutions | Retrieve available solutions within a workspace
*AdminApi* | [**get_workspace_solutions_by_id**](docs/AdminApi.md#get_workspace_solutions_by_id) | **GET** /organizations/{organizationId}/workspaces/{workspaceId}/solutions/{solutionId} | Retrieve a solution by id
*AdminApi* | [**get_workspaces**](docs/AdminApi.md#get_workspaces) | **GET** /organizations/{organizationId}/workspaces | Retrieve list of workspaces
*AdminApi* | [**modify_workspace_group_members**](docs/AdminApi.md#modify_workspace_group_members) | **POST** /organizations/{organizationId}/workspaces/{workspaceId}/groups/{groupId}/members/modification | Modify members in a group
*AdminApi* | [**partially_update_organization_by_id**](docs/AdminApi.md#partially_update_organization_by_id) | **PATCH** /organizations/{organizationId} | Update a single organization
*AdminApi* | [**partially_update_organization_user_by_id**](docs/AdminApi.md#partially_update_organization_user_by_id) | **PATCH** /organizations/{organizationId}/users/{userId} | Partially update a single user in an organization
*AdminApi* | [**partially_update_workspace_by_id**](docs/AdminApi.md#partially_update_workspace_by_id) | **PATCH** /organizations/{organizationId}/workspaces/{workspaceId} | Update a single workspace
*AdminApi* | [**partially_update_workspace_group_by_id**](docs/AdminApi.md#partially_update_workspace_group_by_id) | **PATCH** /organizations/{organizationId}/workspaces/{workspaceId}/groups/{groupId} | Update a single group
*AdminApi* | [**revoke_organization_user_roles**](docs/AdminApi.md#revoke_organization_user_roles) | **POST** /organizations/{organizationId}/users/{userId}/roles/revocation | Revoke roles for an Organization User
*AdminApi* | [**revoke_workspace_membership_roles**](docs/AdminApi.md#revoke_workspace_membership_roles) | **POST** /organizations/{organizationId}/workspaces/{workspaceId}/memberships/{workspaceMembershipId}/roles/revocation | Revoke roles for a Workspace Membership
*AdminApi* | [**workspace_membership_creation_with_options**](docs/AdminApi.md#workspace_membership_creation_with_options) | **POST** /organizations/{organizationId}/workspaces/{workspaceId}/memberships/membershipCreation | Create a new workspace membership with options
*ContentApi* | [**destination_link_source_conversion**](docs/ContentApi.md#destination_link_source_conversion) | **POST** /content/destinationLinks/{destinationLinkId}/sourceConversion | Initiate a destination link conversion
*ContentApi* | [**get_anchor_by_id**](docs/ContentApi.md#get_anchor_by_id) | **GET** /content/anchors/{anchorId} | Retrieve an anchor by ID
*ContentApi* | [**get_column_properties**](docs/ContentApi.md#get_column_properties) | **GET** /content/tables/{tableId}/properties/columns | Retrieve table column properties
*ContentApi* | [**get_destination_link_by_id**](docs/ContentApi.md#get_destination_link_by_id) | **GET** /content/destinationLinks/{destinationLinkId} | Retrieve a destination link by id
*ContentApi* | [**get_drawing_anchor_by_id**](docs/ContentApi.md#get_drawing_anchor_by_id) | **GET** /content/drawings/{drawingId}/anchors/{anchorId} | Retrieve a drawing anchor by ID
*ContentApi* | [**get_drawing_anchor_extensions**](docs/ContentApi.md#get_drawing_anchor_extensions) | **GET** /content/drawings/{drawingId}/anchors/{anchorId}/extensions | Retrieve a list of drawing anchor extensions
*ContentApi* | [**get_drawing_anchors**](docs/ContentApi.md#get_drawing_anchors) | **GET** /content/drawings/{drawingId}/anchors | Retrieve a list of drawing anchors
*ContentApi* | [**get_drawing_elements_by_id**](docs/ContentApi.md#get_drawing_elements_by_id) | **GET** /content/drawings/{drawingId}/elements | Retrieve drawing elements by id
*ContentApi* | [**get_image_by_id**](docs/ContentApi.md#get_image_by_id) | **GET** /content/images/{imageId} | Retrieve an image by id
*ContentApi* | [**get_range_link_by_id**](docs/ContentApi.md#get_range_link_by_id) | **GET** /content/tables/{tableId}/rangeLinks/{rangeLinkId} | Retrieve a range link by id
*ContentApi* | [**get_range_link_destinations**](docs/ContentApi.md#get_range_link_destinations) | **GET** /content/tables/{tableId}/rangeLinks/{rangeLinkId}/destinations | Retrieve range link destinations for a source
*ContentApi* | [**get_range_links**](docs/ContentApi.md#get_range_links) | **GET** /content/tables/{tableId}/rangeLinks | Retrieve a list of range links
*ContentApi* | [**get_rich_text_anchor_by_id**](docs/ContentApi.md#get_rich_text_anchor_by_id) | **GET** /content/richText/{richTextId}/anchors/{anchorId} | Retrieve a rich text anchor by id
*ContentApi* | [**get_rich_text_anchor_extensions**](docs/ContentApi.md#get_rich_text_anchor_extensions) | **GET** /content/richText/{richTextId}/anchors/{anchorId}/extensions | Retrieve a list of rich text anchor extensions
*ContentApi* | [**get_rich_text_anchors**](docs/ContentApi.md#get_rich_text_anchors) | **GET** /content/richText/{richTextId}/anchors | Retrieve a list of rich text anchors
*ContentApi* | [**get_rich_text_paragraphs**](docs/ContentApi.md#get_rich_text_paragraphs) | **GET** /content/richText/{richTextId}/paragraphs | Retrieve rich text paragraphs
*ContentApi* | [**get_row_properties**](docs/ContentApi.md#get_row_properties) | **GET** /content/tables/{tableId}/properties/rows | Retrieve table row properties
*ContentApi* | [**get_style_guide_by_id**](docs/ContentApi.md#get_style_guide_by_id) | **GET** /content/styleGuides/{styleGuideId} | Retrieve a style guide by id
*ContentApi* | [**get_table_anchor_by_id**](docs/ContentApi.md#get_table_anchor_by_id) | **GET** /content/tables/{tableId}/anchors/{anchorId} | Retrieve a table anchor by ID
*ContentApi* | [**get_table_anchor_extensions**](docs/ContentApi.md#get_table_anchor_extensions) | **GET** /content/tables/{tableId}/anchors/{anchorId}/extensions | Retrieve a list of table anchor extensions
*ContentApi* | [**get_table_anchors**](docs/ContentApi.md#get_table_anchors) | **GET** /content/tables/{tableId}/anchors | Retrieve a list of table anchors
*ContentApi* | [**get_table_cells**](docs/ContentApi.md#get_table_cells) | **GET** /content/tables/{tableId}/cells | Retrieve table cell content
*ContentApi* | [**get_table_properties**](docs/ContentApi.md#get_table_properties) | **GET** /content/tables/{tableId}/properties | Retrieve a table&#39;s properties by id
*ContentApi* | [**image_upload**](docs/ContentApi.md#image_upload) | **POST** /content/images/upload | Initiate upload of an image
*ContentApi* | [**partially_update_table_properties**](docs/ContentApi.md#partially_update_table_properties) | **PATCH** /content/tables/{tableId}/properties | Partially update a table&#39;s properties
*ContentApi* | [**rich_text_anchor_creation**](docs/ContentApi.md#rich_text_anchor_creation) | **POST** /content/richText/{richTextId}/anchors/creation | Initiate creation of a new rich text anchor
*ContentApi* | [**rich_text_batch_edit**](docs/ContentApi.md#rich_text_batch_edit) | **POST** /content/richText/{richTextId}/edit | Initiate edits to rich text
*ContentApi* | [**rich_text_duplication_edit**](docs/ContentApi.md#rich_text_duplication_edit) | **POST** /content/richText/{richTextId}/duplication/edit | Initiate duplication edits to rich text
*ContentApi* | [**rich_text_links_batch_edit**](docs/ContentApi.md#rich_text_links_batch_edit) | **POST** /content/richText/{richTextId}/links/edit | Initiate edits to rich text links
*ContentApi* | [**style_guide_export**](docs/ContentApi.md#style_guide_export) | **POST** /content/styleGuides/{styleGuideId}/export | Initiate a style guide export
*ContentApi* | [**style_guide_import**](docs/ContentApi.md#style_guide_import) | **POST** /content/styleGuides/{styleGuideId}/import | Initiate import of a style guide
*ContentApi* | [**table_anchor_creation**](docs/ContentApi.md#table_anchor_creation) | **POST** /content/tables/{tableId}/anchors/creation | Initiate creation of a new table anchor
*ContentApi* | [**table_cells_batch_edit**](docs/ContentApi.md#table_cells_batch_edit) | **POST** /content/tables/{tableId}/cells/edit | Initiate edits to table cells
*ContentApi* | [**table_edit**](docs/ContentApi.md#table_edit) | **POST** /content/tables/{tableId}/edit | Initiate edit to a table
*ContentApi* | [**table_filters_reapplication**](docs/ContentApi.md#table_filters_reapplication) | **POST** /content/tables/{tableId}/filters/reapplication | Reapply filters to the table
*ContentApi* | [**table_links_batch_edit**](docs/ContentApi.md#table_links_batch_edit) | **POST** /content/tables/{tableId}/links/edit | Initiate edit to table links
*ContentApi* | [**table_range_links_edit**](docs/ContentApi.md#table_range_links_edit) | **POST** /content/tables/{tableId}/rangeLinks/edit | Initiate range links edits on a table
*DocumentsApi* | [**copy_section**](docs/DocumentsApi.md#copy_section) | **POST** /documents/{documentId}/sections/{sectionId}/copy | Copy section
*DocumentsApi* | [**create_section**](docs/DocumentsApi.md#create_section) | **POST** /documents/{documentId}/sections | Create a new section in a document
*DocumentsApi* | [**delete_section_by_id**](docs/DocumentsApi.md#delete_section_by_id) | **DELETE** /documents/{documentId}/sections/{sectionId} | Delete a single section
*DocumentsApi* | [**document_export**](docs/DocumentsApi.md#document_export) | **POST** /documents/{documentId}/export | Initiate a document export
*DocumentsApi* | [**document_filters_reapplication**](docs/DocumentsApi.md#document_filters_reapplication) | **POST** /documents/{documentId}/filters/reapplication | Reapply filters to the document
*DocumentsApi* | [**document_links_publication**](docs/DocumentsApi.md#document_links_publication) | **POST** /documents/{documentId}/links/publication | Initiate publication of links in a document
*DocumentsApi* | [**document_permissions_modification**](docs/DocumentsApi.md#document_permissions_modification) | **POST** /documents/{documentId}/permissions/modification | Modify permissions on a document
*DocumentsApi* | [**edit_sections**](docs/DocumentsApi.md#edit_sections) | **POST** /documents/{documentId}/sections/edit | Initiate sections edits
*DocumentsApi* | [**get_document_by_id**](docs/DocumentsApi.md#get_document_by_id) | **GET** /documents/{documentId} | Retrieve a single document
*DocumentsApi* | [**get_document_milestones**](docs/DocumentsApi.md#get_document_milestones) | **GET** /documents/{documentId}/milestones | Retrieve a list of milestones for a document
*DocumentsApi* | [**get_document_permissions**](docs/DocumentsApi.md#get_document_permissions) | **GET** /documents/{documentId}/permissions | Retrieve permissions for a document
*DocumentsApi* | [**get_documents**](docs/DocumentsApi.md#get_documents) | **GET** /documents | Retrieve a list of documents
*DocumentsApi* | [**get_section_by_id**](docs/DocumentsApi.md#get_section_by_id) | **GET** /documents/{documentId}/sections/{sectionId} | Retrieve a single section
*DocumentsApi* | [**get_section_permissions**](docs/DocumentsApi.md#get_section_permissions) | **GET** /documents/{documentId}/sections/{sectionId}/permissions | Retrieve permissions for a section in a document
*DocumentsApi* | [**get_sections**](docs/DocumentsApi.md#get_sections) | **GET** /documents/{documentId}/sections | Retrieve a list of sections
*DocumentsApi* | [**partially_update_document_by_id**](docs/DocumentsApi.md#partially_update_document_by_id) | **PATCH** /documents/{documentId} | Partially update a single document
*DocumentsApi* | [**partially_update_section_by_id**](docs/DocumentsApi.md#partially_update_section_by_id) | **PATCH** /documents/{documentId}/sections/{sectionId} | Partially update a single section
*DocumentsApi* | [**section_permissions_modification**](docs/DocumentsApi.md#section_permissions_modification) | **POST** /documents/{documentId}/sections/{sectionId}/permissions/modification | Modify permissions on a given section of a document
*FilesApi* | [**copy_file**](docs/FilesApi.md#copy_file) | **POST** /files/{fileId}/copy | Initiate a file copy
*FilesApi* | [**create_file**](docs/FilesApi.md#create_file) | **POST** /files | Create a new file
*FilesApi* | [**export_file_by_id**](docs/FilesApi.md#export_file_by_id) | **POST** /files/{fileId}/export | Initiate a file export by ID
*FilesApi* | [**file_permissions_modification**](docs/FilesApi.md#file_permissions_modification) | **POST** /files/{fileId}/permissions/modification | Modify permissions on a file
*FilesApi* | [**get_file_by_id**](docs/FilesApi.md#get_file_by_id) | **GET** /files/{fileId} | Retrieve a single file
*FilesApi* | [**get_file_permissions**](docs/FilesApi.md#get_file_permissions) | **GET** /files/{fileId}/permissions | Retrieve permissions for a file
*FilesApi* | [**get_files**](docs/FilesApi.md#get_files) | **GET** /files | Retrieve a list of files
*FilesApi* | [**get_trashed_files**](docs/FilesApi.md#get_trashed_files) | **GET** /files/trash | Retrieve a list of trashed files
*FilesApi* | [**import_file**](docs/FilesApi.md#import_file) | **POST** /files/import | Initiate a file import
*FilesApi* | [**partially_update_file_by_id**](docs/FilesApi.md#partially_update_file_by_id) | **PATCH** /files/{fileId} | Partially update a single file
*FilesApi* | [**restore_file_by_id**](docs/FilesApi.md#restore_file_by_id) | **POST** /files/{fileId}/restore | Initiate restoration of a single file
*FilesApi* | [**trash_file_by_id**](docs/FilesApi.md#trash_file_by_id) | **POST** /files/{fileId}/trash | Initiate trash of a single file
*GraphApi* | [**create_edits**](docs/GraphApi.md#create_edits) | **POST** /graph/edits | Create new record edits
*GraphApi* | [**get_record_by_id**](docs/GraphApi.md#get_record_by_id) | **GET** /graph/records/{recordId} | Retrieve a single record
*GraphApi* | [**get_records**](docs/GraphApi.md#get_records) | **GET** /graph/records | Retrieve a list of records
*GraphApi* | [**get_type_by_id**](docs/GraphApi.md#get_type_by_id) | **GET** /graph/types/{typeId} | Retrieve a single type
*GraphApi* | [**get_types**](docs/GraphApi.md#get_types) | **GET** /graph/types | Retrieve a list of types
*GraphApi* | [**graph_report_export**](docs/GraphApi.md#graph_report_export) | **POST** /graph/reports/{reportId}/export | Initiate a graph report export
*IAMApi* | [**token_request**](docs/IAMApi.md#token_request) | **POST** /oauth2/token | Retrieve a token
*MilestonesApi* | [**delete_milestone_by_id**](docs/MilestonesApi.md#delete_milestone_by_id) | **DELETE** /milestones/{milestoneId} | Deletes a milestone
*MilestonesApi* | [**get_milestone_by_id**](docs/MilestonesApi.md#get_milestone_by_id) | **GET** /milestones/{milestoneId} | Retrieve a milestone by id
*MilestonesApi* | [**milestone_creation**](docs/MilestonesApi.md#milestone_creation) | **POST** /milestones/creation | Initiates a request to create a new milestone
*MilestonesApi* | [**partially_update_milestone_by_id**](docs/MilestonesApi.md#partially_update_milestone_by_id) | **PATCH** /milestones/{milestoneId} | Partially updates a milestone
*OperationsApi* | [**get_batch_upsertion_metric_values_results**](docs/OperationsApi.md#get_batch_upsertion_metric_values_results) | **GET** /operations/{operationId}/metricValuesBatchUpsertionResults | Retrieve the results of a metric values batch upsertion operation
*OperationsApi* | [**get_copy_file_results**](docs/OperationsApi.md#get_copy_file_results) | **GET** /operations/{operationId}/copyFileResults | Retrieve copy file results for a single operation
*OperationsApi* | [**get_destination_link_source_conversion_results**](docs/OperationsApi.md#get_destination_link_source_conversion_results) | **GET** /operations/{operationId}/destinationLinkSourceConversionResults | Retrieves the results from a destination link source conversion.
*OperationsApi* | [**get_image_upload_creation_results**](docs/OperationsApi.md#get_image_upload_creation_results) | **GET** /operations/{operationId}/imageUploadResults | Retrieve results for a image upload
*OperationsApi* | [**get_import_file_results**](docs/OperationsApi.md#get_import_file_results) | **GET** /operations/{operationId}/importFileResults | Retrieve import file results for a single operation
*OperationsApi* | [**get_milestone_creation_results**](docs/OperationsApi.md#get_milestone_creation_results) | **GET** /operations/{operationId}/milestoneCreationResults | Retrieve results for a milestone creation
*OperationsApi* | [**get_operation_by_id**](docs/OperationsApi.md#get_operation_by_id) | **GET** /operations/{operationId} | Retrieve a single operation
*OperationsApi* | [**get_patch_document_results**](docs/OperationsApi.md#get_patch_document_results) | **GET** /operations/{operationId}/patchDocumentResults | Retrieve results for a patch document
*OperationsApi* | [**get_patch_presentation_results**](docs/OperationsApi.md#get_patch_presentation_results) | **GET** /operations/{operationId}/patchPresentationResults | Retrieve results for a patch presentation
*OperationsApi* | [**get_patch_section_results**](docs/OperationsApi.md#get_patch_section_results) | **GET** /operations/{operationId}/patchSectionResults | Retrieve results for a patch Section
*OperationsApi* | [**get_patch_sheet_results**](docs/OperationsApi.md#get_patch_sheet_results) | **GET** /operations/{operationId}/patchSheetResults | Retrieve results for a patch sheet
*OperationsApi* | [**get_patch_slide_layout_results**](docs/OperationsApi.md#get_patch_slide_layout_results) | **GET** /operations/{operationId}/patchSlideLayoutResults | Retrieve results for a patch slide layout
*OperationsApi* | [**get_patch_slide_results**](docs/OperationsApi.md#get_patch_slide_results) | **GET** /operations/{operationId}/patchSlideResults | Retrieve results for a patch slide
*OperationsApi* | [**get_patch_spreadsheet_results**](docs/OperationsApi.md#get_patch_spreadsheet_results) | **GET** /operations/{operationId}/patchSpreadsheetResults | Retrieve results for a patch spreadsheet
*OperationsApi* | [**get_patch_table_properties_results**](docs/OperationsApi.md#get_patch_table_properties_results) | **GET** /operations/{operationId}/patchTablePropertiesResults | Retrieve results for a patch table properties
*OperationsApi* | [**get_range_link_edit_results**](docs/OperationsApi.md#get_range_link_edit_results) | **GET** /operations/{operationId}/rangeLinkEditResults | Retrieve results for a range link edit
*OperationsApi* | [**get_rich_text_anchor_creation_results**](docs/OperationsApi.md#get_rich_text_anchor_creation_results) | **GET** /operations/{operationId}/richTextAnchorCreationResults | Retrieve results for a rich text anchor creation
*OperationsApi* | [**get_rich_text_batch_edit_results**](docs/OperationsApi.md#get_rich_text_batch_edit_results) | **GET** /operations/{operationId}/richTextBatchEditResults | Retrieve results for a rich text batch edit
*OperationsApi* | [**get_rich_text_duplication_edit_results**](docs/OperationsApi.md#get_rich_text_duplication_edit_results) | **GET** /operations/{operationId}/richTextDuplicationEditResults | Retrieve results for a rich text duplication edit
*OperationsApi* | [**get_rich_text_links_batch_edit_results**](docs/OperationsApi.md#get_rich_text_links_batch_edit_results) | **GET** /operations/{operationId}/richTextLinksBatchEditResults | Retrieve results for a rich text links batch edit
*OperationsApi* | [**get_table_anchor_creation_results**](docs/OperationsApi.md#get_table_anchor_creation_results) | **GET** /operations/{operationId}/tableAnchorCreationResults | Retrieve results for a table anchor creation
*OperationsApi* | [**get_table_cell_edit_results**](docs/OperationsApi.md#get_table_cell_edit_results) | **GET** /operations/{operationId}/tableCellEditResults | Retrieve results for a table cell edit
*OperationsApi* | [**get_table_edit_results**](docs/OperationsApi.md#get_table_edit_results) | **GET** /operations/{operationId}/tableEditResults | Retrieve results for a table edit
*OperationsApi* | [**get_table_links_edit_results**](docs/OperationsApi.md#get_table_links_edit_results) | **GET** /operations/{operationId}/tableLinksEditResults | Retrieve results for a table links edit
*OperationsApi* | [**get_table_reapply_filter_results**](docs/OperationsApi.md#get_table_reapply_filter_results) | **GET** /operations/{operationId}/tableReapplyFilterResults | Retrieve results for a table reapply filter
*PermissionsApi* | [**get_permission_by_id**](docs/PermissionsApi.md#get_permission_by_id) | **GET** /permissions/{permissionId} | Retrieve a single permission
*PermissionsApi* | [**get_permissions**](docs/PermissionsApi.md#get_permissions) | **GET** /permissions | Retrieve a list of all available permissions
*PresentationsApi* | [**get_presentation_by_id**](docs/PresentationsApi.md#get_presentation_by_id) | **GET** /presentations/{presentationId} | Retrieve a single presentation
*PresentationsApi* | [**get_presentation_milestones**](docs/PresentationsApi.md#get_presentation_milestones) | **GET** /presentations/{presentationId}/milestones | Retrieve a list of milestones for a presentation
*PresentationsApi* | [**get_slide_by_id**](docs/PresentationsApi.md#get_slide_by_id) | **GET** /presentations/{presentationId}/slides/{slideId} | Retrieve a single slide
*PresentationsApi* | [**get_slide_layout_by_id**](docs/PresentationsApi.md#get_slide_layout_by_id) | **GET** /presentations/{presentationId}/slideLayouts/{slideLayoutId} | Retrieve a single slide layout
*PresentationsApi* | [**get_slide_layouts**](docs/PresentationsApi.md#get_slide_layouts) | **GET** /presentations/{presentationId}/slideLayouts | Retrieve a list of slide layouts
*PresentationsApi* | [**get_slides**](docs/PresentationsApi.md#get_slides) | **GET** /presentations/{presentationId}/slides | Retrieve a list of slides
*PresentationsApi* | [**partially_update_presentation_by_id**](docs/PresentationsApi.md#partially_update_presentation_by_id) | **PATCH** /presentations/{presentationId} | Partially updates a single presentation
*PresentationsApi* | [**partially_update_slide_by_id**](docs/PresentationsApi.md#partially_update_slide_by_id) | **PATCH** /presentations/{presentationId}/slides/{slideId} | Partially update a single slide
*PresentationsApi* | [**partially_update_slide_layout_by_id**](docs/PresentationsApi.md#partially_update_slide_layout_by_id) | **PATCH** /presentations/{presentationId}/slideLayouts/{slideLayoutId} | Partially update a single slide layout
*PresentationsApi* | [**presentation_export**](docs/PresentationsApi.md#presentation_export) | **POST** /presentations/{presentationId}/export | Initiate a presentation export
*PresentationsApi* | [**presentation_filters_reapplication**](docs/PresentationsApi.md#presentation_filters_reapplication) | **POST** /presentations/{presentationId}/filters/reapplication | Reapply filters to the presentation
*PresentationsApi* | [**presentation_links_publication**](docs/PresentationsApi.md#presentation_links_publication) | **POST** /presentations/{presentationId}/links/publication | Initiate publication of links in a presentation
*ReportsApi* | [**get_org_report_users**](docs/ReportsApi.md#get_org_report_users) | **GET** /organizations/{organizationId}/orgReportUsers | List organization users
*SpreadsheetsApi* | [**copy_sheet**](docs/SpreadsheetsApi.md#copy_sheet) | **POST** /spreadsheets/{spreadsheetId}/sheets/{sheetId}/copy | Copy sheet
*SpreadsheetsApi* | [**create_sheet**](docs/SpreadsheetsApi.md#create_sheet) | **POST** /spreadsheets/{spreadsheetId}/sheets | Create a new sheet in a spreadsheet
*SpreadsheetsApi* | [**delete_dataset_by_sheet_id**](docs/SpreadsheetsApi.md#delete_dataset_by_sheet_id) | **DELETE** /spreadsheets/{spreadsheetId}/sheets/{sheetId}/dataset | Delete a single dataset
*SpreadsheetsApi* | [**delete_sheet_by_id**](docs/SpreadsheetsApi.md#delete_sheet_by_id) | **DELETE** /spreadsheets/{spreadsheetId}/sheets/{sheetId} | Delete a single sheet
*SpreadsheetsApi* | [**get_datasets**](docs/SpreadsheetsApi.md#get_datasets) | **GET** /spreadsheets/{spreadsheetId}/datasets | Retrieve a list of datasets
*SpreadsheetsApi* | [**get_sheet_by_id**](docs/SpreadsheetsApi.md#get_sheet_by_id) | **GET** /spreadsheets/{spreadsheetId}/sheets/{sheetId} | Retrieve a single sheet
*SpreadsheetsApi* | [**get_sheet_data**](docs/SpreadsheetsApi.md#get_sheet_data) | **GET** /spreadsheets/{spreadsheetId}/sheets/{sheetId}/sheetdata | Retrieve data from a sheet
*SpreadsheetsApi* | [**get_sheet_permissions**](docs/SpreadsheetsApi.md#get_sheet_permissions) | **GET** /spreadsheets/{spreadsheetId}/sheets/{sheetId}/permissions | Retrieve permissions for a sheet in a spreadsheet
*SpreadsheetsApi* | [**get_sheets**](docs/SpreadsheetsApi.md#get_sheets) | **GET** /spreadsheets/{spreadsheetId}/sheets | Retrieve a list of sheets
*SpreadsheetsApi* | [**get_spreadsheet_by_id**](docs/SpreadsheetsApi.md#get_spreadsheet_by_id) | **GET** /spreadsheets/{spreadsheetId} | Retrieve a single spreadsheet
*SpreadsheetsApi* | [**get_spreadsheet_milestones**](docs/SpreadsheetsApi.md#get_spreadsheet_milestones) | **GET** /spreadsheets/{spreadsheetId}/milestones | Retrieve a list of milestones for a spreadsheet
*SpreadsheetsApi* | [**get_spreadsheet_permissions**](docs/SpreadsheetsApi.md#get_spreadsheet_permissions) | **GET** /spreadsheets/{spreadsheetId}/permissions | Retrieve permissions for a spreadsheet
*SpreadsheetsApi* | [**get_spreadsheets**](docs/SpreadsheetsApi.md#get_spreadsheets) | **GET** /spreadsheets | Retrieve a list of spreadsheets
*SpreadsheetsApi* | [**get_values_by_range**](docs/SpreadsheetsApi.md#get_values_by_range) | **GET** /spreadsheets/{spreadsheetId}/sheets/{sheetId}/values/{range} | Retrieve a list of range values
*SpreadsheetsApi* | [**partially_update_sheet_by_id**](docs/SpreadsheetsApi.md#partially_update_sheet_by_id) | **PATCH** /spreadsheets/{spreadsheetId}/sheets/{sheetId} | Partially update a single sheet
*SpreadsheetsApi* | [**partially_update_spreadsheet_by_id**](docs/SpreadsheetsApi.md#partially_update_spreadsheet_by_id) | **PATCH** /spreadsheets/{spreadsheetId} | Partially update a single spreadsheet
*SpreadsheetsApi* | [**sheet_permissions_modification**](docs/SpreadsheetsApi.md#sheet_permissions_modification) | **POST** /spreadsheets/{spreadsheetId}/sheets/{sheetId}/permissions/modification | Modify permissions on a given sheet of a spreadsheet
*SpreadsheetsApi* | [**spreadsheet_export**](docs/SpreadsheetsApi.md#spreadsheet_export) | **POST** /spreadsheets/{spreadsheetId}/export | Initiate a spreadsheet export
*SpreadsheetsApi* | [**spreadsheet_filters_reapplication**](docs/SpreadsheetsApi.md#spreadsheet_filters_reapplication) | **POST** /spreadsheets/{spreadsheetId}/filters/reapplication | Reapply filters to the spreadsheet
*SpreadsheetsApi* | [**spreadsheet_links_publication**](docs/SpreadsheetsApi.md#spreadsheet_links_publication) | **POST** /spreadsheets/{spreadsheetId}/links/publication | Initiate publication of links in a spreadsheet
*SpreadsheetsApi* | [**spreadsheet_permissions_modification**](docs/SpreadsheetsApi.md#spreadsheet_permissions_modification) | **POST** /spreadsheets/{spreadsheetId}/permissions/modification | Modify permissions on a spreadsheet
*SpreadsheetsApi* | [**update_sheet**](docs/SpreadsheetsApi.md#update_sheet) | **POST** /spreadsheets/{spreadsheetId}/sheets/{sheetId}/update | Update sheet content
*SpreadsheetsApi* | [**update_values_by_range**](docs/SpreadsheetsApi.md#update_values_by_range) | **PUT** /spreadsheets/{spreadsheetId}/sheets/{sheetId}/values/{range} | Update values in a range
*SpreadsheetsApi* | [**upsert_datasets**](docs/SpreadsheetsApi.md#upsert_datasets) | **POST** /spreadsheets/{spreadsheetId}/datasets/bulkUpsert | Bulk upsert of datasets
*SustainabilityApi* | [**batch_deletion_metric_values**](docs/SustainabilityApi.md#batch_deletion_metric_values) | **POST** /programs/{programId}/metrics/{metricId}/values/batchDeletion | Initiate a batch deletion of metric values
*SustainabilityApi* | [**batch_upsertion_metric_values**](docs/SustainabilityApi.md#batch_upsertion_metric_values) | **POST** /programs/{programId}/metrics/{metricId}/values/batchUpsertion | Initiate a batch upsertion of metric values
*SustainabilityApi* | [**create_dimension**](docs/SustainabilityApi.md#create_dimension) | **POST** /programs/{programId}/dimensions | Create a new dimension
*SustainabilityApi* | [**create_metric**](docs/SustainabilityApi.md#create_metric) | **POST** /programs/{programId}/metrics | Create a new metric
*SustainabilityApi* | [**create_program**](docs/SustainabilityApi.md#create_program) | **POST** /programs | Create a new program
*SustainabilityApi* | [**create_topic**](docs/SustainabilityApi.md#create_topic) | **POST** /programs/{programId}/topics | Create a new topic
*SustainabilityApi* | [**create_value**](docs/SustainabilityApi.md#create_value) | **POST** /programs/{programId}/metrics/{metricId}/values | Create a new metric value
*SustainabilityApi* | [**delete_metric_by_id**](docs/SustainabilityApi.md#delete_metric_by_id) | **DELETE** /programs/{programId}/metrics/{metricId} | Delete a single metric
*SustainabilityApi* | [**delete_metric_value_by_id**](docs/SustainabilityApi.md#delete_metric_value_by_id) | **DELETE** /programs/{programId}/metrics/{metricId}/values/{metricValueId} | Delete a single metric value
*SustainabilityApi* | [**delete_topic_by_id**](docs/SustainabilityApi.md#delete_topic_by_id) | **DELETE** /programs/{programId}/topics/{topicId} | Delete a single topic
*SustainabilityApi* | [**get_dimension_by_id**](docs/SustainabilityApi.md#get_dimension_by_id) | **GET** /programs/{programId}/dimensions/{dimensionId} | Retrieve a single dimension
*SustainabilityApi* | [**get_dimensions**](docs/SustainabilityApi.md#get_dimensions) | **GET** /programs/{programId}/dimensions | Retrieve a list of dimensions
*SustainabilityApi* | [**get_metric_by_id**](docs/SustainabilityApi.md#get_metric_by_id) | **GET** /programs/{programId}/metrics/{metricId} | Retrieve a single metric
*SustainabilityApi* | [**get_metric_value_by_id**](docs/SustainabilityApi.md#get_metric_value_by_id) | **GET** /programs/{programId}/metrics/{metricId}/values/{metricValueId} | Retrieve a single metric value
*SustainabilityApi* | [**get_metrics**](docs/SustainabilityApi.md#get_metrics) | **GET** /programs/{programId}/metrics | Retrieve a list of metrics
*SustainabilityApi* | [**get_program_by_id**](docs/SustainabilityApi.md#get_program_by_id) | **GET** /programs/{programId} | Retrieve a single program
*SustainabilityApi* | [**get_program_permissions**](docs/SustainabilityApi.md#get_program_permissions) | **GET** /programs/{programId}/permissions | Retrieve permissions for a program
*SustainabilityApi* | [**get_programs**](docs/SustainabilityApi.md#get_programs) | **GET** /programs | Retrieve a list of programs
*SustainabilityApi* | [**get_topic_by_id**](docs/SustainabilityApi.md#get_topic_by_id) | **GET** /programs/{programId}/topics/{topicId} | Retrieve a single topic
*SustainabilityApi* | [**get_topics**](docs/SustainabilityApi.md#get_topics) | **GET** /programs/{programId}/topics | Retrieve a list of topics
*SustainabilityApi* | [**get_values**](docs/SustainabilityApi.md#get_values) | **GET** /programs/{programId}/metrics/{metricId}/values | Retrieve a list of metric values
*SustainabilityApi* | [**partially_update_dimension_by_id**](docs/SustainabilityApi.md#partially_update_dimension_by_id) | **PATCH** /programs/{programId}/dimensions/{dimensionId} | Partially update a single dimension
*SustainabilityApi* | [**partially_update_metric_by_id**](docs/SustainabilityApi.md#partially_update_metric_by_id) | **PATCH** /programs/{programId}/metrics/{metricId} | Partially update a single metric
*SustainabilityApi* | [**partially_update_metric_value_by_id**](docs/SustainabilityApi.md#partially_update_metric_value_by_id) | **PATCH** /programs/{programId}/metrics/{metricId}/values/{metricValueId} | Partially update a single metric value
*SustainabilityApi* | [**partially_update_program_by_id**](docs/SustainabilityApi.md#partially_update_program_by_id) | **PATCH** /programs/{programId} | Partially update a single program
*SustainabilityApi* | [**partially_update_topic_by_id**](docs/SustainabilityApi.md#partially_update_topic_by_id) | **PATCH** /programs/{programId}/topics/{topicId} | Partially update a single topic
*SustainabilityApi* | [**program_permissions_modification**](docs/SustainabilityApi.md#program_permissions_modification) | **POST** /programs/{programId}/permissions/modification | Modify permissions on a program
*TasksApi* | [**create_task**](docs/TasksApi.md#create_task) | **POST** /tasks | Create a new task
*TasksApi* | [**delete_task_by_id**](docs/TasksApi.md#delete_task_by_id) | **DELETE** /tasks/{taskId} | Delete a single task
*TasksApi* | [**get_task_by_id**](docs/TasksApi.md#get_task_by_id) | **GET** /tasks/{taskId} | Retrieve a single task
*TasksApi* | [**get_tasks**](docs/TasksApi.md#get_tasks) | **GET** /tasks | Retrieve a list of tasks
*TasksApi* | [**partially_update_task_by_id**](docs/TasksApi.md#partially_update_task_by_id) | **PATCH** /tasks/{taskId} | Partially update a single task
*TasksApi* | [**submit_task_action**](docs/TasksApi.md#submit_task_action) | **POST** /tasks/{taskId}/actionSubmission | Initiate a task action submission
*TestFormsApi* | [**create_matrix**](docs/TestFormsApi.md#create_matrix) | **POST** /testForms/{testFormId}/testPhases/{testPhaseId}/matrices | Create a new matrix
*TestFormsApi* | [**create_sample**](docs/TestFormsApi.md#create_sample) | **POST** /testForms/{testFormId}/testPhases/{testPhaseId}/matrices/{matrixId}/samples | Create a new sample
*TestFormsApi* | [**get_matrices**](docs/TestFormsApi.md#get_matrices) | **GET** /testForms/{testFormId}/testPhases/{testPhaseId}/matrices | Retrieve a list of matrices
*TestFormsApi* | [**get_matrix_attachment_by_id**](docs/TestFormsApi.md#get_matrix_attachment_by_id) | **GET** /testForms/{testFormId}/testPhases/{testPhaseId}/matrices/{matrixId}/attachments/{attachmentId} | Retrieve a single matrix attachment
*TestFormsApi* | [**get_matrix_attachments**](docs/TestFormsApi.md#get_matrix_attachments) | **GET** /testForms/{testFormId}/testPhases/{testPhaseId}/matrices/{matrixId}/attachments | Retrieve a list of matrix attachments
*TestFormsApi* | [**get_matrix_by_id**](docs/TestFormsApi.md#get_matrix_by_id) | **GET** /testForms/{testFormId}/testPhases/{testPhaseId}/matrices/{matrixId} | Retrieve a single matrix
*TestFormsApi* | [**get_sample_attachment_by_id**](docs/TestFormsApi.md#get_sample_attachment_by_id) | **GET** /testForms/{testFormId}/testPhases/{testPhaseId}/matrices/{matrixId}/samples/{sampleId}/attachments/{attachmentId} | Retrieve a single sample attachment
*TestFormsApi* | [**get_sample_attachments**](docs/TestFormsApi.md#get_sample_attachments) | **GET** /testForms/{testFormId}/testPhases/{testPhaseId}/matrices/{matrixId}/samples/{sampleId}/attachments | Retrieve a list of sample attachments
*TestFormsApi* | [**get_sample_by_id**](docs/TestFormsApi.md#get_sample_by_id) | **GET** /testForms/{testFormId}/testPhases/{testPhaseId}/matrices/{matrixId}/samples/{sampleId} | Retrieve a single sample
*TestFormsApi* | [**get_samples**](docs/TestFormsApi.md#get_samples) | **GET** /testForms/{testFormId}/testPhases/{testPhaseId}/matrices/{matrixId}/samples | Retrieve a list of samples
*TestFormsApi* | [**get_test_form_by_id**](docs/TestFormsApi.md#get_test_form_by_id) | **GET** /testForms/{testFormId} | Retrieve a single test form
*TestFormsApi* | [**get_test_forms**](docs/TestFormsApi.md#get_test_forms) | **GET** /testForms | Retrieve a list of test forms
*TestFormsApi* | [**get_test_phase_attachment_by_id**](docs/TestFormsApi.md#get_test_phase_attachment_by_id) | **GET** /testForms/{testFormId}/testPhases/{testPhaseId}/attachments/{attachmentId} | Retrieve a single test phase attachment
*TestFormsApi* | [**get_test_phase_attachments**](docs/TestFormsApi.md#get_test_phase_attachments) | **GET** /testForms/{testFormId}/testPhases/{testPhaseId}/attachments | Retrieve a list of test phase attachments
*TestFormsApi* | [**get_test_phase_by_id**](docs/TestFormsApi.md#get_test_phase_by_id) | **GET** /testForms/{testFormId}/testPhases/{testPhaseId} | Retrive a single test phase
*TestFormsApi* | [**get_test_phases**](docs/TestFormsApi.md#get_test_phases) | **GET** /testForms/{testFormId}/testPhases | Retrieve a list of test phases
*TestFormsApi* | [**matrix_attachment_download_by_id**](docs/TestFormsApi.md#matrix_attachment_download_by_id) | **POST** /testForms/{testFormId}/testPhases/{testPhaseId}/matrices/{matrixId}/attachments/{attachmentId}/download | Initiate a matrix attachment download
*TestFormsApi* | [**matrix_attachment_export_by_id**](docs/TestFormsApi.md#matrix_attachment_export_by_id) | **POST** /testForms/{testFormId}/testPhases/{testPhaseId}/matrices/{matrixId}/attachments/{attachmentId}/export | Initiate an export of a matrix attachment
*TestFormsApi* | [**matrix_attachment_upload**](docs/TestFormsApi.md#matrix_attachment_upload) | **POST** /testForms/{testFormId}/testPhases/{testPhaseId}/matrices/{matrixId}/attachmentUpload | Initiate a matrix attachment upload
*TestFormsApi* | [**partially_update_sample_by_id**](docs/TestFormsApi.md#partially_update_sample_by_id) | **PATCH** /testForms/{testFormId}/testPhases/{testPhaseId}/matrices/{matrixId}/samples/{sampleId} | Partially update a single sample
*TestFormsApi* | [**sample_attachment_download_by_id**](docs/TestFormsApi.md#sample_attachment_download_by_id) | **POST** /testForms/{testFormId}/testPhases/{testPhaseId}/matrices/{matrixId}/samples/{sampleId}/attachments/{attachmentId}/download | Initiate a download of a sample attachment
*TestFormsApi* | [**sample_attachment_export_by_id**](docs/TestFormsApi.md#sample_attachment_export_by_id) | **POST** /testForms/{testFormId}/testPhases/{testPhaseId}/matrices/{matrixId}/samples/{sampleId}/attachments/{attachmentId}/export | Initiate an export of a sample attachment
*TestFormsApi* | [**sample_attachment_upload**](docs/TestFormsApi.md#sample_attachment_upload) | **POST** /testForms/{testFormId}/testPhases/{testPhaseId}/matrices/{matrixId}/samples/{sampleId}/attachmentUpload | Initiate an upload of a sample attachment
*TestFormsApi* | [**sample_insertion**](docs/TestFormsApi.md#sample_insertion) | **POST** /testForms/{testFormId}/testPhases/{testPhaseId}/matrices/{matrixId}/samples/insertion | Insert samples
*TestFormsApi* | [**sample_update**](docs/TestFormsApi.md#sample_update) | **POST** /testForms/{testFormId}/testPhases/{testPhaseId}/matrices/{matrixId}/samples/update | Update samples
*TestFormsApi* | [**test_form_export**](docs/TestFormsApi.md#test_form_export) | **POST** /testForms/{testFormId}/export | Initiate a test form export
*TestFormsApi* | [**test_phase_attachment_download_by_id**](docs/TestFormsApi.md#test_phase_attachment_download_by_id) | **POST** /testForms/{testFormId}/testPhases/{testPhaseId}/attachments/{attachmentId}/download | Initiate a test phase attachment download
*TestFormsApi* | [**test_phase_attachment_export_by_id**](docs/TestFormsApi.md#test_phase_attachment_export_by_id) | **POST** /testForms/{testFormId}/testPhases/{testPhaseId}/attachments/{attachmentId}/export | Initiate a test phase attachment export
*TestFormsApi* | [**test_phase_attachment_upload**](docs/TestFormsApi.md#test_phase_attachment_upload) | **POST** /testForms/{testFormId}/testPhases/{testPhaseId}/attachmentUpload | Initiate a test phase attachment upload


## Documentation For Models

 - [Action](docs/Action.md)
 - [ActivitiesListResult](docs/ActivitiesListResult.md)
 - [Activity](docs/Activity.md)
 - [ActivityAction](docs/ActivityAction.md)
 - [ActivityActionsListResult](docs/ActivityActionsListResult.md)
 - [Anchor](docs/Anchor.md)
 - [AnchorAttachmentPoint](docs/AnchorAttachmentPoint.md)
 - [AnchorExtension](docs/AnchorExtension.md)
 - [AnchorExtensionsListResult](docs/AnchorExtensionsListResult.md)
 - [AnchorRef](docs/AnchorRef.md)
 - [AnchorsListResult](docs/AnchorsListResult.md)
 - [ApplicableTextFormat](docs/ApplicableTextFormat.md)
 - [ApplyBorders](docs/ApplyBorders.md)
 - [ApplyFormats](docs/ApplyFormats.md)
 - [Background](docs/Background.md)
 - [BaseDrawingElement](docs/BaseDrawingElement.md)
 - [BaseTextElement](docs/BaseTextElement.md)
 - [BearerToken](docs/BearerToken.md)
 - [Border](docs/Border.md)
 - [BulkWorkspaceGroupMembersModification](docs/BulkWorkspaceGroupMembersModification.md)
 - [Caret](docs/Caret.md)
 - [Cell](docs/Cell.md)
 - [CellBorder](docs/CellBorder.md)
 - [CellBorders](docs/CellBorders.md)
 - [CellData](docs/CellData.md)
 - [CellDestinationLinkValue](docs/CellDestinationLinkValue.md)
 - [CellEdit](docs/CellEdit.md)
 - [CellFormat](docs/CellFormat.md)
 - [CellFormatBorders](docs/CellFormatBorders.md)
 - [CellFormatIndent](docs/CellFormatIndent.md)
 - [CellFormulaValue](docs/CellFormulaValue.md)
 - [CellHorizontalAlignment](docs/CellHorizontalAlignment.md)
 - [CellPlainTextValue](docs/CellPlainTextValue.md)
 - [CellRange](docs/CellRange.md)
 - [CellRichTextValue](docs/CellRichTextValue.md)
 - [CellValue](docs/CellValue.md)
 - [CellVerticalAlignment](docs/CellVerticalAlignment.md)
 - [ChangeSourceRange](docs/ChangeSourceRange.md)
 - [ChartDrawingElement](docs/ChartDrawingElement.md)
 - [ChartTextElement](docs/ChartTextElement.md)
 - [ClearCellsBorders](docs/ClearCellsBorders.md)
 - [ClearCellsFormat](docs/ClearCellsFormat.md)
 - [ClearCellsProperties](docs/ClearCellsProperties.md)
 - [ClearCellsText](docs/ClearCellsText.md)
 - [ClearListFormat](docs/ClearListFormat.md)
 - [ClearParagraphProperties](docs/ClearParagraphProperties.md)
 - [ClearSectionLockEdit](docs/ClearSectionLockEdit.md)
 - [ClearTextFormat](docs/ClearTextFormat.md)
 - [Color](docs/Color.md)
 - [ColumnMetadata](docs/ColumnMetadata.md)
 - [ColumnPropertiesListResult](docs/ColumnPropertiesListResult.md)
 - [ColumnRange](docs/ColumnRange.md)
 - [ContentRef](docs/ContentRef.md)
 - [CopyFileListResult](docs/CopyFileListResult.md)
 - [CopyFileResult](docs/CopyFileResult.md)
 - [CreateDestinationRangeLink](docs/CreateDestinationRangeLink.md)
 - [CreateSourceRangeLink](docs/CreateSourceRangeLink.md)
 - [Dataset](docs/Dataset.md)
 - [DatasetsListResult](docs/DatasetsListResult.md)
 - [DeleteColumns](docs/DeleteColumns.md)
 - [DeleteRows](docs/DeleteRows.md)
 - [DeleteText](docs/DeleteText.md)
 - [DesignPageRelative](docs/DesignPageRelative.md)
 - [DestinationLink](docs/DestinationLink.md)
 - [DestinationLinkRef](docs/DestinationLinkRef.md)
 - [DestinationLinkSource](docs/DestinationLinkSource.md)
 - [DestinationLinkSourceConversionResult](docs/DestinationLinkSourceConversionResult.md)
 - [DestinationLinkSourceConversionResultListResult](docs/DestinationLinkSourceConversionResultListResult.md)
 - [DestinationLinkSourceConversionResultType](docs/DestinationLinkSourceConversionResultType.md)
 - [DestinationLinkSourceType](docs/DestinationLinkSourceType.md)
 - [DestinationLinkStatus](docs/DestinationLinkStatus.md)
 - [DestinationLinkTextElement](docs/DestinationLinkTextElement.md)
 - [Dimension](docs/Dimension.md)
 - [DimensionValue](docs/DimensionValue.md)
 - [Dimensions](docs/Dimensions.md)
 - [DimensionsListResult](docs/DimensionsListResult.md)
 - [Document](docs/Document.md)
 - [DocumentExport](docs/DocumentExport.md)
 - [DocumentFiltersReapplication](docs/DocumentFiltersReapplication.md)
 - [DocumentLockType](docs/DocumentLockType.md)
 - [DocumentRef](docs/DocumentRef.md)
 - [DocumentToDocxOptions](docs/DocumentToDocxOptions.md)
 - [DocumentToPdfOptions](docs/DocumentToPdfOptions.md)
 - [DocumentToXhtmlOptions](docs/DocumentToXhtmlOptions.md)
 - [DocumentsListResult](docs/DocumentsListResult.md)
 - [DrawingElement](docs/DrawingElement.md)
 - [DrawingElementAnchorAttachmentPoint](docs/DrawingElementAnchorAttachmentPoint.md)
 - [DrawingElementAnchorAttachmentPointType](docs/DrawingElementAnchorAttachmentPointType.md)
 - [DrawingElementListResult](docs/DrawingElementListResult.md)
 - [DrawingElementType](docs/DrawingElementType.md)
 - [DrawingRef](docs/DrawingRef.md)
 - [DrawingRelativePosition](docs/DrawingRelativePosition.md)
 - [DrawingRelativeType](docs/DrawingRelativeType.md)
 - [DrawingRichTextSelection](docs/DrawingRichTextSelection.md)
 - [DrawingRichTextSelectionAnchorAttachmentPoint](docs/DrawingRichTextSelectionAnchorAttachmentPoint.md)
 - [DrawingRichTextSelectionAnchorAttachmentPointType](docs/DrawingRichTextSelectionAnchorAttachmentPointType.md)
 - [DuplicateTable](docs/DuplicateTable.md)
 - [Edit](docs/Edit.md)
 - [EditsResult](docs/EditsResult.md)
 - [EffectiveFormats](docs/EffectiveFormats.md)
 - [ErrorDetails](docs/ErrorDetails.md)
 - [ErrorResponse](docs/ErrorResponse.md)
 - [ExtensionType](docs/ExtensionType.md)
 - [Failure](docs/Failure.md)
 - [FailureErrorsInner](docs/FailureErrorsInner.md)
 - [FailureErrorsInnerLinks](docs/FailureErrorsInnerLinks.md)
 - [FailureErrorsInnerSource](docs/FailureErrorsInnerSource.md)
 - [FailureJsonapi](docs/FailureJsonapi.md)
 - [File](docs/File.md)
 - [FileCopy](docs/FileCopy.md)
 - [FileCopyOptions](docs/FileCopyOptions.md)
 - [FileExportById](docs/FileExportById.md)
 - [FileImport](docs/FileImport.md)
 - [FileImportResponse](docs/FileImportResponse.md)
 - [FilesListResult](docs/FilesListResult.md)
 - [Fill](docs/Fill.md)
 - [FolderExport](docs/FolderExport.md)
 - [FooterProperties](docs/FooterProperties.md)
 - [FootnoteAnnotation](docs/FootnoteAnnotation.md)
 - [FootnoteIndicator](docs/FootnoteIndicator.md)
 - [FormatCells](docs/FormatCells.md)
 - [FormatText](docs/FormatText.md)
 - [Formats](docs/Formats.md)
 - [FrameworkReference](docs/FrameworkReference.md)
 - [GetOrgReportUsersResponse](docs/GetOrgReportUsersResponse.md)
 - [GetOrgReportUsersResponseDataInner](docs/GetOrgReportUsersResponseDataInner.md)
 - [GetOrgReportUsersResponseDataInnerAttributes](docs/GetOrgReportUsersResponseDataInnerAttributes.md)
 - [GetOrgReportUsersResponseDataInnerAttributesWorkspaceMembershipsInner](docs/GetOrgReportUsersResponseDataInnerAttributesWorkspaceMembershipsInner.md)
 - [GetOrgReportUsersResponseIncludedInner](docs/GetOrgReportUsersResponseIncludedInner.md)
 - [GetOrgReportUsersResponseJsonapi](docs/GetOrgReportUsersResponseJsonapi.md)
 - [GetOrgReportUsersResponseLinks](docs/GetOrgReportUsersResponseLinks.md)
 - [GraphAttachment](docs/GraphAttachment.md)
 - [GraphAttachmentExport](docs/GraphAttachmentExport.md)
 - [GraphAttachmentUpload](docs/GraphAttachmentUpload.md)
 - [GraphAttachmentUploadResponse](docs/GraphAttachmentUploadResponse.md)
 - [GraphAttachmentsListResult](docs/GraphAttachmentsListResult.md)
 - [GraphReportExport](docs/GraphReportExport.md)
 - [HeaderFooterProperties](docs/HeaderFooterProperties.md)
 - [HeaderFooterPropertiesMargin](docs/HeaderFooterPropertiesMargin.md)
 - [HeaderProperties](docs/HeaderProperties.md)
 - [HeadersFooters](docs/HeadersFooters.md)
 - [Hyperlink](docs/Hyperlink.md)
 - [HyperlinkTextElement](docs/HyperlinkTextElement.md)
 - [HyperlinkType](docs/HyperlinkType.md)
 - [IamError](docs/IamError.md)
 - [Image](docs/Image.md)
 - [ImageDrawingElement](docs/ImageDrawingElement.md)
 - [ImageRef](docs/ImageRef.md)
 - [ImageTextElement](docs/ImageTextElement.md)
 - [ImageUpload](docs/ImageUpload.md)
 - [ImageUploadResponse](docs/ImageUploadResponse.md)
 - [ImageUploadResult](docs/ImageUploadResult.md)
 - [ImageUploadResultCollection](docs/ImageUploadResultCollection.md)
 - [ImportFileListResult](docs/ImportFileListResult.md)
 - [ImportFileResult](docs/ImportFileResult.md)
 - [InheritFrom](docs/InheritFrom.md)
 - [InsertCellDestinationLink](docs/InsertCellDestinationLink.md)
 - [InsertColumns](docs/InsertColumns.md)
 - [InsertDestinationLink](docs/InsertDestinationLink.md)
 - [InsertFootnote](docs/InsertFootnote.md)
 - [InsertImage](docs/InsertImage.md)
 - [InsertImageDimensions](docs/InsertImageDimensions.md)
 - [InsertPageNumber](docs/InsertPageNumber.md)
 - [InsertParagraph](docs/InsertParagraph.md)
 - [InsertRows](docs/InsertRows.md)
 - [InsertSoftReturn](docs/InsertSoftReturn.md)
 - [InsertText](docs/InsertText.md)
 - [Insertion](docs/Insertion.md)
 - [Interval](docs/Interval.md)
 - [JSONPatchOperation](docs/JSONPatchOperation.md)
 - [Line](docs/Line.md)
 - [LineCap](docs/LineCap.md)
 - [LineCapSize](docs/LineCapSize.md)
 - [LineRelativePosition](docs/LineRelativePosition.md)
 - [LineRelativeType](docs/LineRelativeType.md)
 - [LineSpacing](docs/LineSpacing.md)
 - [LineSpacingUnit](docs/LineSpacingUnit.md)
 - [LineTerminator](docs/LineTerminator.md)
 - [LinkStatus](docs/LinkStatus.md)
 - [LinksPublicationOptions](docs/LinksPublicationOptions.md)
 - [LinksStatus](docs/LinksStatus.md)
 - [ListFormat](docs/ListFormat.md)
 - [ListGlyphAlignment](docs/ListGlyphAlignment.md)
 - [ListProgression](docs/ListProgression.md)
 - [ListProgressionAlignment](docs/ListProgressionAlignment.md)
 - [ListProgressionBold](docs/ListProgressionBold.md)
 - [ListProgressionColor](docs/ListProgressionColor.md)
 - [ListProgressionFont](docs/ListProgressionFont.md)
 - [ListProgressionFormats](docs/ListProgressionFormats.md)
 - [ListProgressionIndentation](docs/ListProgressionIndentation.md)
 - [ListProgressionItalic](docs/ListProgressionItalic.md)
 - [ListProgressionSize](docs/ListProgressionSize.md)
 - [ListProgressionStyle](docs/ListProgressionStyle.md)
 - [ListProgressionText](docs/ListProgressionText.md)
 - [ListProgressionUnderline](docs/ListProgressionUnderline.md)
 - [ListSequenceType](docs/ListSequenceType.md)
 - [ListStyle](docs/ListStyle.md)
 - [ListStyleType](docs/ListStyleType.md)
 - [LockedCellEditMode](docs/LockedCellEditMode.md)
 - [Margins](docs/Margins.md)
 - [MatricesListResult](docs/MatricesListResult.md)
 - [Matrix](docs/Matrix.md)
 - [MatrixColumn](docs/MatrixColumn.md)
 - [MatrixSample](docs/MatrixSample.md)
 - [MatrixSamplesListResult](docs/MatrixSamplesListResult.md)
 - [Metric](docs/Metric.md)
 - [MetricAttachment](docs/MetricAttachment.md)
 - [MetricValue](docs/MetricValue.md)
 - [MetricValueDataSource](docs/MetricValueDataSource.md)
 - [MetricValueIdentifier](docs/MetricValueIdentifier.md)
 - [MetricValueIdentifierDataInner](docs/MetricValueIdentifierDataInner.md)
 - [MetricValueReportingPeriod](docs/MetricValueReportingPeriod.md)
 - [MetricValueUpsertion](docs/MetricValueUpsertion.md)
 - [MetricValuesListResult](docs/MetricValuesListResult.md)
 - [MetricsListResult](docs/MetricsListResult.md)
 - [Milestone](docs/Milestone.md)
 - [MilestoneCreation](docs/MilestoneCreation.md)
 - [MilestoneCreationListResult](docs/MilestoneCreationListResult.md)
 - [MilestoneCreationResult](docs/MilestoneCreationResult.md)
 - [MilestoneCreationResultType](docs/MilestoneCreationResultType.md)
 - [MilestoneListResult](docs/MilestoneListResult.md)
 - [MilestoneResourceRef](docs/MilestoneResourceRef.md)
 - [MilestoneResourceType](docs/MilestoneResourceType.md)
 - [MoveColumns](docs/MoveColumns.md)
 - [MoveRows](docs/MoveRows.md)
 - [Operation](docs/Operation.md)
 - [OperationDetail](docs/OperationDetail.md)
 - [Organization](docs/Organization.md)
 - [OrganizationRole](docs/OrganizationRole.md)
 - [OrganizationRolesListResult](docs/OrganizationRolesListResult.md)
 - [OrganizationSolutionsListResult](docs/OrganizationSolutionsListResult.md)
 - [OrganizationUser](docs/OrganizationUser.md)
 - [OrganizationUserAssignment](docs/OrganizationUserAssignment.md)
 - [OrganizationUsersListResult](docs/OrganizationUsersListResult.md)
 - [OrganizationsListResult](docs/OrganizationsListResult.md)
 - [Outcome](docs/Outcome.md)
 - [Paddings](docs/Paddings.md)
 - [PageNumber](docs/PageNumber.md)
 - [Paragraph](docs/Paragraph.md)
 - [ParagraphProperties](docs/ParagraphProperties.md)
 - [ParagraphPropertiesAlignment](docs/ParagraphPropertiesAlignment.md)
 - [ParagraphRelative](docs/ParagraphRelative.md)
 - [ParagraphSelection](docs/ParagraphSelection.md)
 - [ParagraphsListResult](docs/ParagraphsListResult.md)
 - [PatchDocumentListResult](docs/PatchDocumentListResult.md)
 - [PatchPresentationListResult](docs/PatchPresentationListResult.md)
 - [PatchSectionListResult](docs/PatchSectionListResult.md)
 - [PatchSheetListResult](docs/PatchSheetListResult.md)
 - [PatchSlideLayoutListResult](docs/PatchSlideLayoutListResult.md)
 - [PatchSlideListResult](docs/PatchSlideListResult.md)
 - [PatchSpreadsheetListResult](docs/PatchSpreadsheetListResult.md)
 - [PatchTablePropertiesListResult](docs/PatchTablePropertiesListResult.md)
 - [Performer](docs/Performer.md)
 - [Permission](docs/Permission.md)
 - [PermissionsListResult](docs/PermissionsListResult.md)
 - [Position](docs/Position.md)
 - [Presentation](docs/Presentation.md)
 - [PresentationExport](docs/PresentationExport.md)
 - [PresentationFiltersReapplication](docs/PresentationFiltersReapplication.md)
 - [PresentationLockType](docs/PresentationLockType.md)
 - [PresentationRef](docs/PresentationRef.md)
 - [PresentationToPdfOptions](docs/PresentationToPdfOptions.md)
 - [PresentationToPptxOptions](docs/PresentationToPptxOptions.md)
 - [Program](docs/Program.md)
 - [ProgramsListResult](docs/ProgramsListResult.md)
 - [Range](docs/Range.md)
 - [RangeLink](docs/RangeLink.md)
 - [RangeLinkDestination](docs/RangeLinkDestination.md)
 - [RangeLinkEdit](docs/RangeLinkEdit.md)
 - [RangeLinkEditResult](docs/RangeLinkEditResult.md)
 - [RangeLinkEditResultCollection](docs/RangeLinkEditResultCollection.md)
 - [RangeLinkListResult](docs/RangeLinkListResult.md)
 - [RangeLinkRef](docs/RangeLinkRef.md)
 - [RangeLinkSource](docs/RangeLinkSource.md)
 - [RangeLinkType](docs/RangeLinkType.md)
 - [RangeValues](docs/RangeValues.md)
 - [RangeValuesListResult](docs/RangeValuesListResult.md)
 - [Record](docs/Record.md)
 - [RecordsListResult](docs/RecordsListResult.md)
 - [Relationship](docs/Relationship.md)
 - [RemoveCellsLink](docs/RemoveCellsLink.md)
 - [RemoveDestinationRangeLink](docs/RemoveDestinationRangeLink.md)
 - [RemoveHyperlinks](docs/RemoveHyperlinks.md)
 - [RemoveLinks](docs/RemoveLinks.md)
 - [RemoveSourceRangeLink](docs/RemoveSourceRangeLink.md)
 - [ResizeColumnIntervals](docs/ResizeColumnIntervals.md)
 - [ResizeRowIntervals](docs/ResizeRowIntervals.md)
 - [ResourcePermission](docs/ResourcePermission.md)
 - [ResourcePermissionsListResult](docs/ResourcePermissionsListResult.md)
 - [ResourcePermissionsModification](docs/ResourcePermissionsModification.md)
 - [RichCellBatchEdit](docs/RichCellBatchEdit.md)
 - [RichCellLinkBatchEdit](docs/RichCellLinkBatchEdit.md)
 - [RichTextAnchorCreation](docs/RichTextAnchorCreation.md)
 - [RichTextAnchorCreationResult](docs/RichTextAnchorCreationResult.md)
 - [RichTextAnchorCreationResultCollection](docs/RichTextAnchorCreationResultCollection.md)
 - [RichTextBaselineShift](docs/RichTextBaselineShift.md)
 - [RichTextBatchEdit](docs/RichTextBatchEdit.md)
 - [RichTextDuplicationEdit](docs/RichTextDuplicationEdit.md)
 - [RichTextDuplicationEditListResult](docs/RichTextDuplicationEditListResult.md)
 - [RichTextDuplicationEditResult](docs/RichTextDuplicationEditResult.md)
 - [RichTextEditListResult](docs/RichTextEditListResult.md)
 - [RichTextEditResult](docs/RichTextEditResult.md)
 - [RichTextFormat](docs/RichTextFormat.md)
 - [RichTextInsertTable](docs/RichTextInsertTable.md)
 - [RichTextInsertTableDimensions](docs/RichTextInsertTableDimensions.md)
 - [RichTextLinksBatchEdit](docs/RichTextLinksBatchEdit.md)
 - [RichTextLinksEditListResult](docs/RichTextLinksEditListResult.md)
 - [RichTextLinksEditResult](docs/RichTextLinksEditResult.md)
 - [RichTextRef](docs/RichTextRef.md)
 - [RichTextSelection](docs/RichTextSelection.md)
 - [RichTextSelectionAnchorAttachmentPoint](docs/RichTextSelectionAnchorAttachmentPoint.md)
 - [RichTextSelectionAnchorAttachmentPointType](docs/RichTextSelectionAnchorAttachmentPointType.md)
 - [RowMetadata](docs/RowMetadata.md)
 - [RowPropertiesListResult](docs/RowPropertiesListResult.md)
 - [RowRange](docs/RowRange.md)
 - [SampleCell](docs/SampleCell.md)
 - [Section](docs/Section.md)
 - [SectionCopy](docs/SectionCopy.md)
 - [SectionEdit](docs/SectionEdit.md)
 - [SectionEditType](docs/SectionEditType.md)
 - [SectionLockType](docs/SectionLockType.md)
 - [SectionPageNumber](docs/SectionPageNumber.md)
 - [SectionProperties](docs/SectionProperties.md)
 - [SectionPropertiesPageNumber](docs/SectionPropertiesPageNumber.md)
 - [SectionRef](docs/SectionRef.md)
 - [SectionsEdits](docs/SectionsEdits.md)
 - [SectionsListResult](docs/SectionsListResult.md)
 - [SetCellsBorders](docs/SetCellsBorders.md)
 - [SetCellsLock](docs/SetCellsLock.md)
 - [SetCellsProperties](docs/SetCellsProperties.md)
 - [SetCellsStyle](docs/SetCellsStyle.md)
 - [SetCellsText](docs/SetCellsText.md)
 - [SetHyperlink](docs/SetHyperlink.md)
 - [SetHyperlinkSection](docs/SetHyperlinkSection.md)
 - [SetHyperlinkSheet](docs/SetHyperlinkSheet.md)
 - [SetHyperlinkSlide](docs/SetHyperlinkSlide.md)
 - [SetInputCells](docs/SetInputCells.md)
 - [SetListFormat](docs/SetListFormat.md)
 - [SetNonPrintingEdit](docs/SetNonPrintingEdit.md)
 - [SetParagraphProperties](docs/SetParagraphProperties.md)
 - [SetParagraphStyle](docs/SetParagraphStyle.md)
 - [SetSectionLockEdit](docs/SetSectionLockEdit.md)
 - [SetTableBreaking](docs/SetTableBreaking.md)
 - [SetTableTextElementProperties](docs/SetTableTextElementProperties.md)
 - [Shape](docs/Shape.md)
 - [ShapeType](docs/ShapeType.md)
 - [Sheet](docs/Sheet.md)
 - [SheetCopy](docs/SheetCopy.md)
 - [SheetData](docs/SheetData.md)
 - [SheetDataResult](docs/SheetDataResult.md)
 - [SheetLockType](docs/SheetLockType.md)
 - [SheetRef](docs/SheetRef.md)
 - [SheetUpdate](docs/SheetUpdate.md)
 - [SheetUpdateApplyBorders](docs/SheetUpdateApplyBorders.md)
 - [SheetUpdateApplyFormats](docs/SheetUpdateApplyFormats.md)
 - [SheetUpdateClearBorders](docs/SheetUpdateClearBorders.md)
 - [SheetUpdateClearFormats](docs/SheetUpdateClearFormats.md)
 - [SheetUpdateDeleteColumns](docs/SheetUpdateDeleteColumns.md)
 - [SheetUpdateDeleteRows](docs/SheetUpdateDeleteRows.md)
 - [SheetUpdateEditCells](docs/SheetUpdateEditCells.md)
 - [SheetUpdateEditCellsOptions](docs/SheetUpdateEditCellsOptions.md)
 - [SheetUpdateEditRange](docs/SheetUpdateEditRange.md)
 - [SheetUpdateEditRangeOptions](docs/SheetUpdateEditRangeOptions.md)
 - [SheetUpdateHideColumns](docs/SheetUpdateHideColumns.md)
 - [SheetUpdateHideRows](docs/SheetUpdateHideRows.md)
 - [SheetUpdateInsertColumns](docs/SheetUpdateInsertColumns.md)
 - [SheetUpdateInsertRows](docs/SheetUpdateInsertRows.md)
 - [SheetUpdateMergeRanges](docs/SheetUpdateMergeRanges.md)
 - [SheetUpdateResizeColumns](docs/SheetUpdateResizeColumns.md)
 - [SheetUpdateResizeColumnsToFit](docs/SheetUpdateResizeColumnsToFit.md)
 - [SheetUpdateResizeRows](docs/SheetUpdateResizeRows.md)
 - [SheetUpdateResizeRowsToFit](docs/SheetUpdateResizeRowsToFit.md)
 - [SheetUpdateUnhideColumns](docs/SheetUpdateUnhideColumns.md)
 - [SheetUpdateUnhideRows](docs/SheetUpdateUnhideRows.md)
 - [SheetUpdateUnmergeRanges](docs/SheetUpdateUnmergeRanges.md)
 - [SheetsListResult](docs/SheetsListResult.md)
 - [Slide](docs/Slide.md)
 - [SlideLayout](docs/SlideLayout.md)
 - [SlideLayoutLockType](docs/SlideLayoutLockType.md)
 - [SlideLayoutsListResult](docs/SlideLayoutsListResult.md)
 - [SlideLockType](docs/SlideLockType.md)
 - [SlideRef](docs/SlideRef.md)
 - [SlideRelative](docs/SlideRelative.md)
 - [SlidesListResult](docs/SlidesListResult.md)
 - [SoftReturn](docs/SoftReturn.md)
 - [Solution](docs/Solution.md)
 - [SourceParagraph](docs/SourceParagraph.md)
 - [SourceTextElement](docs/SourceTextElement.md)
 - [Spreadsheet](docs/Spreadsheet.md)
 - [SpreadsheetCellConnection](docs/SpreadsheetCellConnection.md)
 - [SpreadsheetExport](docs/SpreadsheetExport.md)
 - [SpreadsheetFiltersReapplication](docs/SpreadsheetFiltersReapplication.md)
 - [SpreadsheetLockType](docs/SpreadsheetLockType.md)
 - [SpreadsheetRef](docs/SpreadsheetRef.md)
 - [SpreadsheetToCsvOptions](docs/SpreadsheetToCsvOptions.md)
 - [SpreadsheetToPdfOptions](docs/SpreadsheetToPdfOptions.md)
 - [SpreadsheetToXlsxOptions](docs/SpreadsheetToXlsxOptions.md)
 - [SpreadsheetsListResult](docs/SpreadsheetsListResult.md)
 - [Stroke](docs/Stroke.md)
 - [StrokePattern](docs/StrokePattern.md)
 - [StyleGuide](docs/StyleGuide.md)
 - [StyleGuideExport](docs/StyleGuideExport.md)
 - [StyleGuideImportResponse](docs/StyleGuideImportResponse.md)
 - [StyleRef](docs/StyleRef.md)
 - [StyleText](docs/StyleText.md)
 - [SupportingDocumentImportOptions](docs/SupportingDocumentImportOptions.md)
 - [TableAnchorCreation](docs/TableAnchorCreation.md)
 - [TableAnchorCreationResult](docs/TableAnchorCreationResult.md)
 - [TableAnchorCreationResultCollection](docs/TableAnchorCreationResultCollection.md)
 - [TableBreaking](docs/TableBreaking.md)
 - [TableBreakingType](docs/TableBreakingType.md)
 - [TableCell](docs/TableCell.md)
 - [TableCellConnection](docs/TableCellConnection.md)
 - [TableCellEditListResult](docs/TableCellEditListResult.md)
 - [TableCellMerges](docs/TableCellMerges.md)
 - [TableCellProperties](docs/TableCellProperties.md)
 - [TableCellsBatchEdit](docs/TableCellsBatchEdit.md)
 - [TableCellsEdit](docs/TableCellsEdit.md)
 - [TableCellsResult](docs/TableCellsResult.md)
 - [TableColumnProperties](docs/TableColumnProperties.md)
 - [TableDrawingElement](docs/TableDrawingElement.md)
 - [TableEdit](docs/TableEdit.md)
 - [TableEditListResult](docs/TableEditListResult.md)
 - [TableFiltersReapplication](docs/TableFiltersReapplication.md)
 - [TableLinksBatchEdit](docs/TableLinksBatchEdit.md)
 - [TableLinksEdit](docs/TableLinksEdit.md)
 - [TableLinksEditListResult](docs/TableLinksEditListResult.md)
 - [TableLinksEditResult](docs/TableLinksEditResult.md)
 - [TableLockType](docs/TableLockType.md)
 - [TableProperties](docs/TableProperties.md)
 - [TableRangeAnchorAttachmentPoint](docs/TableRangeAnchorAttachmentPoint.md)
 - [TableReapplyFilterListResult](docs/TableReapplyFilterListResult.md)
 - [TableRef](docs/TableRef.md)
 - [TableRow](docs/TableRow.md)
 - [TableRowProperties](docs/TableRowProperties.md)
 - [TableStyle](docs/TableStyle.md)
 - [TableTextElement](docs/TableTextElement.md)
 - [TableTextElementProperties](docs/TableTextElementProperties.md)
 - [Tag](docs/Tag.md)
 - [Target](docs/Target.md)
 - [Task](docs/Task.md)
 - [TaskAction](docs/TaskAction.md)
 - [TaskApprovalResponse](docs/TaskApprovalResponse.md)
 - [TaskApprovalStep](docs/TaskApprovalStep.md)
 - [TaskLocation](docs/TaskLocation.md)
 - [TaskUser](docs/TaskUser.md)
 - [TasksListResult](docs/TasksListResult.md)
 - [TestForm](docs/TestForm.md)
 - [TestFormExport](docs/TestFormExport.md)
 - [TestFormsListResult](docs/TestFormsListResult.md)
 - [TestPhase](docs/TestPhase.md)
 - [TestPhasesListResult](docs/TestPhasesListResult.md)
 - [TextAlignment](docs/TextAlignment.md)
 - [TextEdit](docs/TextEdit.md)
 - [TextElement](docs/TextElement.md)
 - [TextFormat](docs/TextFormat.md)
 - [TextLinkEdit](docs/TextLinkEdit.md)
 - [TextRegionConnection](docs/TextRegionConnection.md)
 - [TextSpan](docs/TextSpan.md)
 - [TextStyle](docs/TextStyle.md)
 - [TextStyleAlignment](docs/TextStyleAlignment.md)
 - [TextStyleCharacterSpacing](docs/TextStyleCharacterSpacing.md)
 - [TextStyleEmphasis](docs/TextStyleEmphasis.md)
 - [TextStyleFirstLineIndent](docs/TextStyleFirstLineIndent.md)
 - [TextStyleFontColor](docs/TextStyleFontColor.md)
 - [TextStyleFontFamily](docs/TextStyleFontFamily.md)
 - [TextStyleFontSize](docs/TextStyleFontSize.md)
 - [TextStyleFormats](docs/TextStyleFormats.md)
 - [TextStyleLineSpacing](docs/TextStyleLineSpacing.md)
 - [TextStyleSpaceAfterParagraph](docs/TextStyleSpaceAfterParagraph.md)
 - [TextStyleSpaceBeforeParagraph](docs/TextStyleSpaceBeforeParagraph.md)
 - [TextStyleStartIndent](docs/TextStyleStartIndent.md)
 - [TextStyleType](docs/TextStyleType.md)
 - [Topic](docs/Topic.md)
 - [TopicsListResult](docs/TopicsListResult.md)
 - [Type](docs/Type.md)
 - [TypesListResult](docs/TypesListResult.md)
 - [UnspecifiedDrawingElement](docs/UnspecifiedDrawingElement.md)
 - [UnspecifiedTextElement](docs/UnspecifiedTextElement.md)
 - [User](docs/User.md)
 - [ValueFormat](docs/ValueFormat.md)
 - [ValueFormatCurrencySymbol](docs/ValueFormatCurrencySymbol.md)
 - [ValueFormatCurrencySymbolCurrency](docs/ValueFormatCurrencySymbolCurrency.md)
 - [ValueFormatNumbersAsWordsOptions](docs/ValueFormatNumbersAsWordsOptions.md)
 - [ValueFormatPeriodFormat](docs/ValueFormatPeriodFormat.md)
 - [ValueFormatPrecision](docs/ValueFormatPrecision.md)
 - [WorkivaFileImportOptions](docs/WorkivaFileImportOptions.md)
 - [Workspace](docs/Workspace.md)
 - [WorkspaceGroup](docs/WorkspaceGroup.md)
 - [WorkspaceGroupMember](docs/WorkspaceGroupMember.md)
 - [WorkspaceGroupMembersListResult](docs/WorkspaceGroupMembersListResult.md)
 - [WorkspaceGroupsListResult](docs/WorkspaceGroupsListResult.md)
 - [WorkspaceMembership](docs/WorkspaceMembership.md)
 - [WorkspaceMembershipCreation](docs/WorkspaceMembershipCreation.md)
 - [WorkspaceMembershipCreationOptions](docs/WorkspaceMembershipCreationOptions.md)
 - [WorkspaceMembershipRole](docs/WorkspaceMembershipRole.md)
 - [WorkspaceMembershipRolesListResult](docs/WorkspaceMembershipRolesListResult.md)
 - [WorkspaceMembershipsListResult](docs/WorkspaceMembershipsListResult.md)
 - [WorkspaceRole](docs/WorkspaceRole.md)
 - [WorkspaceRolesListResult](docs/WorkspaceRolesListResult.md)
 - [WorkspaceSolutionsListResult](docs/WorkspaceSolutionsListResult.md)
 - [WorkspacesListResult](docs/WorkspacesListResult.md)
 - [WrapStyleType](docs/WrapStyleType.md)


<a id="documentation-for-authorization"></a>
## Documentation For Authorization


Authentication schemes defined for the API:
<a id="oauth"></a>
### oauth

- **Type**: OAuth
- **Flow**: application
- **Authorization URL**: 
- **Scopes**: 
 - **activity:read**: Read Activity data.
 - **file:read**: Read files.
 - **file:write**: Write files.
 - **graph:read**: Read Graph data.
 - **graph:write**: Write Graph data.
 - **organization:read**: Read Organization data.
 - **organization:write**: Write Organization data.

<a id="contextless-oauth"></a>
### contextless-oauth

- **Type**: OAuth
- **Flow**: application
- **Authorization URL**: 
- **Scopes**: 
 - **file:read**: Read files.
 - **file:write**: Write files.
 - **organization:read**: Read Organization data.
 - **organization:write**: Write Organization data.


## Author




