Skip to main content

Invinite Web API

Project description

invinite-api

REST access to your Invinite workspace — companies, lists, charts, alerts, documents, and more. Authenticate with a user-scoped invw_ token as a bearer credential. Generated from the endpoint registry.

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 0.1.0
  • Package version: 0.1.0
  • Generator version: 7.23.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python 3.10+

Installation & Usage

pip install

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

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:

import invinite_api

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import invinite_api

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import invinite_api
from invinite_api.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.invinite.com
# See configuration.py for a list of all supported configuration parameters.
configuration = invinite_api.Configuration(
    host = "https://api.invinite.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.

# Configure Bearer authorization: bearerAuth
configuration = invinite_api.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


# Enter a context with an instance of the API client
with invinite_api.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = invinite_api.AIApi(api_client)
    x_team_id = 'x_team_id_example' # str | Team the request operates on.
    id = 'id_example' # str | 
    body = None # object | 

    try:
        # ai-chats delete
        api_response = api_instance.ai_chats_delete(x_team_id, id, body)
        print("The response of AIApi->ai_chats_delete:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling AIApi->ai_chats_delete: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://api.invinite.com

Class Method HTTP request Description
AIApi ai_chats_delete DELETE /v1/ai-chats/{id} ai-chats delete
AIApi ai_chats_get_meta GET /v1/ai-chats/{id} ai-chats get-meta
AIApi ai_chats_list GET /v1/ai-chats ai-chats list
AIApi ai_search_templates_create POST /v1/ai-search-templates ai-search-templates create
AIApi ai_search_templates_delete DELETE /v1/ai-search-templates/{id} ai-search-templates delete
AIApi ai_search_templates_get GET /v1/ai-search-templates/{id} ai-search-templates get
AIApi ai_search_templates_list GET /v1/ai-search-templates ai-search-templates list
AIApi ai_search_templates_update PATCH /v1/ai-search-templates/{id} ai-search-templates update
AIApi ai_summary_instructions_create POST /v1/ai-summary-instructions ai-summary-instructions create
AIApi ai_summary_instructions_delete DELETE /v1/ai-summary-instructions/{id} ai-summary-instructions delete
AIApi ai_summary_instructions_get GET /v1/ai-summary-instructions/{id} ai-summary-instructions get
AIApi ai_summary_instructions_list GET /v1/ai-summary-instructions ai-summary-instructions list
AIApi ai_summary_instructions_update PATCH /v1/ai-summary-instructions/{id} ai-summary-instructions update
AIApi custom_agents_create POST /v1/custom-agents custom-agents create
AIApi custom_agents_delete DELETE /v1/custom-agents/{id} custom-agents delete
AIApi custom_agents_get GET /v1/custom-agents/{id} custom-agents get
AIApi custom_agents_list GET /v1/custom-agents custom-agents list
AIApi custom_agents_update PATCH /v1/custom-agents/{id} custom-agents update
AIApi skills_create POST /v1/skills skills create
AIApi skills_delete DELETE /v1/skills/{id} skills delete
AIApi skills_get GET /v1/skills/{id} skills get
AIApi skills_list GET /v1/skills skills list
AIApi skills_update PATCH /v1/skills/{id} skills update
ChartsTradingApi chartlang_scripts_create POST /v1/chartlang-scripts chartlang-scripts create
ChartsTradingApi chartlang_scripts_delete DELETE /v1/chartlang-scripts/{id} chartlang-scripts delete
ChartsTradingApi chartlang_scripts_get GET /v1/chartlang-scripts/{id} chartlang-scripts get
ChartsTradingApi chartlang_scripts_list GET /v1/chartlang-scripts chartlang-scripts list
ChartsTradingApi chartlang_scripts_update PATCH /v1/chartlang-scripts/{id} chartlang-scripts update
ChartsTradingApi fundamental_charts_create POST /v1/fundamental-charts fundamental-charts create
ChartsTradingApi fundamental_charts_delete DELETE /v1/fundamental-charts/{id} fundamental-charts delete
ChartsTradingApi fundamental_charts_get GET /v1/fundamental-charts/{id} fundamental-charts get
ChartsTradingApi fundamental_charts_list GET /v1/fundamental-charts fundamental-charts list
ChartsTradingApi fundamental_charts_update PATCH /v1/fundamental-charts/{id} fundamental-charts update
ChartsTradingApi portfolio_views_create POST /v1/portfolios/{id}/views portfolio-views create
ChartsTradingApi portfolio_views_delete DELETE /v1/portfolio-views/{id} portfolio-views delete
ChartsTradingApi portfolio_views_list GET /v1/portfolios/{id}/views portfolio-views list
ChartsTradingApi portfolio_views_update PATCH /v1/portfolio-views/{id} portfolio-views update
ChartsTradingApi portfolios_create POST /v1/portfolios portfolios create
ChartsTradingApi portfolios_delete DELETE /v1/portfolios/{id} portfolios delete
ChartsTradingApi portfolios_get GET /v1/portfolios/{id} portfolios get
ChartsTradingApi portfolios_list GET /v1/portfolios portfolios list
ChartsTradingApi portfolios_update PATCH /v1/portfolios/{id} portfolios update
ChartsTradingApi trade_row_documents_create POST /v1/trade-row-documents trade-row-documents create
ChartsTradingApi trade_row_documents_delete DELETE /v1/trade-row-documents/{id} trade-row-documents delete
ChartsTradingApi trade_row_documents_get GET /v1/trade-row-documents/{id} trade-row-documents get
ChartsTradingApi trade_row_documents_list GET /v1/trade-row-documents trade-row-documents list
ChartsTradingApi trade_row_documents_update PATCH /v1/trade-row-documents/{id} trade-row-documents update
ChartsTradingApi trade_types_create POST /v1/trade-types trade-types create
ChartsTradingApi trade_types_delete DELETE /v1/trade-types/{id} trade-types delete
ChartsTradingApi trade_types_get GET /v1/trade-types/{id} trade-types get
ChartsTradingApi trade_types_list GET /v1/trade-types trade-types list
ChartsTradingApi trade_types_update PATCH /v1/trade-types/{id} trade-types update
ChartsTradingApi trading_chart_layouts_create POST /v1/trading-chart-layouts trading-chart-layouts create
ChartsTradingApi trading_chart_layouts_delete DELETE /v1/trading-chart-layouts/{id} trading-chart-layouts delete
ChartsTradingApi trading_chart_layouts_get GET /v1/trading-chart-layouts/{id} trading-chart-layouts get
ChartsTradingApi trading_chart_layouts_list GET /v1/trading-chart-layouts trading-chart-layouts list
ChartsTradingApi trading_chart_layouts_update PATCH /v1/trading-chart-layouts/{id} trading-chart-layouts update
CompaniesListsApi company_document_views_create POST /v1/company-document-views company-document-views create
CompaniesListsApi company_document_views_delete DELETE /v1/company-document-views/{id} company-document-views delete
CompaniesListsApi company_document_views_list GET /v1/company-document-views company-document-views list
CompaniesListsApi company_document_views_update PATCH /v1/company-document-views/{id} company-document-views update
CompaniesListsApi company_list_views_create POST /v1/company-list-views company-list-views create
CompaniesListsApi company_list_views_delete DELETE /v1/company-list-views/{id} company-list-views delete
CompaniesListsApi company_list_views_list GET /v1/company-list-views company-list-views list
CompaniesListsApi company_list_views_update PATCH /v1/company-list-views/{id} company-list-views update
CompaniesListsApi company_lists_add_entry POST /v1/company-lists/{id}/entries company-lists add-entry
CompaniesListsApi company_lists_create POST /v1/company-lists company-lists create
CompaniesListsApi company_lists_delete DELETE /v1/company-lists/{id} company-lists delete
CompaniesListsApi company_lists_get GET /v1/company-lists/{id} company-lists get
CompaniesListsApi company_lists_list GET /v1/company-lists company-lists list
CompaniesListsApi company_lists_list_entries GET /v1/company-lists/{id}/entries company-lists list-entries
CompaniesListsApi company_lists_remove_entry DELETE /v1/company-lists/{id}/entries/{symbol} company-lists remove-entry
CompaniesListsApi company_lists_update PATCH /v1/company-lists/{id} company-lists update
CompaniesListsApi company_views_create POST /v1/company-views company-views create
CompaniesListsApi company_views_delete DELETE /v1/company-views/{id} company-views delete
CompaniesListsApi company_views_list GET /v1/company-views company-views list
CompaniesListsApi company_views_update PATCH /v1/company-views/{id} company-views update
CompaniesListsApi finder_lists_create POST /v1/finder-lists finder-lists create
CompaniesListsApi finder_lists_delete DELETE /v1/finder-lists/{id} finder-lists delete
CompaniesListsApi finder_lists_get GET /v1/finder-lists/{id} finder-lists get
CompaniesListsApi finder_lists_list GET /v1/finder-lists finder-lists list
CompaniesListsApi finder_lists_update PATCH /v1/finder-lists/{id} finder-lists update
CompaniesListsApi property_configurations_create POST /v1/property-configurations property-configurations create
CompaniesListsApi property_configurations_delete DELETE /v1/property-configurations/{id} property-configurations delete
CompaniesListsApi property_configurations_duplicate POST /v1/property-configurations/{id}/duplicate property-configurations duplicate
CompaniesListsApi property_configurations_get GET /v1/property-configurations/{id} property-configurations get
CompaniesListsApi property_configurations_list GET /v1/property-configurations property-configurations list
CompaniesListsApi property_configurations_update PATCH /v1/property-configurations/{id} property-configurations update
CompaniesListsApi research_vault_tags_config_get GET /v1/research-vault-tags-config research-vault-tags-config get
CompaniesListsApi research_vault_tags_config_update PATCH /v1/research-vault-tags-config research-vault-tags-config update
CompaniesListsApi space_companies_add POST /v1/space-companies/{spaceId} space-companies add
CompaniesListsApi space_companies_get GET /v1/space-companies/{spaceId}/{symbol} space-companies get
CompaniesListsApi space_companies_list GET /v1/space-companies space-companies list
CompaniesListsApi space_companies_remove DELETE /v1/space-companies/{spaceId}/{symbol} space-companies remove
CompaniesListsApi space_companies_set_property PATCH /v1/space-companies/{spaceId}/{symbol}/properties/{propertyId} space-companies set-property
CompaniesListsApi space_companies_set_status PATCH /v1/space-companies/{spaceId}/{symbol}/status space-companies set-status
CompaniesListsApi space_companies_set_tags PATCH /v1/space-companies/{spaceId}/{symbol}/tags space-companies set-tags
CompaniesListsApi team_status_config_get GET /v1/team-status-config team-status-config get
CompaniesListsApi team_status_config_update PATCH /v1/team-status-config team-status-config update
CompaniesListsApi team_tags_config_get GET /v1/team-tags-config team-tags-config get
CompaniesListsApi team_tags_config_update PATCH /v1/team-tags-config team-tags-config update
DocumentsKnowledgeApi comment_threads_create POST /v1/comment-threads comment-threads create
DocumentsKnowledgeApi comment_threads_delete DELETE /v1/comment-threads/{id} comment-threads delete
DocumentsKnowledgeApi comment_threads_get GET /v1/comment-threads/{id} comment-threads get
DocumentsKnowledgeApi comment_threads_list GET /v1/comment-threads comment-threads list
DocumentsKnowledgeApi comment_threads_reply POST /v1/comment-threads/{id}/replies comment-threads reply
DocumentsKnowledgeApi comment_threads_resolve POST /v1/comment-threads/{id}/resolve comment-threads resolve
DocumentsKnowledgeApi comments_delete DELETE /v1/comments/{id} comments delete
DocumentsKnowledgeApi comments_update PATCH /v1/comments/{id} comments update
DocumentsKnowledgeApi document_folders_create POST /v1/company-document-folders document-folders create
DocumentsKnowledgeApi document_folders_delete DELETE /v1/company-document-folders/{id} document-folders delete
DocumentsKnowledgeApi document_folders_list GET /v1/company-document-folders document-folders list
DocumentsKnowledgeApi document_folders_rename PATCH /v1/company-document-folders/{id} document-folders rename
DocumentsKnowledgeApi file_folders_create POST /v1/company-file-folders file-folders create
DocumentsKnowledgeApi file_folders_delete DELETE /v1/company-file-folders/{id} file-folders delete
DocumentsKnowledgeApi file_folders_list GET /v1/company-file-folders file-folders list
DocumentsKnowledgeApi file_folders_rename PATCH /v1/company-file-folders/{id} file-folders rename
DocumentsKnowledgeApi file_links_add POST /v1/company-file-links file-links add
DocumentsKnowledgeApi file_links_list GET /v1/company-file-links file-links list
DocumentsKnowledgeApi file_links_move PATCH /v1/company-file-links/{id}/folder file-links move
DocumentsKnowledgeApi file_links_remove DELETE /v1/company-file-links/{id} file-links remove
DocumentsKnowledgeApi notes_delete DELETE /v1/notes/{id} notes delete
DocumentsKnowledgeApi notes_get_meta GET /v1/notes/{id} notes get-meta
DocumentsKnowledgeApi notes_list GET /v1/notes notes list
DocumentsKnowledgeApi research_items_add_membership POST /v1/research-items/{id}/memberships research-items add-membership
DocumentsKnowledgeApi research_items_create POST /v1/research-items research-items create
DocumentsKnowledgeApi research_items_delete DELETE /v1/research-items/{id} research-items delete
DocumentsKnowledgeApi research_items_get GET /v1/research-items/{id} research-items get
DocumentsKnowledgeApi research_items_list GET /v1/research-items research-items list
DocumentsKnowledgeApi research_items_move PATCH /v1/research-items/{id}/parent research-items move
DocumentsKnowledgeApi research_items_remove_membership DELETE /v1/research-items/{id}/memberships/{wikiId} research-items remove-membership
DocumentsKnowledgeApi research_items_rename PATCH /v1/research-items/{id}/title research-items rename
DocumentsKnowledgeApi research_items_set_property PATCH /v1/research-items/{id}/properties research-items set-property
DocumentsKnowledgeApi synced_blocks_delete DELETE /v1/synced-blocks/{id} synced-blocks delete
DocumentsKnowledgeApi synced_blocks_get GET /v1/synced-blocks/{id} synced-blocks get
DocumentsKnowledgeApi synced_blocks_list GET /v1/synced-blocks synced-blocks list
OperationsApi company_checklists_add_item POST /v1/company-checklists/{id}/items company-checklists add-item
OperationsApi company_checklists_create POST /v1/company-checklists company-checklists create
OperationsApi company_checklists_delete DELETE /v1/company-checklists/{id} company-checklists delete
OperationsApi company_checklists_delete_item DELETE /v1/company-checklists/{id}/items/{itemId} company-checklists delete-item
OperationsApi company_checklists_list GET /v1/company-checklists company-checklists list
OperationsApi company_checklists_rename_item PATCH /v1/company-checklists/{id}/items/{itemId} company-checklists rename-item
OperationsApi company_checklists_set_item_assignee PATCH /v1/company-checklists/{id}/items/{itemId}/assignee company-checklists set-item-assignee
OperationsApi company_checklists_set_item_due_date PATCH /v1/company-checklists/{id}/items/{itemId}/due-date company-checklists set-item-due-date
OperationsApi company_checklists_toggle_item POST /v1/company-checklists/{id}/items/{itemId}/toggle company-checklists toggle-item
OperationsApi relationship_links_add POST /v1/relationship-links relationship-links add
OperationsApi relationship_links_bulk_add POST /v1/relationship-links/bulk relationship-links bulk-add
OperationsApi relationship_links_list GET /v1/relationship-links relationship-links list
OperationsApi relationship_links_list_by_type GET /v1/relationship-types/{id}/links relationship-links list-by-type
OperationsApi relationship_links_remove DELETE /v1/relationship-links/{id} relationship-links remove
OperationsApi relationship_types_create POST /v1/relationship-types relationship-types create
OperationsApi relationship_types_delete DELETE /v1/relationship-types/{id} relationship-types delete
OperationsApi relationship_types_list GET /v1/relationship-types relationship-types list
OperationsApi relationship_types_update PATCH /v1/relationship-types/{id} relationship-types update
OperationsApi strategies_add_rule POST /v1/strategies/{id}/rules strategies add-rule
OperationsApi strategies_create POST /v1/strategies strategies create
OperationsApi strategies_delete DELETE /v1/strategies/{id} strategies delete
OperationsApi strategies_get GET /v1/strategies/{id} strategies get
OperationsApi strategies_list GET /v1/strategies strategies list
OperationsApi strategies_remove_rule DELETE /v1/strategies/{id}/rules/{ruleId} strategies remove-rule
OperationsApi strategies_update PATCH /v1/strategies/{id} strategies update
OperationsApi strategies_update_rule PATCH /v1/strategies/{id}/rules/{ruleId} strategies update-rule
TemplatesApi templates_delete DELETE /v1/templates/{kind}/{id} templates delete
TemplatesApi templates_get GET /v1/templates/{kind}/{id} templates get
TemplatesApi templates_list GET /v1/templates templates list
TemplatesApi templates_rename PATCH /v1/templates/{kind}/{id} templates rename
TrackingAlertsApi alert_presets_create POST /v1/alert-presets alert-presets create
TrackingAlertsApi alert_presets_delete DELETE /v1/alert-presets/{id} alert-presets delete
TrackingAlertsApi alert_presets_list GET /v1/alert-presets alert-presets list
TrackingAlertsApi alert_presets_save_from_alert POST /v1/alert-presets/from-alert alert-presets save-from-alert
TrackingAlertsApi alert_presets_update PATCH /v1/alert-presets/{id} alert-presets update
TrackingAlertsApi alerts_cancel POST /v1/alerts/{id}/cancel alerts cancel
TrackingAlertsApi alerts_cancel_schedule POST /v1/alerts/{id}/cancel-schedule alerts cancel-schedule
TrackingAlertsApi alerts_create_chart POST /v1/alerts/chart alerts create-chart
TrackingAlertsApi alerts_create_company_event POST /v1/alerts/company-event alerts create-company-event
TrackingAlertsApi alerts_create_event_countdown POST /v1/alerts/event-countdown alerts create-event-countdown
TrackingAlertsApi alerts_create_indicator POST /v1/alerts/indicator alerts create-indicator
TrackingAlertsApi alerts_create_price POST /v1/alerts/price alerts create-price
TrackingAlertsApi alerts_create_price_reminder POST /v1/alerts/price-reminder alerts create-price-reminder
TrackingAlertsApi alerts_delete DELETE /v1/alerts/{id} alerts delete
TrackingAlertsApi alerts_edit PATCH /v1/alerts/{id} alerts edit
TrackingAlertsApi alerts_events GET /v1/alerts/events alerts events
TrackingAlertsApi alerts_get GET /v1/alerts/{id} alerts get
TrackingAlertsApi alerts_get_settings GET /v1/alerts/{id}/settings alerts get-settings
TrackingAlertsApi alerts_list GET /v1/alerts alerts list
TrackingAlertsApi alerts_opt_in POST /v1/alerts/{id}/opt-in alerts opt-in
TrackingAlertsApi alerts_opt_out POST /v1/alerts/{id}/opt-out alerts opt-out
TrackingAlertsApi alerts_pause POST /v1/alerts/{id}/pause alerts pause
TrackingAlertsApi alerts_restart POST /v1/alerts/{id}/restart alerts restart
TrackingAlertsApi alerts_resume POST /v1/alerts/{id}/resume alerts resume
TrackingAlertsApi alerts_schedule POST /v1/alerts/{id}/schedule alerts schedule
TrackingAlertsApi alerts_set_settings PATCH /v1/alerts/{id}/settings alerts set-settings
TrackingAlertsApi alerts_start_now POST /v1/alerts/{id}/start-now alerts start-now
TrackingAlertsApi company_followups_complete POST /v1/company-followups/{id}/complete company-followups complete
TrackingAlertsApi company_followups_create POST /v1/company-followups company-followups create
TrackingAlertsApi company_followups_delete DELETE /v1/company-followups/{id} company-followups delete
TrackingAlertsApi company_followups_list GET /v1/company-followups company-followups list
TrackingAlertsApi company_followups_update PATCH /v1/company-followups/{id} company-followups update
TrackingAlertsApi notification_channels_create POST /v1/notification-channels notification-channels create
TrackingAlertsApi notification_channels_delete DELETE /v1/notification-channels/{id} notification-channels delete
TrackingAlertsApi notification_channels_deliveries GET /v1/notification-channels/{id}/deliveries notification-channels deliveries
TrackingAlertsApi notification_channels_list GET /v1/notification-channels notification-channels list
TrackingAlertsApi notification_channels_rename PATCH /v1/notification-channels/{id}/name notification-channels rename
TrackingAlertsApi notification_channels_set_enabled PATCH /v1/notification-channels/{id}/enabled notification-channels set-enabled
TrackingAlertsApi notification_channels_set_note PATCH /v1/notification-channels/{id}/note notification-channels set-note
TrackingAlertsApi notification_channels_set_type_filter PATCH /v1/notification-channels/{id}/types notification-channels set-type-filter
TrackingAlertsApi schedule_entries_clear DELETE /v1/schedule-entries/{id} schedule-entries clear
TrackingAlertsApi schedule_entries_get GET /v1/schedule-entries/{id} schedule-entries get
TrackingAlertsApi schedule_entries_list GET /v1/schedule-entries schedule-entries list
TrackingAlertsApi schedule_entries_upsert POST /v1/schedule-entries schedule-entries upsert
TrackingAlertsApi trade_theses_create POST /v1/trade-theses trade-theses create
TrackingAlertsApi trade_theses_delete DELETE /v1/trade-theses/{id} trade-theses delete
TrackingAlertsApi trade_theses_get GET /v1/trade-theses/{id} trade-theses get
TrackingAlertsApi trade_theses_list GET /v1/trade-theses trade-theses list
TrackingAlertsApi trade_theses_update PATCH /v1/trade-theses/{id} trade-theses update
WorkspaceApi channels_delete_message DELETE /v1/channels/{id}/messages/{msgId} channels delete-message
WorkspaceApi channels_get GET /v1/channels/{id} channels get
WorkspaceApi channels_list GET /v1/channels channels list
WorkspaceApi channels_list_messages GET /v1/channels/{id}/messages channels list-messages
WorkspaceApi channels_send_message POST /v1/channels/{id}/messages channels send-message
WorkspaceApi direct_messages_list_channels GET /v1/direct-messages direct-messages list-channels
WorkspaceApi direct_messages_list_messages GET /v1/direct-messages/{id}/messages direct-messages list-messages
WorkspaceApi direct_messages_send POST /v1/direct-messages/{id}/messages direct-messages send
WorkspaceApi inbox_delete DELETE /v1/inbox/{id} inbox delete
WorkspaceApi inbox_list GET /v1/inbox inbox list
WorkspaceApi inbox_mark_read POST /v1/inbox/{id}/read inbox mark-read
WorkspaceApi space_automations_create POST /v1/space-automations space-automations create
WorkspaceApi space_automations_delete DELETE /v1/space-automations/{id} space-automations delete
WorkspaceApi space_automations_get GET /v1/space-automations/{id} space-automations get
WorkspaceApi space_automations_list GET /v1/space-automations space-automations list
WorkspaceApi space_automations_logs GET /v1/space-automations/{id}/logs space-automations logs
WorkspaceApi space_automations_run POST /v1/space-automations/{id}/run space-automations run
WorkspaceApi space_automations_toggle POST /v1/space-automations/{id}/toggle space-automations toggle
WorkspaceApi space_automations_update PATCH /v1/space-automations/{id} space-automations update
WorkspaceApi space_views_create POST /v1/spaces/{id}/views space-views create
WorkspaceApi space_views_delete DELETE /v1/space-views/{id} space-views delete
WorkspaceApi space_views_get GET /v1/space-views/{id} space-views get
WorkspaceApi space_views_list GET /v1/spaces/{id}/views space-views list
WorkspaceApi space_views_set_default POST /v1/space-views/{id}/default space-views set-default
WorkspaceApi space_views_update PATCH /v1/space-views/{id} space-views update
WorkspaceApi spaces_create POST /v1/spaces spaces create
WorkspaceApi spaces_delete DELETE /v1/spaces/{id} spaces delete
WorkspaceApi spaces_get GET /v1/spaces/{id} spaces get
WorkspaceApi spaces_list GET /v1/spaces spaces list
WorkspaceApi spaces_list_items GET /v1/spaces/{id}/items spaces list-items
WorkspaceApi spaces_update PATCH /v1/spaces/{id} spaces update
WorkspaceApi team_invitations_create POST /v1/teams/{id}/invitations team-invitations create
WorkspaceApi team_invitations_list GET /v1/teams/{id}/invitations team-invitations list
WorkspaceApi team_invitations_revoke DELETE /v1/teams/{id}/invitations/{invitationId} team-invitations revoke
WorkspaceApi team_members_list GET /v1/teams/{id}/members team-members list
WorkspaceApi team_members_remove DELETE /v1/teams/{id}/members/{memberId} team-members remove
WorkspaceApi team_members_search GET /v1/teams/{id}/members/search team-members search
WorkspaceApi team_members_update_role PATCH /v1/teams/{id}/members/{memberId} team-members update-role
WorkspaceApi teams_create POST /v1/teams teams create
WorkspaceApi teams_delete DELETE /v1/teams/{id} teams delete
WorkspaceApi teams_get GET /v1/teams/{id} teams get
WorkspaceApi teams_list GET /v1/teams teams list
WorkspaceApi teams_update PATCH /v1/teams/{id} teams update
WorkspaceApi tray_add POST /v1/tray-items tray add
WorkspaceApi tray_list GET /v1/tray-items tray list
WorkspaceApi tray_remove DELETE /v1/tray-items/{id} tray remove
UsersApi users_me GET /v1/users/me Get current user

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

bearerAuth

  • Type: Bearer authentication

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

invinite_api-0.1.0.tar.gz (156.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

invinite_api-0.1.0-py3-none-any.whl (285.3 kB view details)

Uploaded Python 3

File details

Details for the file invinite_api-0.1.0.tar.gz.

File metadata

  • Download URL: invinite_api-0.1.0.tar.gz
  • Upload date:
  • Size: 156.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for invinite_api-0.1.0.tar.gz
Algorithm Hash digest
SHA256 3b108d216dd3dd8f71978464fdaf6f0fa523835446376ccf83f9e0c7d1e6a5b5
MD5 3bd71190a465901e658e6d046e2aecb2
BLAKE2b-256 9c0b9c549a6de4eba94c4d7fd0476c67858c4497e90ac43175956c7f70515e2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for invinite_api-0.1.0.tar.gz:

Publisher: publish-sdk.yml on outraday-org/invinite

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file invinite_api-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: invinite_api-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 285.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for invinite_api-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b11c6edb9251fd1708732765fb0804716aa69ccee1614c23c540b4918fc2f7af
MD5 84a7c7be886996269acf7290c5439e76
BLAKE2b-256 926ea43fb7b5c88524b7605d08ff3db81a64b4dcf40532afebe88412f49ff177

See more details on using hashes here.

Provenance

The following attestation bundles were made for invinite_api-0.1.0-py3-none-any.whl:

Publisher: publish-sdk.yml on outraday-org/invinite

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page