Organization API
swagger_client.OrganizationApi
Method
HTTP request
Description
api_v1_get_organization_by_name_get
Example
from __future__ import print_function
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.OrganizationApi()
name = 'name_example' # str | (optional)
try:
api_response = api_instance.api_v1_get_organization_by_name_get(name=name)
pprint(api_response)
except ApiException as e:
print("Exception when calling OrganizationApi->api_v1_get_organization_by_name_get: %s\n" % e)Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
api_v1_get_organization_get
Example
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
api_v1_get_organizations_get
Example
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
Last updated